[Bf-python] Blender 2.54 Python API

Marc Weber marco-oweber at gmx.de
Tue Oct 12 13:26:54 CEST 2010


What else can you try?
- use strace grepping for the plugin name to see where the filesystem is being accessed.
- check known env vars such as PYTHON_SITE and PYTHONPATH (but they should
  build up the sys.path)
- check that both python versions are the same. So check against which pythnon
  version blender  was compiled.

That's all I can help. I'm not a Python guru. If you really can't find a way to
debug it I can try reproducing your bug here on my system.

Marc Weber



More information about the Bf-python mailing list