I'm using py2app for the first time to build a PyQt app. I get the following error msg when I launch the app:

        Fatal Python error: Interpreter not initialized (version mismatch?)

I've downloaded macports and installed its python25, pyqt, &c. I've issued the command, sudo python_select python25, and checked that python25 is selected with python_select -s.

From searching the net and the archives, it's likely that the system python is seeping into the build process somewhere. The info I've read says that python_select should take care of the problem.

Any other suggestions?
Thanks in advance!
Scott


OSX 10.5.5
py25-py2app-devel @0.4.2_1
MacPorts-1.7.1-10.5-Leopard


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to