Re: Distribute Non Library

2010-09-12 Thread narke
On 2010-09-12, CM wrote: > On Sep 11, 11:10 pm, narke wrote: >> My simple tool writing in python get bigger and bigger and I think I'd >> better split my code into several files.  But, unlike what in some other >> languages, there is no way to compile these several files into a single >> executab

Re: Distribute Non Library

2010-09-12 Thread narke
On 2010-09-12, Diez B. Roggisch wrote: > narke writes: > >> My simple tool writing in python get bigger and bigger and I think I'd >> better split my code into several files. But, unlike what in some other >> languages, there is no way to compile these several files into a single >> executable.

Re: Distribute Non Library

2010-09-12 Thread Diez B. Roggisch
narke writes: > On 2010-09-12, Glazner wrote: >> On Sep 12, 5:10 am, narke wrote: >>> My simple tool writing in python get bigger and bigger and I think I'd >>> better split my code into several files.  But, unlike what in some other >>> languages, there is no way to compile these several files

Re: Distribute Non Library

2010-09-12 Thread narke
On 2010-09-12, Glazner wrote: > On Sep 12, 5:10 am, narke wrote: >> My simple tool writing in python get bigger and bigger and I think I'd >> better split my code into several files.  But, unlike what in some other >> languages, there is no way to compile these several files into a single >> exec

Re: Distribute Non Library

2010-09-12 Thread CM
On Sep 11, 11:10 pm, narke wrote: > My simple tool writing in python get bigger and bigger and I think I'd > better split my code into several files.  But, unlike what in some other > languages, there is no way to compile these several files into a single > executable. Sure there is. py2exe, py2

Re: Distribute Non Library

2010-09-12 Thread Diez B. Roggisch
narke writes: > My simple tool writing in python get bigger and bigger and I think I'd > better split my code into several files. But, unlike what in some other > languages, there is no way to compile these several files into a single > executable. Before I splitting my simple tool program, I ju

Re: Distribute Non Library

2010-09-12 Thread Thomas Jollans
On Sunday 12 September 2010, it occurred to narke to exclaim: > My simple tool writing in python get bigger and bigger and I think I'd > better split my code into several files. But, unlike what in some other > languages, there is no way to compile these several files into a single > executable. B

Re: Distribute Non Library

2010-09-12 Thread Glazner
On Sep 12, 5:10 am, narke wrote: > My simple tool writing in python get bigger and bigger and I think I'd > better split my code into several files.  But, unlike what in some other > languages, there is no way to compile these several files into a single > executable. Before I splitting my simple

Distribute Non Library

2010-09-12 Thread narke
My simple tool writing in python get bigger and bigger and I think I'd better split my code into several files. But, unlike what in some other languages, there is no way to compile these several files into a single executable. Before I splitting my simple tool program, I just put it in /usr/local/