kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.36k stars 995 forks source link

Can't open pronterface.exe error #1337

Open enzukayak opened 1 year ago

enzukayak commented 1 year ago

I have installed python 3.10 on Windows 7 but when try to open pronterface.exe I recieve this dialog. "Load library fail" MEI17442/python310.dll Has someone the same problem?. Thanks in advance.

DivingDuck commented 1 year ago

Are you running Pronterface from source?

Edit: Note that Python 3.10.10 cannot be used on Windows 7 or earlier. https://www.python.org/downloads/windows/

The best way for you is to use Python ~3.9~ 3.8 on Windows 7 and build it with release_windows. bat. Let me know if this works for you.

DivingDuck commented 1 year ago

@enzukayak, had you a chance to test what I mentioned?