-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"The specified module could not be found" on Windows 7 #7
Comments
There is a |
So, it means that pyparallel won't work on x64 machine? Thing is, I am trying to send one byte from one machine to the other:
And then receive it on the other:
So, I am probably missing something here. |
psychopy seems to have its own implementation for the parallel port, I don't think it has anything to do with pyparallel?! A german computer magazine had an article on how to get giveio running (paywalled): |
|
Well, looking at https://github.com/psychopy/psychopy/blob/master/psychopy/parallel/__init__.py looks like different code and no sign of pyparallel. reading from the parallel port may only work in ECP/EPP mode and not in the older simple parallel port mode. back in the dark ages, you had to set up that in the BIOS. |
Well, what I've read here about this issue tells me that it is not possible to run pyparallel on Windows 7 x64 without messing with switching Windows into test mode where one can actually load the unsigned giveio driver. Unfortunately I can't do anything this hacky on a machine with some expensive propitiatory soft :( |
It may be easier to use an external hardware such as a pyBoard (can be connected via USB) or a Raspberry Pi (e.g.via Ethernet). |
I see. Thanks it is however not possible currently.
But reading the pins on the other connected machine gives nothing:
I think I shall try messing with signing the drivers needed for pyparallel but a few months later. |
actually there is a giveio port for 64-bit Windows here and another build here. |
I have giveio 64-bit working on my Windows 10 system (verified with another program), I got it from here: https://www-user.tu-chemnitz.de/~heha/viewzip.cgi/hs/giveio64.zip/ @eadmaster I'm guessing that the script included to install is essential compared to the service create command you tried to use. Maybe looking at that script would help you fix your command The batch for installing it there is pretty much identical to the one already in this git |
However, I am still getting this same error, but its because simpleio.dll can't be found... @hoechenberger I see your commit here... but I installed using |
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.
The text was updated successfully, but these errors were encountered: