View Single Post
  #1  
Old 12-03-2015, 12:10 AM
Paul Paul is offline
Registered User
 
Join Date: Dec 2015
Posts: 1
Problem "import parallel"

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
Reply With Quote