View Single Post
  #4  
Old 10-09-2009, 09:52 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
During initialization, the Python interpreter will attempt to import sitecustomize. This allows you to make customizations to your Python environment. So create a file called sitecustomize.py and place it anywhere on the default module search path (i.e. Vizard/bin folder) and it will be imported before any Vizard script is executed.
Reply With Quote