Neuron icon indicating copy to clipboard operation
Neuron copied to clipboard

Python project for creating desktop applications with HTML and Javascript

Results 2 Neuron issues
Sort by recently updated
recently updated
newest added

Hi, I cloned the repo, installed prerquisites installed wxPython4 and ran the command `$ python3 neuron/__main__.py` The app started with a window with nothing but white. And it froze after...

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...

bug