View Single Post
Old 08-14-2007, 03:14 AM   #71
oddtom
Junior Member
oddtom began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2007
Device: Sony PRS500
Man, I feel bad responding about these bugs on Ubuntu. I hope you don't mind. The stable gui and CLI tools work great, which I'm happy about since I don't have to run Windows.

Here's the deal: The new version fixed the startup bug. It imports the ~/library.db into ~/library1.db just fine. However, libprs500-beta locks up when the Reader is plugged in and produces this error on the console:

Code:
QObject::connect: Cannot queue arguments of type 'PyQt_PyObject'
(Make sure 'PyQt_PyObject' is registed using qRegisterMetaType().)
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/libprs500/gui2/device.py", line 52, in run
TypeError: argument 0 of signal QThread.connected(PyQt_PyObject,PyQt_PyObject) has an invalid type

QObject::setParent: New parent must be in the same thread as the previous parent
QFont: It is not safe to use text and fonts outside the GUI thread
Xlib: unexpected async reply (sequence 0xf2ee)!
I'm going to start reading up on Python and see if I can help with debugging on Ubuntu. Incidentally, what platform are you developing the code on?

Regards,
--Tom
oddtom is offline   Reply With Quote