[Bf-python] Blender 2.54 Python API

Marc Weber marco-oweber at gmx.de
Tue Oct 12 03:17:57 CEST 2010


> It seems that there is a error with syntax "from .. ", based on relative
> path between files on external module.
> 
> Do you know how to resolve this error ?

Try
import sys
print sys.path in both: blender and your python app.

The difference will tell you what's going wrong.

Marc Weber



More information about the Bf-python mailing list