pombreda / gheat

Automatically exported from code.google.com/p/gheat
0 stars 0 forks source link

db.py aspen.configure error #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I needed to add :

aspen.configure(['--root', '.'])

to get db.py to run

Traceback (most recent call last):
  File "./db.py", line 16, in <module>
    aspen.configure()
TypeError: configure() takes exactly 1 argument (0 given)

Original issue reported on code.google.com by rattlece...@gmail.com on 24 Jul 2008 at 2:31

GoogleCodeExporter commented 9 years ago
It occurs to me that there was some version of aspen in which configure 
required an
argument, but that doesn't appear to be true of either 0.8 or trunk:

  http://aspen.googlecode.com/svn/tags/0.8/lib/python/aspen/__init__.py
  http://aspen.googlecode.com/svn/trunk/lib/python/aspen/__init__.py

What version of aspen are you using?

Original comment by whit537@gmail.com on 24 Jul 2008 at 1:04

GoogleCodeExporter commented 9 years ago
I have aspen-trunk apparently :

http://www.zetadev.com/software/aspen/trunk/dist/aspen-trunk.tgz downloaded 
yesterday.

Original comment by rattlece...@gmail.com on 24 Jul 2008 at 11:08

GoogleCodeExporter commented 9 years ago
Ah, ok. It looks like the real bug here is that the trunk distribution on 
zetadev.com
has not been kept up to date. Sorry about that. :^(

Should be fixed now. Try reinstalling aspen from that link and give it another 
shot.

Original comment by whit537@gmail.com on 31 Jul 2008 at 6:31

GoogleCodeExporter commented 9 years ago
I assume this worked. Reopen if not.

Original comment by whit537@gmail.com on 18 Aug 2008 at 1:20