Roundup Tracker - Issues

Message3695

Author richardgmcmahon
Recipients richardgmcmahon
Date 2009-04-23.22:29:51
Message-id <1240525793.0.0.550627426358.issue2550539@psf.upfronthosting.co.za>
In-reply-to
I am trying to install roundup-1.4.8 on a Macos 10.5 laptop.

The demo runs OK and setup.py install 

rgm@caml18(/data/superstore/rgm/soft/roundup/roundup-1.4.8){39}> sudo
roundup-admin install
Enter tracker home: /roundup
Templates: classic-demo, minimal, classic
Select template [classic]: 
After I type space I get a page of error messages that ends with:

ImportError: Cannot load MySQL client libraries. The MySQL client must
be installed before this package can be used.

I do not have MySQL and plan to use Sqlite as the backend.

The full page of errors is below:

rgm@caml18(/data/superstore/rgm/soft/roundup/roundup-1.4.8){40}> sudo
roundup-ad
min install
Enter tracker home: /roundup
Templates: classic-demo, minimal, classic
Select template [classic]: classic
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/Current/bin/roundup-admin"
, line 3, in <module>
    run()
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/scripts/roundup_admin.py", line 38, in run
    sys.exit(tool.main())
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/admin.py", line 1526, in main
    ret = self.run_command(args)
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/admin.py", line 1410, in run_command
    return self.do_install(self.tracker_home, args)
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/admin.py", line 407, in do_install
    backends = roundup.backends.list_backends()
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/backends/__init__.py", line 84, in list_backends
    if have_backend(name):
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/backends/__init__.py", line 66, in have_backend
    get_backend(name)
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/backends/__init__.py", line 46, in get_backend
    module = __import__(module_name, vars)
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/roundup/backends/back_mysql.py", line 38, in <module>
    import MySQLdb
  File
"/Library/Frameworks/Python.framework/Versions/4.1.30101/lib/python2.5/si
te-packages/MySQL_python-1.2.2.0003-py2.5-macosx-10.3-fat.egg/MySQLdb/__init__.p
y", line 22, in <module>
    raise ImportError('Cannot load MySQL client libraries. '\
ImportError: Cannot load MySQL client libraries. The MySQL client must
be instal
led before this package can be used.
History
Date User Action Args
2009-04-23 22:29:52richardgmcmahonsetmessageid: <1240525793.0.0.550627426358.issue2550539@psf.upfronthosting.co.za>
2009-04-23 22:29:52richardgmcmahonsetrecipients: + richardgmcmahon
2009-04-23 22:29:52richardgmcmahonlinkissue2550539 messages
2009-04-23 22:29:51richardgmcmahoncreate