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

I've tested this out on a machine which doesn't have Python 2.2 installed and on a machine which does have Python 2.2 installed and it works on both of them. Will you double check to see that you typed in the first part correctly. It should be:

import os

os.environ['HOME'] = ''

I think you may have typed:

os.environ['HOME']

Thanks,

Farshid
Reply With Quote