Installing TG+sqlite on Ubuntu 6.10 ===================== Assumes: Ubuntu 6.10 desktop, with all outstanding patches applied
Target: * Install TG (sudo python tgsetup.py) * run tg-admin (tg-admin info) * create and run a quickstart app with identity (tg-admin quickstart -i foo) Method: sudo apt-get install libc6-dev python-dev libsqlite3-dev sudo easy_install -f http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/ pysqlite wget http://www.turbogears.org/download/tgsetup.py sudo python setup.py Outcome: All Target goals are met and no errors are encountered in tg-admin or quickstart. However, warnings about python-profiler are issued at the startup of each but that does not affect the running of either. The 4 steps listed in the Method section will allow a user to do a minimal install of TG with database support for sqlite. Note: pysqlite is installed via easy_install, this requires the installation of libsqlite3-dev. If you were to install the python-sqlite from synaptix, the libsqlite3-dev library would not be needed, however, this results in some packages being installed by the package manager and some by easy_install, which can result in some distutils package strangeness do to variations on how these packages are installed. see http://inre.dundeemt.com/2007-01-05/installing-pysqlite-in-a-workingenv-on-unbuntu-610/ for a documented example of this. -jeff --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

