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
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.
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
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
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
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
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
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
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/