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
I installed phrasemachine in Windows 10, with Python 2.7.
Running the test code gave me the error below. Please let me know what went run. Thanks!
...
1264 def unknown_open(self, req):
1265 type = req.get_type()
-> 1266 raise URLError('unknown url type: %s' % type)
1267
1268 def parse_keqv_list(l):
URLError:
The text was updated successfully, but these errors were encountered:
I installed phrasemachine in Windows 10, with Python 2.7.
Running the test code gave me the error below. Please let me know what went run. Thanks!
...
1264 def unknown_open(self, req):
1265 type = req.get_type()
-> 1266 raise URLError('unknown url type: %s' % type)
1267
1268 def parse_keqv_list(l):
URLError:
The text was updated successfully, but these errors were encountered: