You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With python 3 i have problems with urllib.urlopen.
File jf-web.py line 107
Code:
try:
BASE_RESPONSE = urllib.urlopen('http://%s/%s' % (TARGET, ADDR), timeout=10)
Doesn't work.
Did you write it for python2? There are changes in python 3: https://docs.python.org/3.5/library/urllib.html
The text was updated successfully, but these errors were encountered:
This might also explain issues with the Brython library, as that might be
targeted for Python 3.
On Sep 19, 2015 12:45 PM, "DimopoulosElias" notifications@github.com
wrote:
With python 3 i have problems with urllib.urlopen.
File jf-web.py line 107
Code:
try:
BASE_RESPONSE = urllib.urlopen('http://%s/%s' % (TARGET, ADDR),
timeout=10)
Doesn't work.
Did you write it for python2? There are changes in python 3: https://docs.python.org/3.5/library/urllib.html
—
Reply to this email directly or view it on GitHub #4.
With python 3 i have problems with urllib.urlopen.
File jf-web.py line 107
Code:
try:
BASE_RESPONSE = urllib.urlopen('http://%s/%s' % (TARGET, ADDR), timeout=10)
Doesn't work.
Did you write it for python2? There are changes in python 3:
https://docs.python.org/3.5/library/urllib.html
The text was updated successfully, but these errors were encountered: