Closed GoogleCodeExporter closed 8 years ago
If you are handy with a text editor, you can fix this by changing the file
applexml.py (full path shown in your screenshot, too), and adding
"OverflowError, " to the list of exceptions:
/Users/stephan/Applications/Phoshare.app/Contents/Resources/lib/python2.7/appled
ata/applexml.py
39c39
< except (OverflowError, TypeError, ValueError) as _ex:
---
> except (TypeError, ValueError) as _e:
Original comment by tsporkert
on 2 Mar 2013 at 6:04
Hello,
Thanks, that worked! (I just added the OverflowError and kept the _e:
instead of _ex: )
Bye,
Stephan
Original comment by stephank...@gmail.com
on 2 Mar 2013 at 7:59
Thanks for letting me know that your problem has been addressed.
Original comment by tsporkert
on 31 Mar 2013 at 2:43
Original issue reported on code.google.com by
stephank...@gmail.com
on 2 Mar 2013 at 12:04Attachments: