ccandide
unread,May 22, 2011, 10:15:31 AM5/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Winpdb
Hi,
I recently upgraded Kubuntu from 10.10 to 11.04. The later runs python
2.7 by default and doesn't seem to be compatible with winpdb 1.4.6-2.
For instance, here is the message I got trying to run winpdb :
candide@~$ winpdb -c hello_world.py
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed:
Aucun fichier ou dossier de ce type
QFileSystemWatcher: failed to add paths: /home/candide/.config/ibus/
bus
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/rpdb2.py", line 10241, in
ConnectNoThrow
self.Connect()
File "/usr/lib/pymodules/python2.7/rpdb2.py", line 10252, in Connect
server_info = server.server_info()
File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "/usr/lib/pymodules/python2.7/rpdb2.py", line 9507, in
__request
r = self.m_method(rpdb_version, fencrypt, fcompress, digest, msg)
File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.7/xmlrpclib.py", line 1575, in __request
verbose=self.__verbose
File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python2.7/xmlrpclib.py", line 1294, in single_request
response = h.getresponse(buffering=True)
AttributeError: CTimeoutHTTP instance has no attribute 'getresponse'
I was wondering if a Natty package for Winpdb is currently avalaible.
Thanks