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
http://svn.fedorahosted.org/svn/suds/trunk/ you'll 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 <
vangheem@gmail.com>
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)
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 <
rizwan.raza@gmail.com>
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
>