[Pythonmac-SIG] Help with aeve

Russell Finn rsf at sprucehill.com
Thu Nov 13 12:16:09 EST 2003


On Nov 12, 2003, at 6:23 PM, Bob Ippolito wrote:
> Can someone else try this on 10.3?  I'm still not sure whether it's my  
> local svn trunk that's got a bugfix or if it's the OS.

I'm not even getting that far:

[wlclient122:~] rsf% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import aeve
 >>> saf = aeve.talkto('com.apple.safari')
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File  
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
python2.3/site-packages/aeve/util.py", line 3, in talkto
     mod = compiler.generate(identifier)
   File  
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
python2.3/site-packages/aeve/compiler.py", line 61, in generate
     raise ValueError, "Can not find aete for file %r" % (identifier,)
ValueError: Can not find aete for file 'com.apple.safari'
 >>>

Mac OS X 10.3.1 with standard Apple Python 2.3.  Installed aeve via  
setup.py; had to install TECManager and LaunchServices (via  
PackageManager) to get that to work.

Am I doing something wrong?

-- Russell Finn
rsf at sprucehill.com




More information about the Pythonmac-SIG mailing list