Error
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 318, in run
testMethod()
File "/Library/Python/2.7/site-packages/nose-1.1.2-py2.7.egg/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/dgraziotin/Projects/dpm/dpm/tests/test_upload.py", line 42, in test_02_upload
self.uploader.upload(self.csv, destspec)
File "/Users/dgraziotin/Projects/dpm/dpm/upload.py", line 21, in upload
backend = self.load_ofs_backend(upload_spec)
File "/Users/dgraziotin/Projects/dpm/dpm/upload.py", line 36, in load_ofs_backend
raise Exception(msg)
Exception: No suitable OFS backend for uploading found
@rgrp, this is happening under Mac OS X Lion.
dpm.tests.test_upload.TestUploader.test_02_upload()