Tagged Questions
3
votes
1answer
820 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.
1
vote
1answer
457 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 ...
0
votes
0answers
36 views
python drag-and-drop flickering
I want to be able to drag a file icon onto a folder icon. When I drag the file icon onto the folder icon, I want the folder image to change, and then change back when I drag back outside of the folder ...