What steps will reproduce the problem?
1.import nxt
What is the expected output? What do you see instead?
Expected Output:
Instead:
SyntaxError
What version of nxt-python are you using? On what operating system?
I am using version 2.0.1 on Mac OSX G4 with Bluetooth.
Please provide any additional information below.
I think you would have to do this code:
try:
import nxt
except SyntaxError:
import nxt
As you may have figured out, it doesn't work if you do it one time but it does
if you do it 2 times.
Original issue reported on code.google.com by JulianMe...@gmail.com on 28 Dec 2010 at 7:44
Original issue reported on code.google.com by
JulianMe...@gmail.com
on 28 Dec 2010 at 7:44