View Single Post
  #12  
Old 06-10-2003, 03:14 PM
kim_swinth kim_swinth is offline
Member
 
Join Date: Jun 2003
Posts: 18
Hi Farshid,

Sorry I didn't get back to you sooner, I'm only in here 2 days a week.

I reinstalled wxPython based on your last instructions, and things seem to be working properly now. So I must have downloaded the unicode version by mistake (as you suggested).

However, I still have to type in the:

import os
os.environ['HOME'] = ''
import sys
sys.argv = []

before I can run demo.py. I don't have to do this when I run wxPython directly through python 2.2, however. I realize I can modify the demo.py script to include this information, but do you know why those parameters must be set to get the demo.py to work? And is there a setting I can change in Vizard so I don't have to type this stuff in?

Kim
Reply With Quote