richrd / nxt-python

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

Importing NXT now working!!!! #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
That doesn't make any sense and should be directed to the mailing list once you 
have an actual traceback for us.

Original comment by marcus@wanners.net on 29 Dec 2010 at 2:10