[JDEV] pybber

Keith Barrett kbarrett at redhat.com
Thu Jan 25 17:03:20 CST 2001


I'm having problems getting the pybber client to work. There is
little documentation on the web site, and I haven't received an
email reply from the author yet. I'm hoping someone here has
played with it. I am a python newbie, so this make be a simple
problem.


Basically, this is a client that has dependencies on recode and
pyrecode. Both recode and pyrecode build and install without
error. pybber also SEEMS to build without error, but when I try
and use it it complains:

[root at brak pybber-0.1.0]# pybber.py
Traceback (innermost last):
  File "/usr/local/bin/pybber.py", line 11, in ?
    import PyRecode
ImportError: No module named PyRecode

Now, PyRecode does NOT supply orcreate a module named PyRecode.py.
It builds and installs a library called PyRecodemodulemodule.so
instead.


Any idea what I'm suppose to do here?




Also; (just playing around) pybber creates a script called 
pybbrun.py in the same directory. But if I run it:

[root at brak bin]# cd /usr/local/bin ; pybberrun.py
Traceback (innermost last):
  File "/usr/local/bin/pybberrun.py", line 5, in ?
    import pybber
  File "pybber.py", line 11, in ?
    import PyRecode
ImportError: No module named PyRecode


Even though there IS a pybber.py in that directory, so I guess
I don't understand what or where it's looking.


Thanks in advance


-- 
Keith Barrett
Red Hat Inc.




More information about the JDev mailing list