richrd / nxt-python

Automatically exported from code.google.com/p/nxt-python
GNU General Public License v3.0
1 stars 0 forks source link

Failure to install #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install Python 2.7.2
2.Install PyUSB 1.0.0a2 to python 2.7.2 directory
3.Run installer for nxt-python 2.2.1

What is the expected output? What do you see instead?
Expected successful installation of nxt-python. Instead console produced the 
following:

Traceback (most recent call last):
  File "P:\Pythin27\lib\site.py", line 563, in <module>
    main()
  File "P:\Pythin27\lib\site.py", line 552, in main
    aliasmbcs()
  File "P:\Pythin27\lib\locale.py", line 15, in <module>
  File "P:\Pythin27\lib\encodings\)__init__.py", line 32, in <module>
    from encodings import aliases
ValueError: bad marshal data (unknown type code)
-=-=-=-=-=-=-=-=-=-=-
There was an error during the installation.
Please check the above text for more information.
Press any key to continue...

What version of nxt-python are you using? On what operating system?
Version 2.2.1 on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by robogrou...@gmail.com on 10 Jan 2012 at 7:41

GoogleCodeExporter commented 9 years ago
I have no idea what this means and it doesn't look like it's coming from 
NXT-Python. Try googling the message to see if it's a problem with your system.

Original comment by marcus@wanners.net on 11 Jan 2012 at 3:38

GoogleCodeExporter commented 9 years ago
Googled various parts of the error. Found nothing. This is the console that 
nxt-python created, so I don't know where else a problem could arise. I'll try 
it on a different computer and see if that helps...

Original comment by robogrou...@gmail.com on 12 Jan 2012 at 7:13

GoogleCodeExporter commented 9 years ago
How did this go? Did you find out what was causing the problem?

Original comment by marcus@wanners.net on 26 Jan 2012 at 6:36

GoogleCodeExporter commented 9 years ago
I discovered PyUSB was not installed properly. Amusingly, that doesn't want to 
install either. Now trying all those steps on python 2.6.7.

Original comment by robogrou...@gmail.com on 26 Jan 2012 at 6:54

GoogleCodeExporter commented 9 years ago
Sounds like a broken python. Good luck with that!

Original comment by marcus@wanners.net on 26 Jan 2012 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by marcus@wanners.net on 22 Mar 2012 at 11:44