Open azmathmoosa opened 6 years ago
@azmathmoosa Thanks for posting about this issue. I have only tested this on Windows 10.
What Linux distro and version are you using?
@Andrew-Shay Ubuntu 16.04 x64. The issue has to do with wxPython 4.0. I think.
@Andrew-Shay I also encountered the same problem.
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 a few seconds.
I tried debugging but it seems one needs to know intricacies of wxPython and cefpython.
I've installed
pip install cefpython==57
I modified some code and made it run with
python2
and it works.So there is some issue that I'm unable to debug. Can you suggest a solution?