#1850: Quickstarted project requires pysqlite
--------------------------+-------------------------------------------------
 Reporter:  chrismiles    |        Owner:  anonymous
     Type:  defect        |       Status:  new      
 Priority:  normal        |    Milestone:  2.0b4    
Component:  Installation  |      Version:  trunk    
 Severity:  normal        |   Resolution:           
 Keywords:  sprint        |  
--------------------------+-------------------------------------------------
Comment (by Chris Arndt):

 Well, could always put something like

 {{{
 install_requires = [...]

 if sys.version_info[:2] <= (2,4):
    install_requires += ["pysqlite"]


 setup(
    ...
    install_requires=install_requires,
    ...
 )
 }}}

 into the `setup.py` of a quickstarted project.

-- 
Ticket URL: <http://trac.turbogears.org/ticket/1850#comment:14>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to