Installing Suds for Python 2.6.1 on Mac OS X

Chris Rebert clp2 at rebertia.com
Tue Feb 1 07:30:12 EST 2011


On Tue, Feb 1, 2011 at 2:43 AM, Darkside Android
<darksideandroid 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



More information about the Python-list mailing list