Re: [Pythonmac-SIG] Who's maintaining py2app?

2008-02-28 Thread Ronald Oussoren
On 29 Feb, 2008, at 2:09, Christopher Barker wrote: Who do aI report a buglet in py2app to? Anyway, here it is: I just did a svn update, and the News.txt says that the latest version is: 0.4.2 However, py2app/__init__.py has; __version__ = "0.3.6" This confused me when I was trying to see

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

2008-02-28 Thread Leonardo Santagada
On 29/02/2008, at 01:51, Christopher Barker wrote: > #!/usr/local/python2.5 > > or > > #!/Library/Frameworks/Python.framework/Versions/2.5/bin/python > > I like to do that anyway with production code, as it makes it clear > which python the script was tested against. And you also make the user

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

2008-02-28 Thread Christopher Barker
Ned Deily wrote: > In your first posting, your script was written using /usr/bin/env: > > #! /usr/bin/env python > > That leaves you at the mercy of whatever PATH has been set to. > Suggest you change the cron table entry to explicitly invoke the python > you want, so (all on one line, of cou

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

2008-02-28 Thread Ned Deily
In article <[EMAIL PROTECTED]>, tom wible <[EMAIL PROTECTED]> wrote: > i give up: crontab no longer executes python:-P > > > 33 21 * * * /usr/bin/osascript > /DVR/scripts/noLiveEyeTV.scpt > > works fine: > > From [EMAIL PROTECTED] Thu Feb 28 21:33:02 2008 > Fro

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

2008-02-28 Thread Ned Deily
In article <[EMAIL PROTECTED]>, tom wible <[EMAIL PROTECTED]> wrote: > > version (0.18.1) in both Pythons > > so why does the python2.5 installer put it in /Lib... & not /System/Lib... > anyway? will some system scripts fail if i point /system/lib/current to 2.5? The python installed under /Sy

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

2008-02-28 Thread tom wible
i give up: crontab no longer executes python:-P 33 21 * * * /usr/bin/osascript /DVR/scripts/noLiveEyeTV.scpt works fine: From [EMAIL PROTECTED] Thu Feb 28 21:33:02 2008 From: [EMAIL PROTECTED] (Cron Daemon) but 52 21 * * * /DVR/scrip

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

2008-02-28 Thread tom wible
> version (0.18.1) in both Pythons so why does the python2.5 installer put it in /Lib... & not /System/Lib... anyway? will some system scripts fail if i point /system/lib/current to 2.5? ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://ma

[Pythonmac-SIG] Who's maintaining py2app?

2008-02-28 Thread Christopher Barker
Who do aI report a buglet in py2app to? Anyway, here it is: I just did a svn update, and the News.txt says that the latest version is: 0.4.2 However, py2app/__init__.py has; __version__ = "0.3.6" This confused me when I was trying to see if I has successfully installed the newer vversion...

Re: [Pythonmac-SIG] Python module installation on Leopard runs but doesn't install

2008-02-28 Thread Robert Anderson
Chris Thanks, I have since found out that downloading the source and doing a build and install everything is OK. Next I will check if it works with any eggs available. Thanks again Robert On 27 Feb 2008, at 19:43, Christopher Barker wrote: > Robert Anderson wrote: >> I am running a facto

Re: [Pythonmac-SIG] Python module installation on Leopard runs but doesn't install

2008-02-28 Thread Christopher Barker
Russell E. Owen wrote: > Weird. I thought the binaries at pythonmac.org > would install fine in either system > python or add-on MacPython as long they were built for the right major > version of Python (2.5 for Leopard). But they are in different places. Puttin

Re: [Pythonmac-SIG] compiling PIL on OSX10.5

2008-02-28 Thread Ronald Oussoren
On 28 Feb, 2008, at 15:41, DavidW wrote: Hey Ronald - I recon that way madness lies! I sent the last post and then realised I could run both a new and old python so I downloaded and have begun - wow - talk about speed! btw it's quite hard to work out where exactly to get the .dmg from - som

Re: [Pythonmac-SIG] compiling PIL on OSX10.5

2008-02-28 Thread DavidW
Hey Ronald - I recon that way madness lies! I sent the last post and then realised I could run both a new and old python so I downloaded and have begun - wow - talk about speed! btw it's quite hard to work out where exactly to get the .dmg from - sometimes MacPython is called python (under a m

Re: [Pythonmac-SIG] compiling PIL on OSX10.5

2008-02-28 Thread Ronald Oussoren
On 28 Feb, 2008, at 12:49, DavidW wrote: Hi Ronald, Thanks for replying. On 28/02/2008, at 9:18 PM, Ronald Oussoren wrote: Which version of python are you using? The Python.org installer builds extensions using the 10.4 SDK to ensure that extensions will actually run on that platform. Pyt

Re: [Pythonmac-SIG] compiling PIL on OSX10.5

2008-02-28 Thread DavidW
Hi Ronald, Thanks for replying. On 28/02/2008, at 9:18 PM, Ronald Oussoren wrote: > Which version of python are you using? The Python.org installer > builds extensions using the 10.4 SDK to ensure that extensions will > actually run on that platform. > Python 2.4.3 (#1, Mar 30 2006, 11:02:16

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

2008-02-28 Thread has
On 27 Feb 2008, at 22:49, tom wible wrote: > just wrote a script to kill live eyetv: > > #! /usr/bin/env python > from appscript import * > app(u'/Applications/ > EyeTV.app').window[its.name.startswith('EyeTV')].close() > > and it works great fom the cli, but not in crontab: > [...] > X-Cron-Env

Re: [Pythonmac-SIG] compiling PIL on OSX10.5

2008-02-28 Thread Ronald Oussoren
Which version of python are you using? The Python.org installer builds extensions using the 10.4 SDK to ensure that extensions will actually run on that platform. BTW. What I don't undestand is why building PIL tries to link libcrypto. Do you have a libcrypto dylib in /usr/local/lib? If so,