kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

AttributeError: 'tuple' object has no attribute 'scheme' in python2.4 #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
client.py

# The current code is only working with Python 2.5+
#o = urlparse(url)
# work for python2.4+
url_scheme, netloc, path, query, fragment = urlsplit(url)
if not url_scheme in ('http','https', 'file'):

Original issue reported on code.google.com by jinyinq...@gmail.com on 10 Feb 2012 at 4:25

GoogleCodeExporter commented 8 years ago
If that work in python2.4 and newer that would be great
I've given you commit access if you want to patch it and close this ticket ;-)

Original comment by reingart@gmail.com on 10 Feb 2012 at 10:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 80841894d88d.

Original comment by jinyinq...@gmail.com on 18 Feb 2012 at 9:08

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 82c54fb91ea0.

Original comment by reingart@gmail.com on 5 Apr 2015 at 9:54