[Pythonmac-SIG] python search paths
Leo Broska
Leo.Broska at isys.com.au
Tue Oct 21 03:27:04 EDT 2003
hi there
one silly question at the beginning: how can i extend the python search
paths?
i guess i need that for installing aeve for apple event handling,
because right now i get an error when i run setup:
Traceback (most recent call last):
File "/Users/leo/dev/python/aeve-0.0.3/setup.py", line 5, in ?
import aeve
File "/Users/leo/dev/python/aeve-0.0.3/aeve/__init__.py", line 30, in
?
import aetypes
File "/Users/leo/dev/python/aeve-0.0.3/aeve/aetypes/__init__.py", line
5, in ?
from aeclass import *
File "/Users/leo/dev/python/aeve-0.0.3/aeve/aetypes/aeclass.py", line
1, in ?
from aecomplex import BaseClass
File "/Users/leo/dev/python/aeve-0.0.3/aeve/aetypes/aecomplex.py",
line 4, in ?
from aesimple import Type, Enum, FourCharCode, AbsoluteOrdinal
File "/Users/leo/dev/python/aeve-0.0.3/aeve/aetypes/aesimple.py", line
8, in ?
import TECManager as TE
ImportError: No module named TECManager
any idea?
thanks, leo
More information about the Pythonmac-SIG
mailing list