by HumanMaker » Fri Apr 09, 2010 10:24 pm
The python_err file shows this
Traceback (most recent call last):
File "./mh_core\module3d.py", line 1411, in mouseButtonUp
self.application.mouseUp(button, x, y)
File "./mh_core\gui3d.py", line 476, in mouseUp
self.mouseDownObject.callEvent('onClicked', event)
File "./mh_core\events3d.py", line 93, in callEvent
getattr(self, eventType)(event)
File "./mh_core\gui3d.py", line 144, in onClicked
self.view.callEvent('onClicked', event)
File "./mh_core\events3d.py", line 93, in callEvent
getattr(self, eventType)(event)
File "./mh_core\gui3d.py", line 265, in onClicked
self.app.switchTask(self.name)
File "./mh_core\gui3d.py", line 393, in switchTask
self.currentTask.show()
File "./mh_core\gui3d.py", line 174, in show
self.__updateVisibility()
File "./mh_core\gui3d.py", line 202, in __updateVisibility
v.__updateVisibility()
File "./mh_core\gui3d.py", line 206, in __updateVisibility
self.callEvent('onShow', None)
File "./mh_core\events3d.py", line 93, in callEvent
getattr(self, eventType)(event)
File "./mh_core\gui3d.py", line 989, in onShow
for f in os.listdir(self.path):
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Users\\Tanner\\Documents\\makehuman\\models\\*.*'
Traceback (most recent call last):
File "./mh_core\module3d.py", line 1411, in mouseButtonUp
self.application.mouseUp(button, x, y)
File "./mh_core\gui3d.py", line 476, in mouseUp
self.mouseDownObject.callEvent('onClicked', event)
File "./mh_core\events3d.py", line 93, in callEvent
getattr(self, eventType)(event)
File "./mh_core\gui3d.py", line 144, in onClicked
self.view.callEvent('onClicked', event)
File "./mh_core\events3d.py", line 93, in callEvent
getattr(self, eventType)(event)
File "./mh_core\gui3d.py", line 265, in onClicked
self.app.switchTask(self.name)
File "./mh_core\gui3d.py", line 393, in switchTask
self.currentTask.show()
File "./mh_core\gui3d.py", line 174, in show
self.__updateVisibility()
File "./mh_core\gui3d.py", line 202, in __updateVisibility
v.__updateVisibility()
File "./mh_core\gui3d.py", line 206, in __updateVisibility
self.callEvent('onShow', None)
File "./mh_core\events3d.py", line 93, in callEvent
getattr(self, eventType)(event)
File "./mh_core\gui3d.py", line 989, in onShow
for f in os.listdir(self.path):
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Users\\Tanner\\Documents\\makehuman\\models\\*.*'
I'm using windows 7 home premium.