Recently I’ve picked up using blender again, making a new fresh start with 2.5 .
Also, I’ve done quite some Python programming earlier (both 2.6 and 3.1) so I thought I’d remove both of them and reinstall 3.1 so the python versions wouldn’t interfere with Blender.
Still blender is giving me a lot of errors. For example at startup, blender seems to be unable to find the _socket module, however I’ve just done a fresh python 3.1 install.
Ignoring that, I tried to run a blender python template script (operator simple) but this either passes an error or does nothing
edit:
Alright, I’ve just found out that the
2.52.0 x64 version of blender doesn’t complain about the socket module and starts up with a clean console window, however gives me with error when I try to run “operator simple”:
While the 2.52.5 OpenMP x86 version can’t find _socket, but neither passes an error or executes the script properly
Oh I’m sorry, i totally missed your post
Well, since I’m working in blender 2.5 there’s no such thing as a spacebar menu anymore, but I just pressed alt+P inside the text editor, which equals text > run python script (just like on a tutorial I recently found)
Ah, that clarifies a lot, I guess I just missed out a part of the video :o
I didn’t realize this script actually defines an operator, instead of running it