Skip to content

Instantly share code, notes, and snippets.

@jkern
Created March 16, 2009 17:53
Show Gist options
  • Save jkern/79974 to your computer and use it in GitHub Desktop.
Save jkern/79974 to your computer and use it in GitHub Desktop.
So ...
Problem 1:
First I get this error (after modifying my run.py to connect to the db)
http://gist.github.com/79560
Then I added the following line to line 16 of my run.py
infogami.infobase.config.query_timeout = None
And I get this error:
[infogami@darkstar infogami]$ python run.py
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'infobase'
So I edit infogmai/infobase/config.py and manually change the query_timeout = None
And it works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment