On Oct 4, 4:44 pm, Denis <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm trying to install Trac-0.8 on Debian at my home dir, where Apache
> 1.3.37, Python2.4 & Mod_Python-2.7.11 were already installed. But
> Python2.4 was installed --without-threads.
> Then I successfully installed ClearSilver0.9.9. & SQLite-3.4.2. Then
> after installing pySQLite-2.3.5 I made test:
>
> >>> from pysqlite2 import test
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/home/the_gremlin/local/lib/python2.4/site-packages/pysqlite2/
> test/__init__.py", line 35, in ?
>     from pysqlite2.test import dbapi, types, userfunctions, factory,
> transactions,\
>   File "/home/the_gremlin/local/lib/python2.4/site-packages/pysqlite2/
> test/dbapi.py", line 26, in ?
>     import threading
>   File "/home/the_gremlin/local/lib/python2.4/threading.py", line 6,
> in ?
>     import thread
> ImportError: No module named thread
>
> I read all available documentation but I didn't find how to fix it.

You will need to install Python which includes support for threading.
That or use a database backend which doesn't require/support
multithreading.

Is there a particular reason you are running Python without thread
support. There isn't much reason these days to be doing so.

Graham


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to