Advertisement
Guest User

Error import in maja

a guest
May 26th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/local/lib/python2.7/dist-packages/mmlf/gui/explorer.py", line 183, in _initWorld
  3.     keepObservers=[self.updateViewersComboBox])
  4.   File "/usr/local/lib/python2.7/dist-packages/mmlf/__init__.py", line 160, in loadWorld
  5.     return World(worldConfigObject, baseUserDir, useGUI)
  6.   File "/home/wiki/mmlf-1.0/mmlf/framework/world.py", line 93, in __init__
  7.     self.loadAgent(agentConfig, useGUI)
  8.   File "/home/wiki/mmlf-1.0/mmlf/framework/world.py", line 116, in loadAgent
  9.     agentConfig["moduleName"])
  10.   File "/home/wiki/mmlf-1.0/mmlf/framework/world.py", line 299, in _loadAgentModule
  11.     module = __import__(modulename)
  12. ImportError: No module named monte_carlo_agent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement