Installing Suds for Python 2.6.1 on Mac OS X

Darkside Android darksideandroid at gmail.com
Tue Feb 1 10:05:44 EST 2011


On Feb 1, 4:30 am, Chris Rebert <c... at rebertia.com> wrote:
> On Tue, Feb 1, 2011 at 2:43 AM, Darkside Android
>
> <darksideandr... at gmail.com> wrote:
> > I'd like to test my SOAP-based web service from Textmate (PyMate)
> > however I'm running into some trouble trying to get suds configured on
> > my Mac. I was able to install it from Terminal however I'm getting the
> > message each time I run the script:
>
> Can you successfully import it when running Python in Terminal?
>
> > ImportError: No module named suds
>
> > What do you recommend I do? I think it might have something to do with
> > the PYTHONPATH but I have no idea where this is?
>
> Have you set the TM_PYTHON Shell Variable appropriately in TextMate's
> Preferences (Advanced section)?
>
> Cheers,
> Chris
> --http://blog.rebertia.com

Thanks for the feedback Chris. I was able to figure it out this
morning.

I needed to run 'sudo easy_install -z suds' from Terminal.



More information about the Python-list mailing list