Blender 2.49 wont find any modules

HI

I need to import a path, but blender tells me:

ImportError: No module named paths_svg2obj

I’m running ubuntu 8.04 32bit with Blender 2.49, the console tells me:

Compiled with Python version 2.5.2.
Checking for installed Python… got it!

My own scripts are working, but no internal script does, because it lacks some modules.

previous Blender versions produce segmentation faults and 2.5 does not seem to have the path importer yet.

One other thing: I’m running blender from within a folder with additional libraries, cause 2.49 won’t start on 8.04 by default.

Thanks in advance

Haunt

After about an hour of fun I did a wild step in the dark and inserted the script path /home/xxx/.blender… into the ‘User defined dir for scripts’ in the preferences. That worked (although this path was already known to blender).

Strange