Doesn't work on Linux unless you run Blender using the terminal or a shell script.
shakesoda opened this issue · 2 comments
Tested on Ubuntu 12.04, bug is as it says on the tin. Used blender 2.65.
Calls to print() blow up without a terminal available. A simple solution (I think) would just be writing a wrapper function for print that handles the exception that gets raised.
Please give me the actual print-out of what the exception actually is so I can do something about it.
Sorry, I should have included that to begin with. It was throwing "OSError: input/output error" for me earlier today (I even went and asked on #blendercoders and #blenderpython what might compel print() to fail), but now I can't make this happen no matter what I do, and I can't think of anything since that changed.
I think it's safe to just close/ignore this, I'll bring it back up if I see it again and can figure out what actually happened.