I've installed suds in Windows 7 with
pip install suds
When I open the python command line and use suds, it works without any issue. However, when I try to use suds (import suds) with Odoo, from a custom module I'm writting, I get
ImportError: No module named suds