Re: [Pythonmac-SIG] SOAPpy

2005-01-10 Thread Michael Maibaum
On Mon, Jan 10, 2005 at 04:31:13AM -0500, Bob Ippolito wrote: From the description, it sounds like the following happened: - Installation of SOAPpy without fpconst failed, because setup.py imports SOAPpy to fetch the version. - Installation of SOAPpy without fpconst using DarwinPorts succeeded, b

Re: [Pythonmac-SIG] SOAPpy

2005-01-10 Thread Bob Ippolito
From the description, it sounds like the following happened: - Installation of SOAPpy without fpconst failed, because setup.py imports SOAPpy to fetch the version. - Installation of SOAPpy without fpconst using DarwinPorts succeeded, but didn't actually work because fpconst is still missing. A w

Re: [Pythonmac-SIG] SOAPpy

2005-01-10 Thread Jack Jansen
At best, your various Python installations (in your case, at least Apple's Python 2.3 and darwinports Python 2.4) will be completely independent. At worst they'll break each other, but that's a different story for now:-) What seems to have happened in your case is that you installed fpconst an

[Pythonmac-SIG] SOAPpy

2005-01-09 Thread Kim Cascone
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 t