WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   ActionClass error (https://forum.worldviz.com/showthread.php?t=1330)

Jerry 02-04-2008 12:35 PM

ActionClass error
 
Vizard 2.5g gives this error when any script is run:

** ERROR: Failed to initialize python
Traceback (most recent call last):
File "", line 1, in ?
File "C:\Program Files\Vizard25\viz.py", line 16, in ?
import new
File "C:\Program Files\Vizard25\bin\lib\new.py", line 16, in ?
except ImportError:
File "C:\Program Files\Vizard25\sid.py", line 10, in ?
from vizact import _paramlist_
File "C:\Program Files\Vizard25\vizact.py", line 271, in ?
class VizGotoAction(viz.ActionClass):
AttributeError: 'module' object has no attribute 'ActionClass'

This happens even if you just do

import viz
viz.go()

How can I fix this?

Jerry 02-04-2008 01:15 PM

Never mind. I found the problem.


All times are GMT -7. The time now is 03:59 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC