problem with getting scripts to take effect

I can’t seem to get some python scripts to take effect. With the lsystem script, for example, the GUI runs fine, but nothing happens when i press the generate button. I don’t get the little tree-like thing in the .blend, that came with the script, either. Any help would be much apprecianted!

edit: in the DOS Blender thing (terminal, i think it’s called) when I run the GUI it says:

failed importing internal module lsystem
trying to import external module…

I press generate and it says:

Traceback (most recent call last):
File “Application.py”, line 448, in bevent
NameError: There is no variable named ‘lsystem_build’

Don’t you get any errors in the console/terminal?
The Lsystem script is one of the few scripts that even works in Publisher without any problems.

Do you have the python path set? A faqs about setting the path and basic scripting …stuff like that, might be a good idea for a sticky thread in this forum.

good idea. If anyone is interested in doing it, just post it as usual, and I’ll change it into an announcement, so it stays on top permanently.

Martin