Roundup Tracker - Issues

Message2276

Author jonct
Recipients
Date 2006-08-02.18:29:02
Message-id
In-reply-to
Logged In: YES 
user_id=131905

See also
<http://sf.net/mailarchive/forum.php?thread_id=25618679&forum_id=966>

As you noted, one can't import into anydbm before either

    1) patching back_anydbm.py:getnode to accept nodeids
       expressed as integers
or
    2) patching admin.py:do_import to express nodeids as
       strings, e.g.  cl.import_files(dir, str(nodeid))

I ran into the same problem, and kept thinking the problem
was my data -- or that I was trying to upgrade 0.8->1.1.2.

But the same would happen to anyone trying to import data
into the anydbm backend.  If I'd realized that up front,
I wouldn't have used anydbm to test my conversion script.

So I repeat your findings in the hope it helps someone.  :)
History
Date User Action Args
2009-02-03 14:21:48adminlinkissue1512939 messages
2009-02-03 14:21:48admincreate