os.path.expanduser on Windows: UnicodeEncodeError

2005-07-18 Thread Bob Swerdlow
ath 957650, but I'm not familiar with how such fixes are processed. Is there a patch I can add to fix this? How do I know what version of Python it is fixed in - that is, will upgrading to Python 2.3.5 fix this? Thanks for your help, Bob Swerdlow VP Engineering Goombah - Music Discov

py2app can't find boot_app.py

2005-03-14 Thread Bob Swerdlow
I'm trying to move my application from bundlebuilder to py2app. I upgraded to PyObjC 1.2, which include py2app 1.7, but I got the following error. I saw a note on the py2app site that earlier versions need to be removed before the upgrade, so I deleted the py2app directory and downloaded and

zipimport IOError reading Modules.zip in Mac standalone app

2005-03-07 Thread Bob Swerdlow
We have some users of our application getting error messages like: IOError: zipimport: can not open file /Volumes/MyApp/MyApp.app/Contents/Resources/Modules.zip This only happens on our Mac version - the Windows version seems fine. Our build is still using bundlebuilder, which creates Modules

Windows GUIs from Python

2005-01-11 Thread Bob Swerdlow
Anyone have opinions about whether we will be better off using PythonNet or wxPython for the GUI layer of our application on Windows? Our code is all Python and is now running on Mac OS X with PyObjC and Cocoa, which works very well. Our goal is not necessarily to move to a cross-platform sol