> Den 19/01/2015 kl. 20.28 skrev th.gran...@free.fr: > Thanks but i have a problem! > > when i launch the install command i get these errors > > Downloading mysqlclient-1.3.4.tar.gz (77kB) > 100% |################################| 77kB 356kB/s > /bin/sh: 1: mysql_config: not found > Traceback (most recent call last): > File "<string>", line 20, in <module> > File "/tmp/pip-build-obp7bna6/mysqlclient/setup.py", line 17, in <module> > metadata, options = get_config() > File "/tmp/pip-build-obp7bna6/mysqlclient/setup_posix.py", line 47, in > get_config > libs = mysql_config("libs_r") > File "/tmp/pip-build-obp7bna6/mysqlclient/setup_posix.py", line 29, in > mysql_config > raise EnvironmentError("%s not found" % (mysql_config.path,)) > OSError: mysql_config not found > Complete output from command python setup.py egg_info: > /bin/sh: 1: mysql_config: not found
mysqlclient needs mysql_config, which either isn't installed on your system or isn't in your PATH. If this is a Linux distro, it's probably missing the libmysqlclient-dev package. Erik -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5A250D88-352E-4748-B806-3053E06ADEBF%40cederstrand.dk. For more options, visit https://groups.google.com/d/optout.