Closed GoogleCodeExporter closed 8 years ago
FWIW I can confirm this issue does NOT occur with Suds 0.3.9.
Of course installing suds 0.3.9 required hunting down the correct trunk
revision number from their release history page and checking it out. Kind of
sucks that they don't tag their releases in SVN, or make old releases available
on their wiki or on the pypi page.
If anybody else get's hung up on this, here's the command to check out the
right version:
svn co -r 658 http://svn.fedorahosted.org/svn/suds/trunk suds-0.3.9
the do the usual python setup.py install or roll an egg or whatever.
Original comment by jeff.lau...@gmail.com
on 29 Dec 2010 at 2:03
[deleted comment]
[deleted comment]
They (Python SUDS) must have fixed the download archive. First, performing
"svn co -r 658 ..." results in "no version 658". Second, the main archive they
had a few weeks ago was "python-suds-0.4.tar.gz" - that's gone now, replaced
with "python-suds-0.3.9.tar.gz". After removing 0.4 and replacing with 0.3.9 -
the problem went away.
Original comment by cw10...@gmail.com
on 11 Jan 2011 at 9:48
Sorry, I've been away over the holidays, this is a duplicate of issue 4, there
were some changes to the internals of Suds in 0.4.0 that I haven't allowed for
yet. Thank you both for the comments, I added a link to 0.3.9 and a notice to
the top of the homepage.
Original comment by dlanst...@gmail.com
on 12 Jan 2011 at 9:34
Original comment by dlanst...@gmail.com
on 12 Jan 2011 at 9:35
Installing suds 0.3.9 should be piece of cake with easy_install:
easy_install "suds==0.3.9"
Original comment by Mariano....@gmail.com
on 12 Jan 2011 at 9:46
Thanks! Just updated the homepage.
Original comment by dlanst...@gmail.com
on 12 Jan 2011 at 9:55
Original issue reported on code.google.com by
jeff.lau...@gmail.com
on 29 Dec 2010 at 1:49