[Fedora-suds-list] SUDS setup on Linux

Giovanni Marco Dall'Olio dalloliogm at gmail.com
Wed Mar 18 13:55:36 UTC 2009


On Wed, Mar 18, 2009 at 2:47 PM, Renato Alves <rjalves at igc.gulbenkian.pt> wrote:
> You just need to place the suds folder somewhere and add that location
> to the PYTHONPATH.
>
> After that you should be able to import suds without problems.


As an alternative, you can learn to use easy_install.
Install it following the instructions here:
- http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
- http://pypi.python.org/pypi/setuptools

and then install suds with this command:
easy_install suds --install-dir=<directory where you have write permission>

You can install any other python module in the same way, in any os.



> Quoting Walter, Patrick A on 03/18/2009 12:38 PM:
>> SUDS works great!! We've been able to demo it in our project for web services that are written in Java.
>>
>> I have used SUDS on the Windows platform using both NetBeans and Eclipse. To run it I put the SUDS distribution in the Python site-packages directory. That
>> seemed to work.
>>
>> But, I need to move it to Linux. How is this to be setup. I don't have admin privileges. Do I need to build it?
>>
>> Thanks for your HELP!!
>> Patrick
>>
>> _______________________________________________
>> fedora-suds-list mailing list
>> fedora-suds-list at redhat.com
>> https://www.redhat.com/mailman/listinfo/fedora-suds-list
>
> _______________________________________________
> fedora-suds-list mailing list
> fedora-suds-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-suds-list
>



-- 

My blog on bioinformatics (now in English): http://bioinfoblog.it




More information about the fedora-suds-list mailing list