The DevelopmentGuide<http://oss.openplans.org/melkjug/wiki/DevelopmentGuide>lists CouchDB as the only database dependency, but when you follow the quickstart instructions on a computer which doesn't have MySQL installed, pip errors out with "mysql_config not found". I noticed melkjug's setup.py<http://oss.openplans.org/melkjug/browser/melkjug/trunk/setup.py>includes "MySQL-python" and "SQLAlchemy" in its *install_requires*, but melk.model's setup.py<http://oss.openplans.org/melkjug/browser/melk.model/trunk/setup.py>only includes "CouchDB". So it looks like melkjug's setup.py is just out of date. The AlternateBackends<http://oss.openplans.org/melkjug/wiki/AlternateBackends> page says "The recommended SQL backend is PostgreSQL", so the MySQL dependencies at least should go away. Just wanted to ask before I remove some of these.
-- Archive: http://www.coactivate.org/projects/melkjug/lists/melkjug-development-list/archive/2009/06/1246060388924 To unsubscribe send an email with subject "unsubscribe" to [email protected]. Please contact [email protected] for questions.

