tcstewar
tcstewar
This page also suggests maybe trying to run `nengo_gui.exe` as Administrator: http://stackoverflow.com/questions/2778840/socket-error-errno-10013-an-attempt-was-made-to-access-a-socket-in-a-way-forb
And that same page suggests that maybe an over-zealous virus scanner could be stopping Python from openning the port: ``` McAfee was blocking it for me. I had to allow...
And a third option: Try telling the firewall to whitelist Python.exe. Let me know if any of those work!
Cool! I definitely think we should handle this error better -- On Linux it gives a nice "Address already in use" error, which is a lot more useful, but apparently...
Oops. When fixing this, it'd also be nice to show recurrent connections on collapsed Networks as well....
Is this fixed? It doesn't look like it to me. Note that this is about a recurrent connection on a Node, not on an Ensemble. So something like this: ```python...
> No problem. I will verify and reopen. I based my response on the example given by Aaron. Sounds good! Aaron's example also still doesn't show three Connections for me....
This still seems to be the case (Windows 10, Chrome 62.0.3202.94), and is true for all modals, with one exception: Escape will close the `Details...` dialog *if you have clicked...
> Good point, I hadn't considered that! So then the first option is really the only option then, without a bunch of awkward resize memory coding? We have to be...
> Would this be a good issue to tackle to try and ease into the GUI code? It should be a good issue to try for that... :) It's slightly...