Hello,<br>
<br>
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.&nbsp; Since it seemed to be
working, I wanted to set this machine (winxp) up to be a service
manager that just captures video.&nbsp; So, I went to the bin and ran
the service manager python script, but I caught an ImportError:<br>
<br>
C:\Program Files\AGTk-3\bin&gt;python AGServiceManager3.py<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;AGServiceManager3.py&quot;, line 19, in ?<br>
&nbsp;&nbsp;&nbsp; from AccessGrid.Toolkit import Service, MissingDependencyError<br>
ImportError: cannot import name MissingDependencyError<br clear="all"><br>
I checked Toolkit.py in C:\Python23\Lib\site-packages\AccessGrid3\AccessGrid and found the class in line 31<br>
<br>
class MissingDependencyError(Exception): pass<br>
<br>
So, the class is just a NO-OP?&nbsp; Can some one shed some light on
this?&nbsp; Also, perhaps I am supposed to be starting the service
manager in an entirely different way?&nbsp; I also did...<br>
<br>
C:\Program Files\AGTk-3\bin&gt;AGServiceManager3.py<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;C:\Program Files\AGTk-3\bin\AGServiceManager3.py&quot;, line 19, in ?<br>
&nbsp;&nbsp;&nbsp; from AccessGrid.Toolkit import Service, MissingDependencyError<br>
ImportError: cannot import name MissingDependencyError<br>
<br>
... which caught the same error and...<br>
<br>
C:\Program Files\AGTk-3\bin&gt;start AGServiceManager3.py<br>
<br>
... which spawned a new python command window that flashed quickly and died.<br>
<br>
Thanks,<br>
Chris<br>
<br>-- <br>Chris Rosenthal<br>Electronic Visualization Laboratory<br>University of Illinois - Chicago<br>Phone: 312.996.3002