Re: [Pythonmac-SIG] How to make an apt except Drag and Drop

2007-03-10 Thread Daniel Lord
Christopher, I found an example in a wiki that works perfectly accepting objects before and after startup. http://wiki.wxpython.org/index.cgi/Optimizing_for_Mac_OS_X Towards the end there is a sample wxPython applications and a setup.py file. Be aware that you need to replace a line in the s

[Pythonmac-SIG] How to make an apt except Drag and Drop

2007-03-08 Thread Christopher Barker
Hi all, I'm working on making an app accept drag and drop of files. It appears to do that I need to put the right incantations into the plist in the app bundle. Py2app helps out a lot with that, but now I need to figure out what incantations I need. The case at hand is a text editor, so I wan