Re: [Pythonmac-SIG] Py2App and PyQT

2008-10-28 Thread kelsolaar_fool
Ok the QtCore.so problem got solved by adding this line into the __boot__.py : sys.path = [os.path.join(os.environ['RESOURCEPATH'], 'lib', 'python2.5', 'lib-dynload')] + sys.path Now I'm facing another really annoying problem : I need at some point to load jpeg images into my program and Qt jpe

[Pythonmac-SIG] Py2App and PyQT

2008-10-26 Thread kelsolaar_fool
Hello, Now that I have my application running and packaged on Windows and Linux, I'm trying to get it working under Mac Os X ( Leopard 10.5.5 ). Everything seem to be fine on compilation side, but when I launch my application I'm getting : Traceback (most recent call last): File "/Volumes/sI