theZoo icon indicating copy to clipboard operation
theZoo copied to clipboard

[Win10] ImportError: DLL load failed: %1 is not a valid Win32 application

Open pmeirelesf opened this issue 7 years ago • 2 comments

I am trying to run theZoo in Windows 10/Python 2.7.14, but I always got this error:

C:\theZoo>python theZoo.py Traceback (most recent call last): File "theZoo.py", line 28, in from imports.terminal_handler import Controller File "C:\theZoo\imports\terminal_handler.py", line 7, in from imports import winreadline as readline File "C:\theZoo\imports\winreadline.py", line 31, in import sys, os, msvcrt, _rlsetup ImportError: DLL load failed: %1 is not a valid Win32 application.

pmeirelesf avatar Apr 30 '18 03:04 pmeirelesf

Hey @pmeirelesf .This seems more like a Windows&Python issue. Have a lookhere. If this does not solve it for you, load a Python console and post the output of this here: import msvcrt print msvcrt.__version__

ytisf avatar May 10 '18 11:05 ytisf

You need to pip install pyreadline .

GitHub-zd avatar Jun 22 '18 03:06 GitHub-zd