![]() |
#6
|
|||
|
|||
Hi Farshid,
Well, we're making a little progress. When I type in the code you sent in the interactive window, I get the following error when I try to type in the first part: Traceback (most recent call last): File "<string>", line 1, in ? File "C:\Program Files\Vizard\bin\lib\os.py", line 387, in __getitem__ return self.data[key.upper()] KeyError: HOME But the second part does get accepted and when I run demo.py, the splash screen goes away and the program is no longer locking. However, I can't navigate to the various demo programs. When I click on one, I get an error message like this: Traceback (most recent call last): File ".\Main.py", line 467, in OnSelChanged self.RunDemo(itemText) File ".\Main.py", line 490, in RunDemo if os.path.exists(itemText + '.py'): File "C:\Program Files\Vizard\bin\lib\ntpath.py", line 247, in exists st = os.stat(path) LookupError: no codec search functions registered: can't find encoding Any other ideas? Kim |
|
|