Changes between Initial Version and Version 1 of Ticket #25917


Ignore:
Timestamp:
Aug 2, 2010, 2:55:40 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

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 to defect
    • Property Port mysql5 added
  • Ticket #25917 – Description

    initial v1  
    11When 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.....
    22
     3{{{
    34demetrius-fords-macbook-pro-17:jenniwren demet8$ python manage.py dbshell
    45/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated
    56  from sets import ImmutableSet
    67Error: You appear not to have the 'mysql' program installed or on your path.
     8}}}