Roundup Tracker - Issues

Issue 2550628

classification
version 1.4.0: ImportError: No module named back_metakit on roundup-admin install
Type: crash Severity: critical
Components: Command-line interface Versions: 1.4
process
Status: closed fixed
:
: : radioking
Priority: :

Created on 2010-01-08 09:50 by radioking, last changed 2010-01-09 23:48 by richard.

Messages
msg3983 Author: [hidden] (radioking) Date: 2010-01-08 09:50
/roundup-1.4.0$ roundup-admin install test

Tracker-Verzeichnis: /opt/roundup/trackers/test
Vorlagen: minimal, classic
Template ausw�hlen [classic]: classic

Traceback (most recent call last):
  File "/usr/bin/roundup-admin", line 3, in <module>
    run()
  File
"/usr/lib/python2.5/site-packages/roundup/scripts/roundup_admin.py",
line 38, in run
    sys.exit(tool.main())
  File "/usr/lib/python2.5/site-packages/roundup/admin.py", line 1502,
in main
    ret = self.run_command(args)
  File "/usr/lib/python2.5/site-packages/roundup/admin.py", line 1386,
in run_command
    return self.do_install(self.tracker_home, args)
  File "/usr/lib/python2.5/site-packages/roundup/admin.py", line 410, in
do_install
    backends = roundup.backends.list_backends()
  File "/usr/lib/python2.5/site-packages/roundup/backends/__init__.py",
line 84, in list_backends
    if have_backend(name):
  File "/usr/lib/python2.5/site-packages/roundup/backends/__init__.py",
line 66, in have_backend
    get_backend(name)
  File "/usr/lib/python2.5/site-packages/roundup/backends/__init__.py",
line 46, in get_backend
    module = __import__(module_name, vars)
ImportError: No module named back_metakit
msg3984 Author: [hidden] (radioking) Date: 2010-01-08 09:54
Removed manually everything which is roundup-related before installing
1.4.0.


Might that be the problem?

Thought the sources ship with everything needed to install an run roundup?!
msg3985 Author: [hidden] (radioking) Date: 2010-01-08 09:59
ChangeLog for Version 1.4.0 speaks about

"- The metakit backend has been removed"


Why is roundup-admin trying to access this backend then?


Did some configuration remain from an old version on my PC or are the
sources buggy in version 1.4.0?
msg3986 Author: [hidden] (radioking) Date: 2010-01-08 10:04
Oh- ok just found this while reading further...

############################################
2007-11-09 1.4.1
  222 Fixed:
  223 - Removed some metakit references
############################################

I would have expected such a fix being version 1.4.0.1 instead of 1.4.1

;-)
History
Date User Action Args
2010-01-09 23:48:11richardsetstatus: new -> closed
resolution: fixed
2010-01-08 10:04:46radiokingsetmessages: + msg3986
2010-01-08 09:59:45radiokingsetmessages: + msg3985
2010-01-08 09:54:42radiokingsetmessages: + msg3984
2010-01-08 09:50:52radiokingcreate