Re: Windows question from Mac guy

2005-03-18 Thread Charles Hartman
On Mar 18, 2005, at 1:36 PM, [EMAIL PROTECTED] wrote: Here is code that I use, it works both for the script and the exe: Though that does *not* work on Mac, it *does* work on Windows. Bless you sir! I just put a sys.platform condition in and do it your elegant way for 'win32' and the simple way f

Re: Windows question from Mac guy

2005-03-18 Thread Thomas Heller
Charles Hartman <[EMAIL PROTECTED]> writes: > I'm sitting here (briefly!) with a Windows machine trying to build a > distributable for my app. I'm using py2exe and Inno Setup. (This is > Apple-framework Python 2.3, wxPython 2.5.3.8.) Everything works! > Except . . . > > My app has a data file, sca

Windows question from Mac guy

2005-03-18 Thread Charles Hartman
I'm sitting here (briefly!) with a Windows machine trying to build a distributable for my app. I'm using py2exe and Inno Setup. (This is Apple-framework Python 2.3, wxPython 2.5.3.8.) Everything works! Except . . . My app has a data file, scandictionary.txt, that it needs to load when it start