The easiest way would be to put your scripts in a directory and add a
__init_.py then:

import sys
sys.path.append('/path/to/cycles/cycles_module')
from cycles_module import utils

Fedora, in their infinite wisdom, doesn't add
/usr/local/lib/python2.7/site-packages/ to they python path so I have
to do this quite often.

Dan
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to