I’ve got a little problem with my LSystem and my Yable script.
When i try to start one of the scripts I get the message “Phyton script error, check console”.
I’m running Blender on WinXP, the versions are 2.25, 2.28, 2.28c, 2.30.
Please help me.
I’ve got a little problem with my LSystem and my Yable script.
When i try to start one of the scripts I get the message “Phyton script error, check console”.
I’m running Blender on WinXP, the versions are 2.25, 2.28, 2.28c, 2.30.
Please help me.
So check the console (black DOS window behind Blender) and tell us all of what it says and the version of Python you used.
%<
Here are the messages:
Lsystem:
Using a clean Global Dictionary.
Traceback (most recent call last):
File "Application.py", line 20, in ?
ImportError: No module named lsystem
'import site' failed; use -v for traceback
sys_init:warning - no sitedirs added from site module.
And YableX (It’s pretty long, so I show only a very small piece of it):
Using a clean Global Dictionary.
warning: name 'sunbg' is used prior to global declaration
warning: name 'hdribg' is used prior to global declaration
and so on...
then: ImportError: No module named warnings
Can't get traceback
'import site' failed; use -v for traceback
sys_init:warning - no sitedirs added from site module
Hope you can help me.
Have you installed Python? If so, what version? I got that import site error before I installed ActivePython 2.2.
Do you use python 2.2 ?
to avoid warning use this version:
http://www.zoo-logique.org/3D.Blender/scripts_python/yablex-20030820-228.zip
For lsystem, you need a complete blender file
in which there is 6 others scripts.
Try this one:
http://jmsoler.free.fr/util/blenderfile/images/lsystem/neo_lstseed228.zip
There are 6 Files.
I get the message that he doesn’t find the lsystem module, but it’s there.
you need to extract the other modules to the pythonpath directory. I think its CTRL+F to open a file menu from the text editor, then just save each module to the pythonpath directory.
Keith. 8)