I had a similar problem on OpenBSD 4.3 and resolved it by installing the python-sqlite-2.5.2 package. I'm guessing that python- sqlite-2.5.2 is the FreeBSD equivalent. Do you have a sqlite3 directory in /usr/local/lib/python2.5/ ?
Doug On Sep 8, 11:23 am, rihad <[EMAIL PROTECTED]> wrote: > Hi there, I've followed this guide to bootstrap > TG2:http://www.turbogears.org/2.0/docs/main/DownloadInstall.html > Up to and including the "Validate the installation" step and > everything was just fine until I tried to run a server (as explained > here:http://www.turbogears.org/2.0/docs/main/QuickStart.html): > $ paster serve development.ini > # screenful of traceback, and ... > ImportError: No module named pysqlite2 > > OS: FreeBSD 6.2 > Python related packages installed: > py25-sqlite3-2.5.2_1 Standard Python binding to the SQLite3 library > python25-2.5.2_3 An interpreted object-oriented programming > language > > A wild guess: I'm not that much into Python, but... isn't pysqlite2 > somehow related to the older version Python 2.4? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

