jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Issue with the run button on Mac OS X 10.10.5 #209

Closed torinel closed 6 years ago

torinel commented 6 years ago

I'm using 3.3.6 Processing with Python on Mac OS X Yosemite 10.10.5. When I click the run button, nothing happens. There's no error message or any indication of what's going wrong. I had someone else try to use Processing on my laptop but they had the same problem. I uninstalled and reinstalled Processing but I ran into the same problem.

processingissue
villares commented 6 years ago

Does your OS username have non-ASCII characters? (Known issue) Is your wi-fi on? I had problems with some network proxies...

torinel commented 6 years ago

Hey, thanks for responding! I checked my OS username and there's no non-ASCII characters so I don't think that's the issue. I turned off my wifi and restarted, but still got nothing.

villares commented 6 years ago

You mean no non-ASCII I suppose (no àéñ or non-Roman?) Just to confirm, Java mode runs fine? Sorry I couldn't help much.

torinel commented 6 years ago

Whoops! Yeah, I meant no non-ASCII. Just checked and Java mode runs fine — any reason why that might be?

villares commented 6 years ago

No, sorry. I was just trying to eliminate the issues I know about.

jdf commented 6 years ago

As far as I know, the issue with non-ASCII characters is a Windows-only problem. What you're describing is more likely an issue with a network firewall or blocker.

torinel commented 6 years ago

Is there any way to get around the network firewall?

jdf commented 6 years ago

I couldn't say. If you are using a firewall, disable it and try Python Mode. If Python Mode does work, then you know it's the firewall, and can look for workarounds. If not, then that wasn't the problem.

torinel commented 6 years ago

My firewall was already disabled, but I enabled it and then disabled it again. Reloaded Python and things seem to work now. Thanks for your help!

jdf commented 6 years ago

Hmm.