Tagged Questions
3
votes
3answers
751 views
How to change the app name in OSX menubar in a pure-Python application bundle?
I am trying to create a pure-Python application bundle for a wxPython app. I created the .app directory with the files described in Apple docs, with an Info.plist file etc. The only difference between ...
3
votes
1answer
818 views
py2app dropping wxpython (Snow Leopard)
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 find wx.
2
votes
1answer
239 views
How to create a Mac OS X app with Python?
I want to create a GUI application which should work on Windows and Mac. For this I've choose Python.
The problem is on Mac OS X.
There are 2 tools to generate an ".app" for Mac: py2app and ...
1
vote
2answers
198 views
cvs command not found by a Python Mac app created using py2app
Some system/software info before getting started:
OS: Mac OS X 10.7.1
Python: Active Python 2.7.2.5
wxPython: wxPython2.9-osx-2.9.1.1-cocoa-py2.7
I have a small wxpython-based Mac app that just ...
1
vote
1answer
186 views
75 MB Helloworld with py2app !
I'm testing different languages to developp a desktop application for Mac&Windows.
I thought that Python+Wx worth a try so I wrote a simple hello world.
Then, I tried the py2app to package my ...
1
vote
1answer
454 views
releasing Mac apps with wxPython and py2app that work on multiple versions of OS X
I periodically release a dmg for a Python/wxPython app with py2app, and it has been working great. I only have access to a Snow Leopard machine and I would like to ensure that my app works on as many ...
1
vote
1answer
158 views
py2app changes the location of embedded Mongodb
I designed a GUI application using wxPython that communicate with a local database (Mongodb) located in the same folder. My main application has the relative path to the database daemon to start it ...
0
votes
1answer
46 views
How much does importing entire modules such as wxpython effect the size of the application when built using py2app?
Does using, for example, import TextCrtl from wx make the application smaller when built as a stand alone app?
0
votes
2answers
507 views
Slim down Python wxPython OS X app built with py2app?
I have just made a small little app of a Python wxPython script with py2app. Everything worked as advertised, but the app is pretty big in size. Is there any way to optimize py2app to make the app ...