PDA

View Full Version : Problem "import parallel"


Paul
12-03-2015, 12:10 AM
Hello,
I'm doing a program in Python using Vizard 5 Free, and I have a "parallel import" that I need to send a signal through the parallel port, but I get this error ... how can I fix?
Thank you!

************************************************** ****************************
** Loading provaparallela.py
************************************************** ****************************
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "C:\Documents and Settings\Administrator\Desktop\provaparallela.py", line 1, in <module>
?import parallel
ImportError: No module named parallel
** Load Time: 0.01 seconds

Jeff
12-04-2015, 10:57 AM
There is no module called 'parallel' included with Python or Vizard by default. This is most likely referring to a Python add-on library that you need to install separately. You can use the package manager (http://docs.worldviz.com/vizard/#Package_Manager.htm) to install Python add-on packages.