Re: [Pythonmac-SIG] Can't used py2app under snow leopard

2010-01-03 Thread mindobjects
Hi Pascal, You find it ! That so simple, in this time where we always talk about unicode this things remember me time when file and directory are limited to 8.3 characters. Thank you very much. Best, A. Pascal Oberndoerfer wrote: Hi, I have install py2app on snow leopard (Python 2.6.1),

Re: [Pythonmac-SIG] py2app + pygame: how to exclude pygame icon?

2010-01-03 Thread Mike Lawrence
This seemed to work for me: You need two files, a bitmap of the icon, here dubbed AppIcon.png, and an icns file created in Icon Composer, here dubbed AppIcon.icns. Place both folder where your main python script is located then, in the main python script, append the following just after

[Pythonmac-SIG] Python app with aemreceive is not scriptable

2010-01-03 Thread Kevin Walzer
Hi all: I'm trying to use aemreceive to allow one of my Python applications to receive simple Apple Events. Here's the relevant code that installs the event handler: from aemreceive import * def doScript(script): exec script installeventhandler( doScript, 'miscdosc',