You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to find a "fix" (albeit a messy one).
Copy the b3 init.py to its parent folder.
Change all "import b3" to "import behavior3py as b3".
New folder structure will then be:
Thanks, but unfortunately that does not work for me (also using Python 2.7). Instead, I now get the error:
$ python test_basenode.py
Traceback (most recent call last):
File "test_basenode.py", line 6, in <module>
import behavior3py as b3
ImportError: No module named behavior3py
It seems that the b3.py module is missing:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: