Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-02-29 Thread tom wible
thanx to all who replied...version control is a major issue in all s/w dev... i'm solving my problem w/ #!/usr/local/bin/python btw, i figured out why i wasn't getting any mail from crontab: no output...d'oh!-} but i can't figure out how to get useful info out: >>> print app(u'/Applications/E

[Pythonmac-SIG] py2app not finding twisted.protocols.amp

2008-02-29 Thread Nathan
I'm on a MacBook Pro running OS X 10.5.2 using py2app installed with the "easy" method in the py2app install docs. I'm trying to package a little pyglet+twisted (pyglet.org, twistedmatrix.com) project that I'm working on, and it _mostly_ works, except it keeps giving me the following error when I

Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-02-29 Thread Leonardo Santagada
On 29/02/2008, at 14:21, Christopher Barker wrote: > Personally, I'd really like to see versioning somehow built into > python > itself (and python packages -- eggs solve some of this), then you > could > distribute a script that could declare which versions of python a > script > was known

[Pythonmac-SIG] /Library/Python/... path in MacPython

2008-02-29 Thread Robin Dunn
Has there been any discussion in the past about having MacPython also having the /Library/Python/2.5/site-packages on the default sys.path like Apple's Python does? If so, were there specific reasons for not doing it? At first blush it would certainly make it easier for package authors who wa

Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-02-29 Thread Christopher Barker
Leonardo Santagada wrote: > And you also make the user know that they are not welcome to install > python were he wants... It all depend in who the "user" is, and who the "author" is. > Try to at least put #!/usr/bin/env python2.5 if all you want is limit > the python to a specific version,

Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-02-29 Thread tom wible
thanx, ned, conflated u with ed;-) ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig