jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

Python 3 3 / Arch Linux install #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I encountered an error when running "python setup.py install" on my system
(Linux raspberry 3.6.11-4-ARCH, Python 3.3.0).
The error message said something with "bad marshal data (unknown type code)".

After changing the line 
    DEFAULT_VERSION = "0.6.27"
to    DEFAULT_VERSION = "0.6.34"
in    distribute_setup.py 
everything worked fine.

Original issue reported on code.google.com by btcros...@googlemail.com on 21 Jan 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Same problem with Archlinux hf 2013-01-22, Python 3.3.0.

Changing DEFAULT_VERSION = "0.6.34" also allowed the install to complete.

Original comment by garconde...@gmail.com on 3 Feb 2013 at 5:47

GoogleCodeExporter commented 9 years ago

Original comment by btcros...@googlemail.com on 9 Feb 2013 at 3:13

GoogleCodeExporter commented 9 years ago
Fixed in release 0.4.2a

Original comment by btcros...@googlemail.com on 10 Feb 2013 at 4:34