Installing Suds for Python 2.6.1 on Mac OS X

  • Thread starter Darkside Android
  • Start date
D

Darkside Android

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:

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?
 
C

Chris Rebert

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
 
D

Darkside Android

Can you successfully import it when running Python in Terminal?



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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top