Reputation: 1
Currently, I am doing a project about Nao Robot. I am having problem with importing the python class file into choregraphe. So anyone knows how to do this?
Error message
[ERROR] behavior.box :init:8 _Behavior__lastUploadedChoregrapheBehaviorbehavior_1271833616__root__RecordSound_3__RecSoundFile_4: ALProxy::ALProxy Can't find service:
Upvotes: 0
Views: 278
Reputation: 2352
You can add any path to the PYTHONPATH environment variable from within your behavior. However, this has bad side effects, like:
Upvotes: 0