On 21 Mar 2006, at 17:07, dana_at_BBN wrote:
> > Sorry to be utterly dense, but could someone walk me thru properly > installing sqlite and pysqlite on Tiger? Personally I think it's easier to pull all this stuff down via DarwinPorts http://darwinports.opendarwin.org/ Once you've set it up (download the image on the site http:// darwinports.opendarwin.org/downloads/DarwinPorts-1.2-10.4.dmg) you can easily pull down everything you need. You will need to move to using the Darwin Ports Python, but that's not a great problem since it's 2.4 anyway. kremer:arthur $ /usr/bin/python -V Python 2.3.5 kremer:arthur $ /opt/local/bin/python -V Python 2.4.2 Basically you can pull down the packages you need then with commands like sudo port install python24 sudo port install sqlite (for 2.8.x) or sqlite3 (for 3.3.x) sudo port install py-sqlite2 etc. Hope this helps. There are two benifts to doing this over grabbing images etc manually. 1) It'll handle dependencies for you automatically and 2) when you need to upgrade you can do that with one command. Arthur -- One secret of happiness is to ignore comparisons with people who are more successful than you are: always compare downwards, not upwards” - Richard Layard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

