quick newb question. I installed twisted from source on mac os x leopard. When I run:

>>python
>>import twisted
>>from twisted.web import http

I get an ImportError: ImportError: No module named web

I'm not sure what's up. Any ideas? Thanks all!