View Single Post
  #10  
Old 03-02-2010, 11:04 AM
JimC JimC is offline
Member
 
Join Date: Jun 2009
Posts: 42
In your script (or at the Vizard Python prompt) type:

import sys
print sys.path

That will tell you where it's looking for modules.
Reply With Quote