L.S., I have a problem with installation of pysqlite. I run the next statement :
easy_install-2.4 -f http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/ pysqlite-2.3.2 But I will get a list of error messages. I would send a few lines of this list to indicate what is actually problem for this installation. In file included from src/module.c:24: src/connection.h:33:21: sqlite3.h: No such file or directory In file included from src/module.c:24: src/connection.h:38: error: parse error before "sqlite3" Would you like to tell me who I can solve this problem? With regards, Nader Alberto Valverde wrote: > > > > I am having problems/am stumped on how to install database packages > > such as pysqlite. > > > > using: > > (foo)[EMAIL PROTECTED]:~/Projects/sa$ easy_install pysqlite > > > > I get the error: > > > > "No local packages or download links found for pysqlite error: > > Could not find suitable distribution for Requirement.parse('pysqlite')" > > > > > > It seems a number of people on the list are using workingenv.py so I > > was hoping they could point me in the right direction. > > It's not workingenv related, it seems pysqlite forgot to add a > download_url at the cheeseshop. You can tell easy_install to get it > directly from their download site by: > > easy_install -f http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/ > pysqlite > > HTH, > > Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

