I\'ve developed an application in windows using python 3.1.1 with pyqt 4.6.. Just want to kno开发者_如何学Gow that can i make it as a stand alone application in Mac OS using py2app?? Does py2app supp
I have a script that uses BeautifulSoup that I want to make into a standalone app using py2app.When I run the app made by py2app I get an error saying that the module BeautifulSoup could not be found.
I\'m trying to build an app that uses some xml data using Python\'s built-in xml.etree.ElementTree class. It works properly when I run from the command line, but when I build it, I get an error \"Impo
I want to distribute my app on OSX (using py2app) and as a Debian package. The structure of my app is like:
After upgrading to Snow Leopard, I\'m having trouble building my application.It looks like py2app is building and copying over wxPython, but when I 开发者_运维知识库run from the buld app, it can\'t fi