after finally getting wxPython installed, I managed to run Bagisas, semi-successfully. I could play around with the shader editor, preview the shader, but when I tried to open a file, it hangs. The processor is working at max, and nothing’s happenning. If I try to click on New…, I get this:
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/wxPython/lib/evtmgr.py", line 426, in handleEvent
self.publisher.sendMessage(topic=self.topic, data=event)
File "/usr/lib/python2.2/site-packages/wxPython/lib/pubsub.py", line 141, in sendMessage
subscriber[2](message)
File "/usr/lib/python2.2/site-packages/wxPython/lib/pubsub.py", line 169, in <lambda>
return lambda m, f=function: f(m)
File "/usr/lib/python2.2/site-packages/wxPython/lib/evtmgr.py", line 464, in deliverEvent
self.eventHandler(event) # Perform the call as wxWindows would
File "./Bagisas.py", line 202, in onNew
self.createNew()
File "./Bagisas.py", line 205, in createNew
self.tree.DeleteChildren(self.tree.treeroot)
File "/usr/lib/python2.2/site-packages/wxPython/controls2.py", line 1085, in DeleteChildren
val = apply(controls2c.wxTreeCtrl_DeleteChildren,(self,) + _args, _kwargs)
TypeError: Type error in argument 2 of wxTreeCtrl_DeleteChildren. Expected _wxTreeItemId_p.
If I click on Open…, i get this:
[Debug] 01:00:53 PM: Mailcap file /etc/mailcap, line 190: unknown field '/usr/bin/wvHtml "${ns}" -o ${tmp}' for the MIME type 'application/msword' ignored.
[Debug] 01:00:53 PM: Mailcap file /etc/mailcap, line 191: unknown field 'netscape "file:${tmp}"' for the MIME type 'application/msword' ignored.
[Debug] 01:00:53 PM: Mailcap file /etc/mailcap, line 191: unknown field '/bin/rm -f "${tmp}"' for the MIME type 'application/msword' ignored.
Then the open file dialog comes up, I select a file (rad.xml, the one that came with yafray) …and it worked
Wow, while I was typing this, it actually worked…Why? Hold on, let me try another file…Yup, it seems I can only open simple files…but it hangs when trying to open more dissicult files, like camera.xml (came with yafray). Any solution?
One suggestion I can offer, try to put sliders for hardness value, IOR and min reflection.