python project in 1 file

Tony Clarke a.clarke11 at ntlworld.com
Sun Feb 2 16:17:32 EST 2003


"David Siroky" <dsiroky at email.cz> wrote in message news:<pan.2003.02.02.11.52.34.847613 at email.cz>...
> Hi!
> 
> I have a little question. How to "compile" my python project consisting of
> a lot of files in a one "big" file, that can be executed in any way? I
> found some solutions, but they are too complicated or aren't working.
> 
> Thank You.
> 
> David

Hi

How about writing each file as a class, then writing some code to
execute all, or as many as you want, of the files?
It might be easier if you could give us a simplified example of your
problem.

Tony




More information about the Python-list mailing list