On Feb 1, 4:30 am, Chris Rebert <c...@rebertia.com> wrote: > On Tue, Feb 1, 2011 at 2:43 AM, Darkside Android > > <darksideandr...@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. -- http://mail.python.org/mailman/listinfo/python-list