Re: [Tutor] compilte python to an executable file.

2006-03-27 Thread Varun Soundararajan
hi,   I face a typical problem that most python programmers face. Most users only want a click and run kind of thing..they are uninterested  to install any software on their system , be it python or any other software..so the solution is to pack the code up as a py2exe program for windows and ask t

Re: [Tutor] compilte python to an executable file.

2006-03-27 Thread jonasmg
>jonasmg at softhome.net wrote: >> Hi! >> >> I'm trying to use BeautifulSoup for get data from a table (on right) from: >> http://en.wikipedia.org/wiki/United_states >> >> i.e. i would get data from 'Calling code' that it would be '+1' >> >> -- >> >> import urllib2

Re: [Tutor] compilte python to an executable file.

2006-03-27 Thread Kent Johnson
Ars wrote: > Would a py2exe program be practical for a commercial program? I'd think > people could read your source code too easily. I think it is possible to create py2exe files that don't contain source code, just compiled pyc files. Kent ___ Tutor

Re: [Tutor] compilte python to an executable file.

2006-03-27 Thread Kent Johnson
Keo Sophon wrote: > On Monday 27 March 2006 10:38, Ars wrote: > >>>On 27/03/06, Keo Sophon <[EMAIL PROTECTED]> wrote: >>> hi all, Does anyone know how to compile a python filename.py to an executable >> >>file? >> > > > I don't know how python creates executable file. The purpose is

Re: [Tutor] compilte python to an executable file.

2006-03-27 Thread Varun Soundararajan
Hi jack,   You are right. py2exe may not fit well in commercial software products that arent in the open source model. An executable that was py2exe'd could well be converted back to the source.. I feel that its one of the restrictions thats in the way of enterprization of python...(agreed google u

Re: [Tutor] compilte python to an executable file.

2006-03-26 Thread Keo Sophon
On Monday 27 March 2006 10:38, Ars wrote: > > On 27/03/06, Keo Sophon <[EMAIL PROTECTED]> wrote: > > > hi all, > > > > > > Does anyone know how to compile a python filename.py to an executable > > file? > I don't know how python creates executable file. The purpose is to have the program written

Re: [Tutor] compilte python to an executable file.

2006-03-26 Thread Ars
> On 27/03/06, Keo Sophon <[EMAIL PROTECTED]> wrote: > > hi all, > > > > Does anyone know how to compile a python filename.py to an executable file? > > Google for py2exe. > > Note, though, it doesn't really "compile" your script. Rather, it > bundles up the interpreter and all the flies needed

Re: [Tutor] compilte python to an executable file.

2006-03-26 Thread John Fouhy
On 27/03/06, Keo Sophon <[EMAIL PROTECTED]> wrote: > hi all, > > Does anyone know how to compile a python filename.py to an executable file? Google for py2exe. Note, though, it doesn't really "compile" your script. Rather, it bundles up the interpreter and all the flies needed to make it go. It

[Tutor] compilte python to an executable file.

2006-03-26 Thread Keo Sophon
hi all, Does anyone know how to compile a python filename.py to an executable file? thanks, phon ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor