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

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

2005-09-04 Thread Jack Anema
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

[Tutor] CREATING A PR.EXE FROM A PR.PY (fwd)

2005-09-04 Thread Danny Yoo
[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