[Pythonmac-SIG] Python 2.1 dies when Executing Zope z2.py

Robert Rogers robrogers@mac.com
Sun, 5 Jan 2003 03:38:31 -0500


> Hi,
>
> I'm trying to get Zope up on my 'Mac os X' client. Unfortunately, I 
> can't tell if the problem lies with my python 2.1 build.
>
> Specifically, when I run the start script, which is basically 'python 
> z2.py', python dies after generating this error message:
>
> dyld: /usr/local/bin/python.exe Undefined symbols:
> _PyType_IsSubtype
> Trace/BPT trap
>
> I'm a python newbie (my plans were to learn python while programming 
> zope :-) ), so I have no idea what this means.
>
> Any help in elucidating this matter would be greatly appreciated.
>
> Fyi, I also got some warnings after running make install saying:
>
> warning: install: modules installed to 
> '/usr/local/lib/python2.1/lib-dynload/', which is not in Python's 
> module search path (sys.path) -- you'll have to change the search path 
> yourself
>
> Which i did through the ENV variable PYTHONPATH.
>
> Also my running of make test also showed inclusive results, a number 
> of objects were skipped
>
> Cheers,
> Rob
>
> Notes: I'm on OS X 10.2.3 with fink installed for some unix tools.
>
> ------------------------------
> Rob Rogers
> 415.238.2972
> robrogers@mac.com
> ------------------------------
>
>