WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Problem "import parallel" (https://forum.worldviz.com/showthread.php?t=5567)

Paul 12-03-2015 12:10 AM

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 "", line 11, in
File "C:\Documents and Settings\Administrator\Desktop\provaparallela.py", line 1, in
?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 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