Hi all,

I recently upgraded my os from tiger to leopard, and got some problems
in using pyobjc there.

I get the following error when i try "python setup.py install" for any
Cocoa application on the example folder.
(i.e. from /Developer/Examples/Python/PyObjC/Cocoa/AppKit/CurrencyConverter)

[hs10kim4 CurrencyConverter]$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    import py2app
ImportError: No module named py2app

I got into problem with other modules, such as objc and foundation.

I might have screwed up something when i upgrade my os.

I suppose there must be a folder for these lost modules.
For example, I can locate "numpy" folder under
"/Library/FrameWorks/Python.framework/Versions/2.5/lib/python2.5/site-packages",
and if i get rid of it, i cannot import numpy anymore.

Could somebody help me to install those lost modules?

I would really appreciate all this help.

Regards,
Anmo
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to