#1850: py2.4 broken with 2.0b5 Was:Quickstarted project requires pysqlite
--------------------------+-------------------------------------------------
Reporter: chrismiles | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone: 2.0b6
Component: Installation | Version: trunk
Severity: major | Resolution:
Keywords: sprint |
--------------------------+-------------------------------------------------
Changes (by jorge.vargas):
* summary: Quickstarted project requires pysqlite => py2.4 broken with
2.0b5 Was:Quickstarted project requires
pysqlite
* severity: normal => major
* milestone: 2.0b5 => 2.0b6
Comment:
I believe I found the cause of the bug according to
[http://oss.itsystementwicklung.de/trac/pysqlite/browser/doc/install-
source.txt the build from source guide] you need a C compiler and sqlite
but that is failing with py2.4 and latest versions
in ubuntu 8.10, in a fresh virtual machine
{{{
sudo apt-get install sqlite3 buildessencials
~/tg2.0b5-py24$ easy_install -i
http://www.turbogears.org/2.0/downloads/current/index tg.devtools
}}}
Therefore as I said above I think we should skip this dependency and
revert r6215 and document the fact, after all the goal of adding it to
setup.py is to avoid the external step that is needed anyway. The problem
here is analogical to mysqldb.
--
Ticket URL: <http://trac.turbogears.org/ticket/1850#comment:18>
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
-~----------~----~----~----~------~----~------~--~---