Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 2011-05-21 21:05:33-0400 [-] Unhandled Error
  2. Traceback (most recent call last):
  3. File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 8007, in MainLoop
  4. wx.PyApp.MainLoop(self)
  5. File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7303, in MainLoop
  6. return _core_.PyApp_MainLoop(*args, **kwargs)
  7. File "F:\Projects\MV3D\branches\642-composercam\mv3d\tools\guidewx.py", line 331, in click
  8. guide.Button.click(self)
  9. File "F:\Projects\MV3D\branches\642-composercam\mv3d\util\guide.py", line 540, in click
  10. self._click(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\util\guide.py", line 1894, in __call__
  15. return func(*args, **kwargs)
  16. File "F:\Projects\MV3D\branches\642-composercam\mv3d\tools\solidifier\solid.py", line 173, in addCollider
  17. self.colliders[-1].makeObject(self.renderWindow)
  18. File "F:\Projects\MV3D\branches\642-composercam\mv3d\phys\representation.py", line 193, in makeObject
  19. self.onRotate(None, None)
  20. File "F:\Projects\MV3D\branches\642-composercam\mv3d\phys\representation.py", line 126, in onRotate
  21. self.node.setOrientation(Quaternion.fromEuler((self.rx, self.ry,
  22. exceptions.AttributeError: 'OgreNode' object has no attribute 'setOrientation'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement