Tagged Questions
5
votes
2answers
2k views
Has anyone successfully built a PyObjC app in Snow Leopard?
If you did, would you mind sharing how you did the pyobjc install? I was trying to do it by installing PythonMac 2.5 (for the standalone bundle thru py2app), and doing easy_install of PyObjC. I always ...
1
vote
1answer
77 views
Python, Put Window on Top (Tkinter, PyObjC)
I'm using Python 2 with Tkinter and PyObjC, and then I'm using py2app. The program is working fine but the window starts as hidden whenever I open the program, so it doesn't appear until I click on ...
1
vote
1answer
496 views
py2app, pyObjc & macports compilation errors
I'm currently writing a small python app that embeds cherrypy and django using py2app.
It worked well until I tried to include pyobjc in my project, since my app needed a small GUI (which consists of ...