install problem with moinmoin on win2k

A

asdf sdf

ActiveState python 2.3.2
Win2k Pro SP4
Apache 2.0

browsing all of http://moinmaster.wikiwikiweb.de/HelpForBeginners in vain.

Running http://localhost/mywiki?test yields:

MoinMoin CGI Diagnosis
======================

Package "MoinMoin" successfully imported.


Traceback (innermost last):
File "C:/moin/moin121/wiki/cgi-bin/moin.cgi", line 23, in ?
request = RequestCGI()
File "C:\Python23\Lib\site-packages\MoinMoin\request.py", line 503,
in __init__
RequestBase.__init__(self, properties)
File "C:\Python23\Lib\site-packages\MoinMoin\request.py", line 63,
in __init__
self.dicts = self.initdicts()
File "C:\Python23\Lib\site-packages\MoinMoin\request.py", line 223,
in initdicts
dicts.scandicts()
File "C:\Python23\Lib\site-packages\MoinMoin\wikidicts.py", line
253, in scandicts
pagelist = wikiutil.getPageList(config.text_dir)
File "C:\Python23\Lib\site-packages\MoinMoin\wikiutil.py", line 275,
in getPageList
pages = os.listdir(text_dir)
WindowsError: [Errno 3] The system cannot find the path specified:
'data\\text/*.*'

I get the same results running moin.cgi from the command line as
moin.py. Obviously a python issue.

Any help appreciated. Also any pointers to support lists or pages.
 
M

Mike Rovner

asdf said:
pages = os.listdir(text_dir)
WindowsError: [Errno 3] The system cannot find the path specified:
'data\\text/*.*'

No subdirectory 'text' inside 'data' was found.

HTH,
Mike
 
A

asdf sdf

Mike said:
asdf said:
pages = os.listdir(text_dir)
WindowsError: [Errno 3] The system cannot find the path specified:
'data\\text/*.*'


No subdirectory 'text' inside 'data' was found.

HTH,
Mike
thanks, Mike.

But is there a larger significance? The moinmoin installation creates a
'data' directory containing subdirs plugin, text and user, as well as
the intermap.txt file.

text is set to everyone with full control. in fact the path from root
to text grants everyone access with full control.

The text directory itself contains language-specific help files for
moinmoin. all are full control to everyone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top