Re: [Moin-user] ImportError: No module named wikiconfig

2009-09-14 Thread Ernesto Adorio
Just  a follow up to my previous post. I was using an old 7.10 Moin installation guide. The most recent I believe installation instructions is now at https://help.ubuntu.com/8.10/serverguide/C/moinmoin.html and with this guide (after removing all instances of the bad install and previous versions

Re: [Moin-user] ImportError: No module named wikiconfig

2009-09-14 Thread Thomas Waldmann
> /usr/share/moin/mywiki/cgi-bin/moin.cgi Read the comments in that file and fix the sys.path.insert statements in it. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your

[Moin-user] ImportError: No module named wikiconfig

2009-09-12 Thread Ernesto Adorio
I have installed moin-1.8.5 according to the instructions. My operating system is Ubuntu 7.10 My web server is Apache 2. Last lines of my /etc/apache2/sites-available/default: Alias /wiki "/usr/share/moin/htdocs/" ScriptAlias /mywiki /usr/share/moin/mywiki/cgi-bin/moin.cgi These