graingerkid

Results 4 issues of graingerkid

looking at the uploads example, it doesn't appear to actually save anywhere? How might you go about saving the uploads in an uploads/ directory?

Any ideas why I'm getting... ``` ImportError: cannot import name ScopedSession ```

Getting the follow... ``` Traceback (most recent call last): File "emailparser.py", line 25, in for uid, message in messages_from: File "/home/graingerkid/blinky/venv/local/lib/python2.7/site-packages/imbox/__init__.py", line 39, in fetch_list yield (uid, self.fetch_by_uid(uid)) File "/home/graingerkid/blinky/venv/local/lib/python2.7/site-packages/imbox/__init__.py",...

With the following example, if I run it and then comment out the `put` loop and then run it again, I get 99 printed. ``` def worker(): while True: try:...