Hey,
naja, Django habe ich mit dieser Anleitung ja schon installiert und das funktioniert auch. Außerdem habe ich auch schon erfolgreich ein Projekt gestartet.
Mein Problem ist, wie ich jetzt die MySQL-Datenbank da mit rein bekomme?
Wenn ich versuche, dieses runtergeladene Paket (MySQL-Django) zu installieren, schaut das wie folgt aus:
macbook-pro:MySQL-python-1.2.3c1 martin$ python setup.py install
sh: mysql_config: command not found
Traceback (most recent call last):
File "setup.py", line 15, in <module>
metadata, options = get_config()
File "/Users/henke-martin/Downloads/MySQL-python-1.2.3c1/setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "/Users/henke-martin/Downloads/MySQL-python-1.2.3c1/setup_posix.py", line 24, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
Wieso? MySQL-Server ist installiert und läuft.