Brad Allen wrote:

>I just started using appscript for the first time (it's great!), and ran 
>across this deprecation warning when I import appscript. It looks like the 
>problem is not with appscript itself but with the macerrors module that it 
>utilizes. I'm using appscript with Tiger's built-in Python, because that's 
>what the appscript installer defaults to using.

Yep, it's Apple's Python that's the problem; I had another report of this just 
this morning. Not sure what the best way to deal with it is. I hate having to 
kludge around other folks' goof-ups (I've enough of my own to deal with), but 
since it's not really practical to patch Apple's Python I reckon I'll either 
have to get rid of the macerrors dependency, supply my own copy of 
macerrors.py, or try to squelch that particular warning with a filter. Anyone 
any thoughts?


> (I don't think the Python 2.4 version is available yet).

No installer for Python 2.4 yet, though you can build appscript et-al from 
source if you want. There's a new release due shortly though, so hopefully 
there'll be 2.3 and 2.4 installers for that.

has
-- 
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to