Changes between Initial Version and Version 1 of Ticket #25917
- Timestamp:
- Aug 2, 2010, 2:55:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25917
- Property Keywords Mysql5 Path removed
-
Property
Milestone
changed from
MacPorts 1.9.2
to - Property Owner changed from macports-tickets@… to ryandesign@…
-
Property
Type
changed from
request
todefect
- Property Port mysql5 added
-
Ticket #25917 – Description
initial v1 1 1 When I run python manage.py dbshell I am getting an error message regarding mysql5 not being in my path. I have tried a few things in my settings.py file but I must be setting the path incorrectly. I want to find the correct path to mysql5 & set it in my bash_login file. This should allow mysql5 to be found @localhost in my settings.py file & also have mysql5 in my system path..... 2 2 3 {{{ 3 4 demetrius-fords-macbook-pro-17:jenniwren demet8$ python manage.py dbshell 4 5 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated 5 6 from sets import ImmutableSet 6 7 Error: You appear not to have the 'mysql' program installed or on your path. 8 }}}