Cannot get uPyCraft to run

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Wing52
Posts: 1
Joined: Fri Oct 23, 2020 7:45 pm

Cannot get uPyCraft to run

Post by Wing52 » Fri Oct 23, 2020 7:56 pm

When I first tried to install uPyCraft, a message about msvcr100.dll being missing was shown. I installed the Microsoft service pack from 2010 that is supposed to fix this. I noticed others with the same problem got past it by copiying msvcr100.dll into the same folder as the installer-- and that seemed to work for me too.

The uPyCraft installer still does not quite run and instead shows a message directing me to a log file containing:
Traceback (most recent call last):
File "uPyCraft.py", line 2, in <module>
File "C:\Python34\lib\site-packages\zipextimporter.py", line 109, in load_module
ImportError: MemoryLoadLibrary failed loading PyQt4\QtGui.pyd: The specified module could not be found. (126)

Does anyone know how to fix this?

thuffam
Posts: 1
Joined: Fri Apr 30, 2021 8:09 pm

Re: Cannot get uPyCraft to run

Post by thuffam » Fri Apr 30, 2021 8:10 pm

Hi
Same problem on a new Windows 10 installation. Did you find a solution for this?
Thanks
Tim

Post Reply