[Python-de] FreeBSD 5.4 und Python
nora central
noracentral at gmx.net
Fre Jun 24 06:58:17 CEST 2005
Hallo Alle!
Ich habe gerade erste Kontakt mit FreeBSD (fresh installed)
Anscheinend fehlt das Modul thread.
Was tut man wenn sowas passiert?
Gruss nora
Python 2.4.1 (#2, Jun 19 2005, 08:06:30)
[GCC 3.4.2 [FreeBSD] 20040728] on freebsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> import thread
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named thread
%python Karrigell.py
Traceback (most recent call last):
File "Karrigell.py", line 20, in ?
import KarrigellRequestHandler
File "/usr/home/noob/Karrigell-2.1.5/KarrigellRequestHandler.py",
line 57, in ?
import Cookie, urlparse, mimetypes, BaseHTTPServer, cgi, urllib,
threading
File "/usr/local/lib/python2.4/threading.py", line 6, in ?
import thread
ImportError: No module named thread