Thursday, September 4, 2008

python-soappy, fpconst, and a new package

This was driving me crazy. i'm setting up SOAPpy for the Windows Live Contacts Python API and fpconst wouldn't work for me. The error in the console was that it wouldn't find fpconst.py even though it was in the folder. I moved the file up a level and it installed. To explain:

I'm in site-packages in django. fpconst is a child folder of site-packages. I moved fpconst.py into site-packages folder and ran
d:\python25\lib\site-packages>d:\python25\python.exe fpconst-0.7.3/setup.py install

This finally worked for me!!!

Good luck

No comments: