View Single Post
  #5  
Old 06-05-2003, 03:55 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi Kim,

Are you getting any error messages in the Interactive Window when you run demo.py? If you are, type the following commands in the interactive window before running demo.py:

import os
os.environ['HOME'] = '' (those are two single quote characters at the end)

import sys
sys.argv = []

Let me know if this helps.

-- Farshid
Reply With Quote