Andrew-Shay / Neuron

Python project for creating desktop applications with HTML and Javascript
MIT License
93 stars 10 forks source link

Awesomeness! #19

Open bascurtiz opened 3 years ago

bascurtiz commented 3 years ago

What a cool project!

Got it working after....

3 things though:

  1. PyInstaller has to be downgraded to pyinstaller==3.6 (4.0 and 4.1 won't work: ImportErrorWhenRunningHook cefpython3)
  2. numpy has to be downgraded to numpy==1.19.3 when running Windows 10 2004, see here.
  3. NSIS is refered to D:\Program Files x86\NSIS while more common is C:\Program Files x86\NSIS

Could you update requirements.txt + build.py? Once again, thanks for such handy boilerplate!

Andrew-Shay commented 3 years ago

Thanks for heads up. I'll update this stuff next time I'm working on Neuron.