I am trying to export the file with an error:
.
(-0.1, 10.1, -0.3962500154972076, 1.087500011920929)
(-0.1, 10.1, -0.3962500154972076, 1.087500011920929)
Looking for Root: None
CHECK IF CHILD pg471 None
Looking for Root: <DirectGuiDesignerElementHandler.ElementInfo object at 0x0CC05F58>
CHECK IF CHILD pg471 None
Try to save file after unhandled exception. Please restart the app to automatically load the exception save file!
Looking for Root: None
CHECK IF CHILD pg471 None
Looking for Root: <DirectGuiDesignerElementHandler.ElementInfo object at 0x0CC05F58>
CHECK IF CHILD pg471 None
Traceback (most recent call last):
File “C:\DirectGuiDesigner-master\DirectGuiDesigner.py”, line 1188, in
designer.run()
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\ShowBase.py”, line 3325, in run
self.taskMgr.run()
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\task\Task.py”, line 541, in run
self.step()
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\task\Task.py”, line 495, in step
self.mgr.poll()
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\EventManager.py”, line 49, in eventLoopTask
self.doEvents()
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\EventManager.py”, line 43, in doEvents
processFunc(dequeueFunc())
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\EventManager.py”, line 99, in processEvent
messenger.send(eventName, paramList)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\Messenger.py”, line 337, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\Messenger.py”, line 422, in __dispatch
result = method ((extraArgs + sentArgs))
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\DirectButton.py”, line 107, in commandFunc
self’command’
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\Messenger.py”, line 337, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\Messenger.py”, line 422, in __dispatch
result = method ((extraArgs + sentArgs))
File “C:\DirectGuiDesigner-master\DirectGuiDesigner.py”, line 876, in export
DirectGuiDesignerExporterPy(os.path.join(self.lastDirPath, self.lastFileNameWOExtension + “.py”), self.elementDict, self.customWidgetsHandler, self.getEditorFrame, self.tt, not self.editorFrame.visEditorInAspect2D)
File “C:\DirectGuiDesigner-master\DirectGuiDesignerExporterPy.py”, line 154, in init
self.dlgPathSelect = DirectGuiDesignerPathSelect(
File “C:\DirectGuiDesigner-master\DirectGuiDesignerPathSelect.py”, line 93, in init
self.browser = DirectFolderBrowser(self.selectPath, True, os.path.dirname(filePath), os.path.split(filePath)[1], tooltip=tooltip)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\DirectFolderBrowser\DirectFolderBrowser.py”, line 146, in init
self.btnFolderUp = DirectButton(
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\DirectButton.py”, line 66, in init
self.initialiseoptions(DirectButton)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\DirectGuiBase.py”, line 253, in initialiseoptions
func()
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\DirectFrame.py”, line 210, in setImage
self.createcomponent(
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\DirectGuiBase.py”, line 572, in createcomponent
widget = widgetClass(*widgetArgs, **kw)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\OnscreenImage.py”, line 60, in init
self.setImage(image, parent = parent, sort = sort)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\gui\OnscreenImage.py”, line 117, in setImage
tex = loader.loadTexture(image)
File “C:\Users\Rahul\AppData\Local\Programs\Python\Python38-32\lib\site-packages\direct\showbase\Loader.py”, line 756, in loadTexture
raise IOError(message)
OSError: Could not load texture: ./icons/FolderUp.png