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
-~----------~----~----~----~------~----~------~--~---

Reply via email to