Comment 4 for bug 788771

Revision history for this message
Daniel Manrique (roadmr) wrote :

jeroba:

Thank you for taking the time to report this bug and helping to make Ubuntu better.

It looks like the zumodrive installer is calling dbus.Int32 with an incorrect value, causing an error because the number is too large to fit in an Int32 value.

This is an inherent limitation of the Int32 data type, as I also tried it on a 64-bit system, and I don't get the "too large to convert to a C long" error, but Python still throws an exception because the number is too big to fit on a 32-bit value as specified by the call.

Thus, I'll mark this bug as invalid for Ubuntu, and I urge you to go to zumodrive for support, as it looks like their application is doing come incorrect calls to the Python libraries. If you like, you can show them this bug report so that they can benefit from your report and our assessment of the problem.