On Thu, Aug 27, 2009 at 12:28 AM, lasipisa<[email protected]> wrote: > > same error message when using > > mw-serve --protocol=http_threaded --port=8899 > > sh-2.04$ mw-serve --protocol=http_threaded --port=8899 > Traceback (most recent call last): > File "d:\xampplite\python\Scripts\mw-serve-script.py", line 8, in > <module> > load_entry_point('mwlib==0.12.3.dev', 'console_scripts', 'mw- > serve')() > File "d:\xampplite\python\lib\site-packages\mwlib-0.12.3.dev-py2.5- > win32.egg\mwlib\apps\serve.py", line 7, in main > from flup.server import fcgi, fcgi_fork, scgi, scgi_fork > File "build\bdist.win32\egg\flup\server\fcgi_fork.py", line 56, in > <module> > File "build\bdist.win32\egg\flup\server\preforkserver.py", line 53, > in <module> > ImportError: Requires eunuchs module for Python < 2.4
install eunuchs or remove the *_fork imports from apps/serve.py... anyway, I won't help you here anymore. It's just a waste of time. use cygwin or linux. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
