![]() |
|
|
|
#1
|
|||
|
|||
|
I saved the example with a different name, but I received the same error.
Giancarlo ** ERROR: Failed to connect to 5DT glove on COM1 Traceback (most recent call last): File "<string>", line 11, in ? File "mano.py", line 9, in ? import hand File "hand.py", line 23, in ? aHand = hand.add(aSensor) AttributeError: 'module' object has no attribute 'add' ** Load Time: 4.00 seconds |
|
#2
|
|||
|
|||
|
If you have your previous hand.py file in the same directory as your new mano.py file then mano.py will import your hand.py file and not the standard Vizard module.
__________________
Paul Elliott WorldViz LLC |
|
#3
|
|||
|
|||
|
Also, if there is a hand.pyc file in your script directory, you need to delete it.
|
|
#4
|
|||
|
|||
|
great I understood all my problems thank you so much.
Giancarlo |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|