For some odd reason I love doing this...
1) Save this code and run it as is
2) Screen instructions *should* be intuitive
enough
3) When entering file name, include extension (it uses the
difference between py and pyw to know if it needs console)
4) When done, there should be two ne
Hello Jack,
Do you still need help regarding exe creation?
In case you do. Here are some notes I took way back in 2003.
you must create a setup.py
put something like
from distutils.core import setup
import py2exe
sbiGui = ['samplemodule', 'samplemodule.checkstatus','samplemodule.client']
sbiModu
Jack Anema wrote:
Can
you or someone give me very specific instructions as to how to create
an _.EXE file from a _.PY file.
I have spent a lot of time looking through all 7 sections of FAQ's
at http://www.python.org/doc/faq/ and many other sights.
I
Can you or
someone give me very specific instructions as to how to create
an _.EXE file from a
_.PY file.I have spent a
lot of time looking through all 7 sections of FAQ's at
http://www.python.org/doc/faq/ and many other sights.I have also gone
to http://sta
[Forwarding to [EMAIL PROTECTED]
Jack, next time, please don't send questions directly to me: send them off
to the tutor@python.org address. There are two benefits to this: it
allows the group to answer your questions, and if also helps others who
may have similar questions. See:
http://www