Re: [Pythonmac-SIG] Interesting use of Python and Django on the Mac

2007-03-31 Thread has
Jan Erik Moström wrote: >> Not sure it's what you're looking for, but are you aware of MoinX >> (http://moinx.antbear.org)? It's a Twisted-based wiki packaged as >> a standalone OS X app. Source is also available. > > Yep, but from what I understand it's would be the same as I set up > any

Re: [Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-31 Thread has
Jack Jansen wrote: > On 30-Mar-2007, at 22:55 , Kevin Walzer wrote: > >> Looking at the "Macintosh Library" documentation that ships with >> 2.5, I >> see a lot of outdated stuff: references to the old PythonIDE, >> PackageManager, and so on. What is the process for updating these >> docs, >>

Re: [Pythonmac-SIG] py2app, eggs and entry points

2007-03-31 Thread Ronald Oussoren
On 29 Mar, 2007, at 14:47, Nathan R. Yergler wrote: > I have an application that I'd like to package using py2app, but I'm > getting a little stuck with things. I *think* my problem is that my > setup.py is fully setuptools-ized and my application script lives > inside my package. Here's the ca

Re: [Pythonmac-SIG] py2app, eggs and entry points

2007-03-31 Thread Nathan R. Yergler
On 3/31/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 29 Mar, 2007, at 14:47, Nathan R. Yergler wrote: > > > I have an application that I'd like to package using py2app, but I'm > > getting a little stuck with things. I *think* my problem is that my > > setup.py is fully setuptools-ized an

Re: [Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-31 Thread Ronald Oussoren
On 31 Mar, 2007, at 5:41, Dethe Elza wrote: > On 30-Mar-07, at 4:49 PM, Jack Jansen wrote: > >> Carbon itself should be fine. It is indeed undocumented within the >> Python documentation, but the transformation from the official >> Apple C documentation is pretty clear (I think). > > Is there any

Re: [Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-31 Thread Ronald Oussoren
On 31 Mar, 2007, at 1:49, Jack Jansen wrote: On 30-Mar-2007, at 22:55 , Kevin Walzer wrote: Looking at the "Macintosh Library" documentation that ships with 2.5, I see a lot of outdated stuff: references to the old PythonIDE, PackageManager, and so on. What is the process for updating the

Re: [Pythonmac-SIG] Macintosh modules/Carbon/documentation

2007-03-31 Thread has
Ronald Oussoren wrote: > One thing we (Jack and I) talked about is moving at least the > Carbon modules to its own separate project instead of being part of > the standard library. The most important reason for this is that > the Carbon modules and Python itself should be on a different >

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-31 Thread Jacob Rus
has wrote: > For example, you could create a Mail rule that runs an 'AppleScript' > action whenever new messages are received. That rule would load a > PyOSA script and call its 'perform_mail_action_with_messages' > function, passing it a list of message references. The script could > then

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-31 Thread has
Jacob Rus wrote: > > For example, you could create a Mail rule that runs an 'AppleScript' > > action whenever new messages are received. > > Could someone make such an example script (or something similar), and > put it up somewhere? There is a very simple example script included with PyOSA that