I believe this is due to multiple incompatible copies of cupsext.so on your
system.

Try this (if not on Ubuntu, use su -c instead of sudo):

$ sudo updatedb
$ locate cupsext.so
$ sudo rm <paths to all copies of cupsext.so, for example
/usr/lib/python2.4/site-packages/cupsext.so etc...>

then, re-run "sudo make install" in the original build directory.

Let me know if this works or not.

Regards,

Don


On 5/20/07, Chinnawat Surussavadee (Pop) <[EMAIL PROTECTED]> wrote:

Hello,

I was trying to install a network printer, which connected to a network
drop.  It is HP Color LaserJet 2605dn.  I followed the intructions to
install HPLIP.  I installed all other required dependencies and compiled the
source code.  I am using Red Hat Enterprise Linux 5 ( 2.6.18-8.el5).  The
compilation appeared to be succesful.  Then, I use the command "hp-setup",
which brought up a HP Device Manager - Printer Setup Wizard.  I then chose,
connection type = network.  I then found the printer manually by specifying
the printer static IP address.  I know that the IP address is correct since
I already install the printer to my Windows machine.  The wizard found the
printer, but when I tried to click next, I got following error message.
Could you please give me some suggestions?

Thank you,

Chinnawat


Traceback (most recent call last):
  File "/usr/local/share/hplip/ui/setupform.py", line 214, in showPage
    self.updatePPDPage()
  File "/usr/local/share/hplip/ui/setupform.py", line 476, in
updatePPDPage
    ppds = cups.getSystemPPDs()
  File "/usr/local/share/hplip/prnt/cups.py", line 194, in getSystemPPDs
    major, minor, patch = getVersionTuple()
  File "/usr/local/share/hplip/prnt/cups.py", line 406, in getVersionTuple

    return cupsext.getVersionTuple()
AttributeError: 'module' object has no attribute 'getVersionTuple'
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to