[Pythonmac-SIG] Did I bust py2app?

2005-01-30 Thread Charles Hartman
I haven't used it for a while. Now when I try to make an app of the thing I've been working on -- OR of a separate package (part of appscript)! -- I get "ObjectGraph not found." ObjectGraph.py(c) *is* in /Library/Python/2.3/py2app/altgraph. So what did I do?? Charles Hartman __

[Pythonmac-SIG] Implementing help

2005-01-30 Thread Roger Binns
For the BitPim project I currently use the wxWidgets way of doing help, authored using HelpBlocks. Behind the scenes it amounts to various HTML files dumped into a zip file and given a .htb extension. HelpBlocks also makes a Windows format help file (CHM) and I use the native Windows help

Re: [Pythonmac-SIG] Solved! How do I send appleevents to an external program

2005-01-30 Thread Joachim MÃ¥rtensson
This code will open a texteditor with the caret positon on a specific line. Beware of the datefield (last field in the struct) so that you dont let different editors interfer with your changes to the document. def openInExternalEditor(self, _filePath, _lnnum, _editor = '/Applications/TextMate.a