Good morning. I heard about ClueMapper from the Planet Plone blog aggregator, it looks like a great PM platform but I'm having trouble installing it. If there is a mailing list or ticket system I should send this to instead, please let me know.
I'm trying to install ClueMapper in a new Ubuntu 8.04 Server install and the buildout breaks when installing pysqlite. See the error below. I get this same error whether installing with buildout or in a Virtual Env with easy_install. Am I missing something?
$ ./bin/buildout
Installing scripts.
Getting distribution for 'TracAccountManager'.
Installing TracAccountManager 0.2.1dev-r3734-20080605
Caused installation of a distribution:
TracAccountManager 0.2.1dev-r3734
with a different version.
Got TracAccountManager 0.2.1dev-r3734.
Getting distribution for 'TracCustomFieldAdmin'.
zip_safe flag not set; analyzing archive contents...
Installing TracCustomFieldAdmin 0.2-20080605
Caused installation of a distribution:
TracCustomFieldAdmin 0.2
with a different version.
Got TracCustomFieldAdmin 0.2.
Getting distribution for 'TracWebAdmin'.
zip_safe flag not set; analyzing archive contents...
webadmin.plugin: module references __file__
Installing TracWebAdmin 0.1.2dev-r5911-20080605
Caused installation of a distribution:
TracWebAdmin 0.1.2dev-r5911
with a different version.
Got TracWebAdmin 0.1.2dev-r5911.
Getting distribution for 'timingandestimationplugin'.
zip_safe flag not set; analyzing archive contents...
Installing timingandestimationplugin 0.6.6-20080605
Caused installation of a distribution:
timingandestimationplugin 0.6.6
with a different version.
Got timingandestimationplugin
0.6.6.Getting distribution for 'pysqlite>=2.4.1,<=2.4.9999'.
warning: no files found matching 'doc/code/*.py'
In file included from src/module.c:24:
src/connection.h:33:21: error: sqlite3.h: No such file or directory
In file included from src/module.c:24:
src/connection.h:38: error: expected specifier-qualifier-list before 'sqlite3'
In file included from src/module.c:25:
src/statement.h:37: error: expected specifier-qualifier-list before 'sqlite3'
src/module.c: In function 'module_complete':
src/module.c:92: warning: implicit declaration of function 'sqlite3_complete'
src/module.c: At top level:
src/module.c:222: error: 'SQLITE_OK' undeclared here (not in a function)
src/module.c:223: error: 'SQLITE_DENY' undeclared here (not in a function)
src/module.c:224: error: 'SQLITE_IGNORE' undeclared here (not in a function)
src/module.c:225: error: 'SQLITE_CREATE_INDEX' undeclared here (not in a function)
src/module.c:226: error: 'SQLITE_CREATE_TABLE' undeclared here (not in a function)
src/module.c:227: error: 'SQLITE_CREATE_TEMP_INDEX' undeclared here (not in a function)
src/module.c:228: error: 'SQLITE_CREATE_TEMP_TABLE' undeclared here (not in a function)
src/module.c:229: error: 'SQLITE_CREATE_TEMP_TRIGGER' undeclared here (not in a function)
src/module.c:230: error: 'SQLITE_CREATE_TEMP_VIEW' undeclared here (not in a function)
src/module.c:231: error: 'SQLITE_CREATE_TRIGGER' undeclared here (not in a function)
src/module.c:232: error: 'SQLITE_CREATE_VIEW' undeclared here (not in a function)
src/module.c:233: error: 'SQLITE_DELETE' undeclared here (not in a function)
src/module.c:234: error: 'SQLITE_DROP_INDEX' undeclared here (not in a function)
src/module.c:235: error: 'SQLITE_DROP_TABLE' undeclared here (not in a function)
src/module.c:236: error: 'SQLITE_DROP_TEMP_INDEX' undeclared here (not in a function)
src/module.c:237: error: 'SQLITE_DROP_TEMP_TABLE' undeclared here (not in a function)
src/module.c:238: error: 'SQLITE_DROP_TEMP_TRIGGER' undeclared here (not in a function)
src/module.c:239: error: 'SQLITE_DROP_TEMP_VIEW' undeclared here (not in a function)
src/module.c:240: error: 'SQLITE_DROP_TRIGGER' undeclared here (not in a function)
src/module.c:241: error: 'SQLITE_DROP_VIEW' undeclared here (not in a function)
src/module.c:242: error: 'SQLITE_INSERT' undeclared here (not in a function)
src/module.c:243: error: 'SQLITE_PRAGMA' undeclared here (not in a function)
src/module.c:244: error: 'SQLITE_READ' undeclared here (not in a function)
src/module.c:245: error: 'SQLITE_SELECT' undeclared here (not in a function)
src/module.c:246: error: 'SQLITE_TRANSACTION' undeclared here (not in a function)
src/module.c:247: error: 'SQLITE_UPDATE' undeclared here (not in a function)
src/module.c:248: error: 'SQLITE_ATTACH' undeclared here (not in a function)
src/module.c:249: error: 'SQLITE_DETACH' undeclared here (not in a function)
src/module.c: In function 'init_sqlite':
src/module.c:376: warning: implicit declaration of function 'sqlite3_libversion'
src/module.c:376: warning: passing argument 1 of 'PyString_FromString' makes pointer from integer without a cast
error: Setup script exited with error: command 'gcc' failed with exit status 1
An error occured when trying to install pysqlite 2.4.1.Look above this message for any errors thatwere output by easy_install.
While:
Installing scripts.
Getting distribution for 'pysqlite>=2.4.1,<=2.4.9999'.
Error: Couldn't install: pysqlite 2.4.1