[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AG-TECH] Service Manager Setup in 3.0.1
- To: ag-tech <ag-tech@xxxxxxxxxxx>
- Subject: [AG-TECH] Service Manager Setup in 3.0.1
- From: "Chris Rosenthal" <cmr.evl@xxxxxxxxx>
- Date: Fri, 9 Jun 2006 09:43:01 -0500
- Cc: "Ag-Tech EVL" <ag-tech@xxxxxxxxxxx>
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=gTj3Xipq80vCK5pjgVGtpO70ULJ1M+IiKMm/Obu20jBVJvg/GLxEFmIGkHQSba10iAhNECU5XcVnPD6qW5EKOCzWNqtwb8zJ7oEKCBcY319cSiQ1X6BDAxs8Tc/0doyn8igjQfzfeTbghqAXADFB/Tl/6tqMM5ImRvUTbUCrl/0=
- Sender: owner-ag-tech@xxxxxxxxxxx
Hello,
Just this morning I tried a fix from Tom and it worked for me to get my
winnov card working properly with 3.0.1. Since it seemed to be
working, I wanted to set this machine (winxp) up to be a service
manager that just captures video. So, I went to the bin and ran
the service manager python script, but I caught an ImportError:
C:\Program Files\AGTk-3\bin>python AGServiceManager3.py
Traceback (most recent call last):
File "AGServiceManager3.py", line 19, in ?
from AccessGrid.Toolkit import Service, MissingDependencyError
ImportError: cannot import name MissingDependencyError
I checked Toolkit.py in C:\Python23\Lib\site-packages\AccessGrid3\AccessGrid and found the class in line 31
class MissingDependencyError(Exception): pass
So, the class is just a NO-OP? Can some one shed some light on
this? Also, perhaps I am supposed to be starting the service
manager in an entirely different way? I also did...
C:\Program Files\AGTk-3\bin>AGServiceManager3.py
Traceback (most recent call last):
File "C:\Program Files\AGTk-3\bin\AGServiceManager3.py", line 19, in ?
from AccessGrid.Toolkit import Service, MissingDependencyError
ImportError: cannot import name MissingDependencyError
... which caught the same error and...
C:\Program Files\AGTk-3\bin>start AGServiceManager3.py
... which spawned a new python command window that flashed quickly and died.
Thanks,
Chris
--
Chris Rosenthal
Electronic Visualization Laboratory
University of Illinois - Chicago
Phone: 312.996.3002