Skip to content

"The specified module could not be found" on Windows 7 #7

@tastyminerals

Description

@tastyminerals

Cloned and installed via python setup.py install on Windows 7 machine.
The machine does not have parallel LPT port. If the error below was triggered by this fact it should say "No parallel port found" or something similar.

Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import parallel
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\pyparallel-0.2.2-py2.7.egg\parallel\__init__.py", line 13, in <module>
    from parallel.parallelwin32 import Parallel  # noqa
  File "C:\Python27\lib\site-packages\pyparallel-0.2.2-py2.7.egg\parallel\parallelwin32.py", line 60, in <module>
    _pyparallel = ctypes.windll.simpleio
  File "C:\Python27\lib\ctypes\__init__.py", line 435, in __getattr__
    dll = self._dlltype(name)
  File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions