I installed the drivers and Inkscape software. I hooked up my eggbot and the computer USB seems to see it. But when I try to run anything in "eggbot "control, setup" in Inkscape, it returns this error.
Traceback (most recent call last):
File "eggbot.py", line 1406, in <module>
e.affect()
File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 283, in affect
self.effect()
File "eggbot.py", line 314, in effect
self.EggbotOpenSerial()
File "eggbot.py", line 1299, in EggbotOpenSerial
self.serialPort = self.getSerialPort()
File "eggbot.py", line 1356, in getSerialPort
for strComPort in eggbot_scan.findEiBotBoards():
File "C:\Program Files\Inkscape\share\extensions\eggbot_scanwin32.py", line 6, in findEiBotBoards
hKey = _winreg.OpenKey( hReg, r"SYSTEM\CurrentControlSet\Enum\USB\VID_04D8&PID_FD92" )
WindowsError: [Error 2] The system cannot find the file specified
I have tried to find the file it is referencing at the end "VID_04D8&PID_FD92" with no luck. Am I correct in assuming I need a copy of this file, and where do I get it if I do?
I am running Windows 7 Pro
Thanks in advance for any help you can give.