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.

** Changed in: python2.7 (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/788771

Title:
  <type 'exceptions.OverflowError'>: Python int too large to convert to
  C long

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to