Oops
Turns out Straw's Makefile is a bit broken at the moment (version 0.2) — it installs the library directory into /usr/local/lib, which isn't in the default Python search path. You should either adjust $PYTHONPATH or move the directory to /usr/local/lib/python2.2/site-packages or somewhere else really along sys.path.