PDA

View Full Version : Adding USB functionality to Vizard


rubberpimple
01-25-2008, 08:41 AM
I'm trying to add a USB module to my Vizard installation but I'm having some difficulties. I first compiled a usb extension and added it to my Python site-packages folder, but Vizard doesn't allow me to import the module, and I'm not sure how to proceed. Any help would be greatly appreciated!

farshizzo
01-25-2008, 02:54 PM
What is the error message you are getting? Have you tried placing the extension in the same folder as your script?

rubberpimple
01-25-2008, 02:59 PM
It was just that simple. I added the folder to the working directory and it worked just fine.

Thanks!