This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BeautifulSoup==3.1.0.1 | |
Django==1.1 | |
GChartWrapper==0.9 | |
GnuPGInterface==0.3.2 | |
Twisted==8.2.0 | |
buildbot==0.7.11p3 | |
command-not-found==0.1 | |
## FIXME: could not find svn URL in dependency_links for this package: | |
flup==1.0.3.dev-20090716 | |
html5lib==0.11.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> State.objects.count() | |
16 | |
>>> Bill.objects.count() | |
36165 | |
>>> Legislator.objects.count() | |
1636 | |
>>> Sponsor.objects.count() | |
155922 | |
>>> Action.objects.count() | |
367515 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UnboundLocalError Traceback (most recent call last) | |
/Users/mike/fiftystates/backend/<ipython console> in <module>() | |
/Users/mike/code/26env/lib/python2.6/site-packages/couchdbkit-0.1.6.1-py2.6.egg/couchdbkit/loaders.pyc in sync(self, dbs, verbose) | |
71 dbs = [dbs] | |
72 | |
---> 73 doc_or_docs = self.get_docs() | |
74 if not isinstance(doc_or_docs, (list, tuple,)): | |
75 doc_or_docs = [doc_or_docs] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] [<0.75.0>] OS Process Error :: {os_process_error,"OS process timed out."} | |
[error] [<0.75.0>] ** Generic server <0.75.0> terminating | |
** Last message in was {execute, | |
{[{<<"info">>, | |
{[{db_name,<<"ut">>}, | |
{doc_count,3155}, | |
{doc_del_count,0}, | |
{update_seq,3346}, | |
{purge_seq,0}, | |
{compact_running,false}, |
NewerOlder