View Single Post
  #7  
Old 06-21-2005, 02:19 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Socket Error

Hi,
funny thing happened. Tried the above posted code and now Vizard does not start any program (vizard starts but when I press run it does only give me the below error) any more. What to do?

Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Program Files\Vizard25\viz.py", line 13, in ?
import socket
File ".\socket.py", line 4, in ?
viz.go()
AttributeError: 'module' object has no attribute 'go'
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Program Files\Vizard25\vizact.py", line 188, in ?
class VizGotoAction(viz.ActionClass):
AttributeError: 'module' object has no attribute 'ActionClass'
Traceback (most recent call last):
File "<string>", line 3, in ?
NameError: name 'viz' is not defined
Traceback (most recent call last):
File "<string>", line 1, in ?
NameError: name 'viz' is not defined
in ?
import vizinfo
File "C:\Program Files\Vizard25\python\vizinfo.py", line 22, in ?
_TEXTALIGN = [viz.TEXT_RIGHT_TOP,viz.TEXT_LEFT_TOP,viz.TEXT_RIGH T_TOP,viz.TEXT_LEFT_TOP]
AttributeError: 'module' object has no attribute 'TEXT_RIGHT_TOP'
Reply With Quote