You are not logged in.

#1 2009-12-27 00:35:34

Lexion
Member
Registered: 2008-03-23
Posts: 510

multi-file python organization

I'm writing a python application with multiple files, and I want to use standard tools with them aka. what is the make+autoconf for python. Any suggestions or resources?


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

#2 2009-12-27 00:50:50

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: multi-file python organization

Lexion wrote:

I'm writing a python application with multiple files, and I want to use standard tools with them aka. what is the make+autoconf for python. Any suggestions or resources?

You don't compile python files (it's possible though). If you want to use standard tools, then get yourself a text editor and the python interpreter. A suggestion would be to read the beginner's tutorial at python.org

Offline

#3 2009-12-27 14:30:35

Yannick_LM
Member
Registered: 2008-12-22
Posts: 142

Re: multi-file python organization

Maybe distutils is what you are looking for.

It's the standard way of distributing Python modules.
It will check that your source compiles, handle dependencies, install data files, and more.

Offline

#4 2009-12-27 20:23:00

lman
Member
From: CZ
Registered: 2007-12-18
Posts: 255

Re: multi-file python organization

or other tools based on distutils: python-distribute, setuptools

Offline

Board footer

Powered by FluxBB