Re: [Tutor] CREATING A PR.EXE FROM A PR.PY

2005-09-16 Thread Jacob S.
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

Re: [Tutor] CREATING A PR.EXE FROM A PR.PY

2005-09-06 Thread Dax Reyes
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

Re: [Tutor] CREATING A PR.EXE FROM A PR.PY

2005-09-05 Thread Scott Oertel
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