On 10/30/10 2:00 PM, Dan Tenenbaum wrote: > In my config, I put this at the bottom: > [plugin shortreadplugin] > SETUP_CLASS = ShortReadPlugin > arg1=foo > SETUP_CLASS expects the full python path to the class. In this case it should be shortread.ShortReadPlugin given that your ShortReadPlugin class lives in the shortread module (shortread.py) ~Justin