975
edits
(→FAQ) |
(→FAQ) |
||
| Line 38: | Line 38: | ||
* How do we get the right version of pysqlite2 off of fink for OSX? (use MySQL?) | * How do we get the right version of pysqlite2 off of fink for OSX? (use MySQL?) | ||
** I just grabbed the source: http://oss.itsystementwicklung.de/trac/pysqlite/ Command-line installation (python setup.py install) worked fine -- coop | ** I just grabbed the source: http://oss.itsystementwicklung.de/trac/pysqlite/ Command-line installation (python setup.py install) worked fine -- coop | ||
* Installing the required python MySQL packages is almost impossible | * Installing the required python MySQL packages is almost impossible | ||
** not impossible. You've got two options AFAICT. | ** not impossible. You've got two options AFAICT. | ||
**# using MacPorts: if you've installed a version of MySQL using MacPorts, you should simply be able to do a <code>port install py-mysql</code> or <code>port install py25-mysql</code>. I haven't tested this personally because I was working from source (I already have a custom MySQL built here for Litmus work), but I did see those ports in the list when I was trying to figure this setup out. | **# using MacPorts: if you've installed a version of MySQL using MacPorts, you should simply be able to do a <code>port install py-mysql</code> or <code>port install py25-mysql</code>. I haven't tested this personally because I was working from source (I already have a custom MySQL built here for Litmus work), but I did see those ports in the list when I was trying to figure this setup out. | ||
edits