Hi,
I have installed blender package on Ubuntu 10.04. I thought it would install python support for blender. Now i'm trying to import Blender modules from python interpreter but it can not find blender module.
This is the command i gave
and the output is:
| Code: |
| ImportError: No module named Blender |
The same for 'import bpy'.
Using python2.6 and the output of
is
| Code: |
| Blender 2.49 (sub 2) Build |
I have also downloaded blender-2.49b release and compiled with cmake. It created lots of *.o files in 'source/blender/python/api2_2x' folder but there are not any python modules in subfolders of build folder.
Now what should i do? A solution without any compilation process, only by using apt-get tools would be best. But an explanation of the way of compiling blender also to create python modules is good too.
Thank you!
Thank you stiv,
Now i understand the concept of scripting in blender. I'm going to try to code an Hello World script.
Best wishes!