Re: [Tutor] Problem making '.exe' from python.

2006-11-17 Thread Chris Hengge
Just wanted to wrap that up so nobody wastes time replying. I've fixed my Inno scripts and all my packages work now, case closed! Thanks again Jason. On 11/17/06, Chris Hengge <[EMAIL PROTECTED]> wrote: Awesome! Thank you! This has been driving me crazy for weeks. Now to figure out how to te

Re: [Tutor] Problem making '.exe' from python.

2006-11-17 Thread Chris Hengge
Awesome! Thank you! This has been driving me crazy for weeks. Now to figure out how to tell Inno to add that to a link, and I'm on my way! On 11/17/06, Jason Massey <[EMAIL PROTECTED]> wrote: Check to make sure that under the shortcut properties that you have the "Start in" field filled out wi

Re: [Tutor] Problem making '.exe' from python.

2006-11-17 Thread Jason Massey
Check to make sure that under the shortcut properties that you have the "Start in" field filled out with the directory the script is located. On 11/17/06, Chris Hengge <[EMAIL PROTECTED]> wrote: Whether using py2exe or pyInstaller I've noticed a problem and I'm not sure how to fix it... When I

[Tutor] Problem making '.exe' from python.

2006-11-17 Thread Chris Hengge
Whether using py2exe or pyInstaller I've noticed a problem and I'm not sure how to fix it... When I create a .exe and then make a shortcut to the file and run it.. the program will crash without warning. If I run the .exe directly it runs fine. My assumption of the problem: Since it is still bui