MrGAG
MrGAG
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
python module import problem 2008年2月29日19:58
hi,
I am a beginner at houdini and python … I know 3d and scripting, I am using 3dsmax and maxscript.
I am currently trying to import a python module with something like that :
import sys
sys.path.append('my_path')
import fibo
I have a script called fibo.py in the rigth directory
but python shell in houdini keeps telling me that there is no module with this name …..
I don't understand
I am a beginner at houdini and python … I know 3d and scripting, I am using 3dsmax and maxscript.
I am currently trying to import a python module with something like that :
import sys
sys.path.append('my_path')
import fibo
I have a script called fibo.py in the rigth directory
but python shell in houdini keeps telling me that there is no module with this name …..
I don't understand