![]() |
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 " File "C:\Documents and Settings\Administrator\Desktop\provaparallela.py", line 1, in ?import parallel ImportError: No module named parallel ** Load Time: 0.01 seconds |
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 to install Python add-on packages.
|
All times are GMT -7. The time now is 06:49 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC