Please read the README file in the suds base directory for instructions on how to use it. There are no external dependencies as you can tell by looking at the setup.py file.
On Tue, Jul 29, 2008 at 12:09 PM, Rizwan Raza rizwan.raza@gmail.com wrote:
Nathan:
Thanks for bearing with me. Anyways I was able to build and install SUDS. Now I am using the legacy approach to call a web service. Below is the code
from serviceproxy import ServiceProxy myurl = 'http://localhost/CalendarService.svc?wsdl' myservice=ServiceProxy(myurl) ret = myservice.TestDoc('some value') print ret
but I am getting the following error
ImportError: No module named serviceproxy. Is that also some module that needs to be installed before I can use SUDS? Can you please send me the link. I really would appreciate it.
On 7/29/08, Nathan Van Gheem vangheem@gmail.com wrote:
Sorry everyone for forgetting the "reply to all"
Rizwan,
A little googling would have giving you
http://pypi.python.org/pypi/setuptools
This list is really not the place for these questions because
installing
suds is just standard python. Please read up more next time.
Thanks, Nathan
On Tue, Jul 29, 2008 at 10:32 AM, Rizwan Raza rizwan.raza@gmail.com
wrote:
I ran python setup.py build and get the following error
No module named setuptools
On 7/29/08, Rizwan Raza rizwan.raza@gmail.com wrote:
I got it. Thanks
On 7/29/08, Nathan Van Gheem vangheem@gmail.com wrote:
If you used svn then you should have it. You're looking at the
directory
structure one down from where you should be. If you just go to the
address
see the
setup.py in there.
-Nathan
On Tue, Jul 29, 2008 at 10:23 AM, Rizwan Raza <
rizwan.raza@gmail.com>
wrote:
Ok I downloaded the repository using SVN cd suds but did not see any setup.py file there. Attached is the folder listing for suds folder
Then I tried the second approach. Got the tar ball. Tried to decompress it on Windows XP got the error attached
Any help would be greatly appreciated.
Thanks
On 7/28/08, Nathan Van Gheem vangheem@gmail.com wrote: > Forgot to mention you can actually just download the source
from
>
https://fedorahosted.org/suds/attachment/wiki/WikiStart/suds-0.2.4.tar.gz
> have a lot at the main project page for a list of all the
files
> https://fedorahosted.org/suds > > -Nathan > > > On Mon, Jul 28, 2008 at 6:06 PM, Nathan Van Gheem
> wrote: > > > > Yes, you can checkout the trunk from the svn or you can use
easy_install
> to download and install the package for you(although the latest
0.2.4
> release isn't in pypi yet). Once you check it out just use the
setup.py
in
> there to install or you can just run from the source.... > > > > First, make sure subversion is installed. I've used tortoise
svn
> http://tortoisesvn.tigris.org/ for windows before. It is very
easy to
use.
> > The command sequence will be like so(if you just use the
basic
svn
> install) > > > > svn co
http://svn.fedorahosted.org/svn/suds/trunk
suds
> > cd suds > > python setup.py build > > python setup.py install > > That should work... Anyways, good luck. > > > > To use suds just check out the README in the root folder. > > > > -Nathan > > > > > > > > > > > > > > On Mon, Jul 28, 2008 at 5:58 PM, Rizwan Raza
> wrote: > > > > > I am new to PYTHON and SUDS, I need to call a WS method
from
PYTHON.
> > > Can someone let me know how can I install SUDS? Is there
any
setup.py
> > > file available? > > > > > >
> > > fedora-suds-list mailing list > > > fedora-suds-list@redhat.com > > > >
https://www.redhat.com/mailman/listinfo/fedora-suds-list
> > > > > > > > >
fedora-suds-list mailing list fedora-suds-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-suds-list