[Tutor] couchdb.mapping 'Document' class

2011-03-01 Thread Emanuel Lauria
Hi everyone, I'm trying to map a couchdb document to a python object using couchdb.mapping. I'm stuck in the very first part were it says I should declare a Python class that inherits from the 'Document'.. Where does this 'Document' superclass comes from? I can't resolve it. Or do I have to cre

[Tutor] File transfer HTTP -> SFTP

2011-03-01 Thread Emanuel Lauria
Sorry if im annoying, but I think this is a better question than my previous one of today. I have some Images in an HTTP Server that I need to transfer to an SFTP server using a Python script. So far I can download them to my hard drive, and upload them to the sftp server; quite easy. I would