-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
launching ppserver.py without port fails #3
Comments
Yep, I can replicate that. I think there's an issue with |
If you don't use the |
Also, you could provide which version of python and which OS, in case that matters? |
I use python 2.7.2 on OSX 10.8.2 desktop machine, and python 2.7.9 on Ubuntus 15.04 distant servers. That said, I agree that if we remove the -a flag in a localhost test environment, it works. |
Ok, thanks. I know when I converted ppft from 2 to 2 and 3, I introduced one bug. This may be a second. I'll look for it when I can, as it's somewhat lower priority. |
Launch in a shell the following command :
Now try to launch sum_primes.py example with '127.0.0.1' in ppservers tuple.
It just freeze while with the original pp version, it works.
In order to get ppft to work with sum_primes.py example you have to specify which port to use and listen on.
and '127.0.0.1:60000' in ppservers tuple.
The text was updated successfully, but these errors were encountered: