python module import problem

   1928   0   0
User Avatar
Member
1 posts
Joined: 6月 2006
Offline
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
  • Quick Links