[Python-de] Erfahrungen mit Twisted und MoinMoinWiki und Win XP?
Diez B. Roggisch
deets at web.de
Don Dez 8 11:38:30 CET 2005
>
> "Copy wiki/server/mointwisted.cmd to your wiki directory. You might
> have to change the path pointing to the python-scripts directory.
> Double click mointwisted.cmd to start the server. It will create a new
> terminal window. To stop the server, close the terminal window."
> Doppelclicken geht nunmal schlecht aus 'ner Shell. Ich vermute, daß
> "python mointwisted.py" aus der Shell zum gleichen Ergebnis führt?
Wenn das in mointwisted.cmd steht, ja.
>
>
> Dies ist die Meldung, die ich erhalte....
>
>
> Traceback (most recent call last):
> File "mointwisted.py", line 27, in ?
> from MoinMoin.server.twistedmoin import TwistedConfig, makeApp
> File "C:\Python24\Lib\site-packages\MoinMoin\server\twistedmoin.py",
> line 27,
> in ?
> from twisted.internet import threads, reactor, ssl
> File "C:\Python24\lib\site-packages\twisted\internet\ssl.py", line
> 47, in ?
> from OpenSSL import SSL
> ImportError: No module named OpenSSL
Und danach googlest du mal und findest
http://twistedmatrix.com/pipermail/twisted-python/2005-November/011951.html
Soooo einfach kann debuggen sein :)
Diez