Roundup Tracker - Issues

Message1420

Author dlinke
Recipients
Date 2004-08-15.22:40:00
Message-id
In-reply-to
Export does not work in our roundup installation:
roundup 0.7.6, default-tracker, sqlite-backend, win XP

Here is the export trial:

C:\P-Lang\Python23\Scripts>roundup-admin
Roundup 0.7.6 ready for input.
Type "help" for help.
Note: command history and editing not available
roundup> export c:/zusatz
Enter tracker home: c:/home/roundup/universal
Traceback (most recent call last):
  File
"C:\P-Lang\Python23\lib\site-packages\roundup\admin.py", 
    line 1273, in run_command
    ret = function(args[1:])
  File
"C:\P-Lang\Python23\lib\site-packages\roundup\admin.py", 
    line 1051, in do_export
    map(journals.writerow, cl.export_journals())
  File
"C:\P-Lang\Python23\lib\site-packages\roundup\backends\rdbms_common.py",
    line 2504, in export_journals
    for nodeid, date, user, action, params in
self.history(nodeid):
  File
"C:\P-Lang\Python23\lib\site-packages\roundup\backends\rdbms_common.py",
    line 1824, in history
    return self.db.getjournal(self.classname, nodeid)
  File
"C:\P-Lang\Python23\lib\site-packages\roundup\backends\rdbms_common.py",
    line 1110, in getjournal
    params = eval(params)
  File "<string>", line 1
     {'password': <roundup.password.Password instance
at 0x00EF8FD0>}
                  ^
 SyntaxError: invalid syntax
roundup>

I tried to look at this in the code but could not
figure out how this can
happen. So any help would be very much appreciated.

David
History
Date User Action Args
2009-02-03 14:20:54adminlinkissue1009701 messages
2009-02-03 14:20:54admincreate