fpconst in python soappy package

Todd Deshane deshantm at gmail.com
Sun Oct 23 03:33:34 UTC 2005


Hi,

I am trying to use the gcli [1]

and it requires SOAPpy and fpconst

it appears that SOAPpy is installed fine,
but fpconst is not.

$python -c "import SOAPpy; print SOAPpy.__version__"
0.11.3

$python -c "import fpconst.py; print fpconst.__version__"
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: No module named fpconst.py


$locate fpconst
/usr/share/doc/python-soappy/README.fpconst
/usr/lib/python2.4/site-packages/SOAPpy/fpconst.py
/usr/lib/python2.4/site-packages/SOAPpy/fpconst.pyo
/usr/lib/python2.4/site-packages/SOAPpy/fpconst.pyc

apt-cache policy python-soappy
python-soappy:
  Installed: 0.11.3-1ubuntu1
  Candidate: 0.11.3-1ubuntu1
  Version table:
 *** 0.11.3-1ubuntu1 0
        500 http://archive.ubuntu.com breezy/main Packages
        100 /var/lib/dpkg/status


$apt-cache search fpconst
gives nothing.

Should fpconst work when the python-soappy package
is installed or do I need to install another package?

Thanks a lot,
Todd

[1] http://www.devurandom.org/?gwebdev




More information about the ubuntu-users mailing list