thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
338 stars 138 forks source link

Choose Database Option Broken #469

Closed ockham closed 11 years ago

ockham commented 11 years ago

Converted from SourceForge issue 1215850, submitted by SourceForge user nobody on 2005-06-06 17:17:24 UTC.

gourmet --choose-database Traceback (most recent call last): File "/usr/bin/gourmet", line 13, in ? from gourmet.OptionParser import * File "/usr/lib/python2.3/site-packages/gourmet/init.py", line 10, in ? import gglobals File "/usr/lib/python2.3/site-packages/gourmet/gglobals.py", line 139, in ? import backends.DatabaseChooser File "/usr/lib/python2.3/site-packages/gourmet/backends/DatabaseChooser.py", line 2, in ? from gourmet import gglobals ImportError: cannot import name gglobals

ockham commented 11 years ago

Submitted by SourceForge user thomas_hinkle on 2005-07-29 21:06:16 UTC.

Logged In: YES user_id=1030390

non-metakit db support is not supported at present, though it is partially implemented, so I'm closing all related bugs.

ockham commented 11 years ago

Submitted by SourceForge user thomas_hinkle on 2005-06-06 17:56:51 UTC.

Logged In: YES user_id=1030390

This particular bug is just a typo I can fix in a snap (change gglobals to gourmet.gglobals), but I believe once you successfully get the chooser working, you'll find all the non-metakit backends aren't currently functional :) These are experimental and were working when I first wrote them but haven't been maintained (I found they didn't have any clear advantage so I let them slip off my todo list). Given gourmet's performance problems with a large DB, though, it's likely this will crawl it's way back to the top of the TODO list again sometime in the future and I'll fix this up. Of course, if someone else wanted to take it on...