I'm trying to install SOAPpy
I first DL'd and installed fpconst and pyXML (but I don't think they are in the right place)
I then DL'd the SOAPpy from the web site (not darwinports) and tried to do an install
it couldn't find fpconst
I went to darwinports and DL'd SOAPpy from there and it seemed to load in the dependencies for me this time but somehow I also got Python2.4 installed as well...
so now when I try to build SOAPpy I get the following error:


Bourbaki:/SOAPpy-0.11.6 root# python /SOAPpy-0.11.6/setup.py build
Traceback (most recent call last):
  File "/SOAPpy-0.11.6/setup.py", line 8, in ?
    from SOAPpy.version import __version__
  File "/SOAPpy-0.11.6/SOAPpy/__init__.py", line 5, in ?
    from Client      import *
  File "/SOAPpy-0.11.6/SOAPpy/Client.py", line 57, in ?
    from Parser      import parseSOAPRPC
  File "/SOAPpy-0.11.6/SOAPpy/Parser.py", line 8, in ?
    import fpconst
ImportError: No module named fpconst

I think there are some differences in the two different SOAPpy packages I DL'd, the first one was done via CVS and the second via a .tar.gz package which was DL'd and extracted...so the various parts were placed in odd places like the python2.4/ is in my /opt/local/lib (I added a $PATH for this in my ~/.bash_profile) for some reason and not in the Library/Frameworks/Python.framework/Versions/ dir

can anyone tell me where fpconst should be located? as well as whether python2.4 should be in the Library/Frameworks... dir?

thanks in advance!
KIM

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

Reply via email to