Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. 2011-05-10 22:16:34-0400 [-] Unhandled Error
  2. Traceback (most recent call last):
  3. File "F:\Projects\MV3D\branches\642-composercam\mv3d\tools\importer\importer.py", line 1035, in <module>
  4. Importer.start()
  5. File "F:\Projects\MV3D\branches\642-composercam\mv3d\util\application.py", line 48, in start
  6. instance = cls(config=cfg, conductor=cond)
  7. File "F:\Projects\MV3D\branches\642-composercam\mv3d\tools\importer\importer.py", line 180, in __init__
  8. self.window.show()
  9. File "F:\Projects\MV3D\branches\642-composercam\mv3d\util\guide.py", line 492, in show
  10. self._onShow(self)
  11. --- <exception caught here> ---
  12. File "F:\Projects\MV3D\branches\642-composercam\mv3d\util\guide.py", line 1995, in __call__
  13. res = listener(caller, data)
  14. File "F:\Projects\MV3D\branches\642-composercam\mv3d\tools\guidewx.py", line 1364, in _createWindowOgre
  15. self.camera.setup(self, self.renderer, self.renderWindow)
  16. File "F:\Projects\MV3D\branches\642-composercam\mv3d\util\camera.py", line 70, in setup
  17. self._node.addObject(self._cam)
  18. File "F:\Projects\MV3D\branches\642-composercam\mv3d\client\ui\ogre3d.py", line 553, in addObject
  19. self.node.attachObject(obj.getObject())
  20. exceptions.AttributeError: 'Camera' object has no attribute 'getObject'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement