canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) (→FAQ) |
||
Line 37: | Line 37: | ||
= FAQ = | = FAQ = | ||
* 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 | |||
* Installing the required python MySQL packages is almost impossible (still working on it (Ryan)) | * Installing the required python MySQL packages is almost impossible (still working on it (Ryan)) | ||
** not impossible. You've got two options AFAICT. | |||
**# using McaPorts: 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. | |||
**# from source: Source can be found here: http://sourceforge.net/project/showfiles.php?group_id=22307 Instructions for building (some source mods are required): http://www.keningle.com/?p=11 -- coop | |||
= Build Graph Stage Server = | = Build Graph Stage Server = |