[Pythonmac-SIG] AppleEvents and AEPutParamDesc

2005-07-25 Thread Phil Christensen
So I'm in the process of trying to implement the BBEdit ODB suite functionality in a PyObjC app, and I've run into some weirdness, and I hope someone here might be able to help me. I've been hacking on the MiniAEFrame.py module that is distributed with python, and I've had success receiving

Re: [Pythonmac-SIG] How to get traceback from PySol?

2005-07-25 Thread Brian Lenihan
On Jul 25, 2005, at 7:32 PM, [EMAIL PROTECTED] wrote: > I have Brian Lenihan's bundled PySol installed on my laptop. A > couple days > ago it quit working. After getting most of the way through startup > it quits > with a dialog that reads: > > Internal errror. Please report this bug: >

[Pythonmac-SIG] How to get traceback from PySol?

2005-07-25 Thread skip
I have Brian Lenihan's bundled PySol installed on my laptop. A couple days ago it quit working. After getting most of the way through startup it quits with a dialog that reads: Internal errror. Please report this bug: exceptions.AssertionError (Quit) While the pull

[Pythonmac-SIG] Detecting keystrokes during launch of application

2005-07-25 Thread João Leão
Hi, I'd like to know what's the best method to detect a keystroke during the launch of an application. I have a py2app application with argv emulation enabled and I need (if it's possible) to know if a certain keyboard key was pressed or not during initialization. Thanks for any help. João

[Pythonmac-SIG] installing py2app

2005-07-25 Thread Joancarles Casasin
Hi, I'm trying to install py2app 0.2 and I get this error: """ (...) writing byte-compilation script '/tmp/tmpiw8kyG.py' /usr/bin/python -OO /tmp/tmpiw8kyG.py removing /tmp/tmpiw8kyG.py copying files for scheme doc error: cannot copy tree 'doc': not a directory """ And after that, nothing happene