Hello guys,<br><br>I have problem to login, my wiki is locate on localhost/wikiSimpop<br><br>Here my user-config.py : <b><br><br>mylang = &#39;fr&#39;<br>family = &#39;wikiSimpop&#39;<br>usernames[&#39;wikiSimpop&#39;][&#39;fr&#39;] = u&#39;abotsimpop&#39;</b><br>

<br>Here my family wikiSimpop_family.py : <br><b><br># -*- coding: utf-8  -*-                                                                                                                                    <br>import family<br>

<br>class Family(family.Family):<br>    def __init__(self):<br>        family.Family.__init__(self)<br>        <a href="http://self.name">self.name</a> = &#39;wikiSimpop&#39;<br><br>        self.langs = {<br>            &#39;fr&#39;: &#39;wikiSimpop&#39;,                                                 <br>

            }<br><br>        self.namespaces[4] = {<br>            &#39;_default&#39;: [u&#39;wikiSimpop&#39;, self.namespaces[4][&#39;_default&#39;]],<br>            &#39;fr&#39;: u&#39;wikiSimpop&#39;,<br>            }<br>

<br>def scriptpath(self, code):<br>               return &#39;/wikiSimpop&#39;</b><br><br><u><br>And the probleme is : </u><br><i><b><br>srey@ubuntu:~/STAGE2/RSYNC/DEV/SANDBOX/PYTHON/pywikipedia$ python login.py -v -v -pass:postgres</b></i><br>

<br>DBG&gt; BUG: Non-unicode (&lt;type &#39;str&#39;&gt;) passed to wikipedia.output without decoder!<br>  File &quot;login.py&quot;, line 316, in &lt;module&gt;<br>    main()<br>  File &quot;login.py&quot;, line 274, in main<br>

    for arg in wikipedia.handleArgs():<br>  File &quot;/home/srey/STAGE2/RSYNC/DEV/SANDBOX/PYTHON/pywikipedia/wikipedia.py&quot;, line 6498, in handleArgs<br>    output(&#39;Pywikipediabot %s&#39; % (version.getversion()))<br>

  File &quot;/home/srey/STAGE2/RSYNC/DEV/SANDBOX/PYTHON/pywikipedia/wikipedia.py&quot;, line 6820, in output<br>    print traceback.print_stack()<br>None<br>DBG&gt; Attempting to recover, but please report this problem<br>

Pywikipediabot nightly:pywikipedia (r6998, juin 25 2009, 14:41:11)<br>DBG&gt; BUG: Non-unicode (&lt;type &#39;str&#39;&gt;) passed to wikipedia.output without decoder!<br>  File &quot;login.py&quot;, line 316, in &lt;module&gt;<br>

    main()<br>  File &quot;login.py&quot;, line 274, in main<br>    for arg in wikipedia.handleArgs():<br>  File &quot;/home/srey/STAGE2/RSYNC/DEV/SANDBOX/PYTHON/pywikipedia/wikipedia.py&quot;, line 6499, in handleArgs<br>

    output(&#39;Python %s&#39; % (sys.version))<br>  File &quot;/home/srey/STAGE2/RSYNC/DEV/SANDBOX/PYTHON/pywikipedia/wikipedia.py&quot;, line 6820, in output<br>    print traceback.print_stack()<br>None<br>DBG&gt; Attempting to recover, but please report this problem<br>

Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) <br>[GCC 4.3.3]<br>WARNING: Using -v -v on login.py might leak private data. When sharing, please double check your password is not readable and log out your bots session.<br>

Logging in to wikiSimpop:fr as abotsimpop<br>self.site.postData(/w/index.php?title=Sp%C3%A9cial:Userlogin&amp;useskin=monobook&amp;action=submit, wpSkipCookieCheck=1&amp;wpPassword=XXXXX&amp;wpDomain=&amp;wpRemember=1&amp;wpLoginattempt=Aanmelden%20%26%20Inschrijven&amp;wpName=abotsimpop)<br>

404/Not Found<br>Date: Fri, 26 Jun 2009 17:58:26 GMT<br>Server: Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch<br>Vary: Accept-Encoding<br>Content-Encoding: gzip<br>Content-Length: 261<br>Content-Type: text/html; charset=iso-8859-1<br>

<br>&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML 2.0//EN&quot;&gt;<br>&lt;html&gt;&lt;head&gt;<br>&lt;title&gt;404 Not Found&lt;/title&gt;<br>&lt;/head&gt;&lt;body&gt;<br>&lt;h1&gt;Not Found&lt;/h1&gt;<br>&lt;p&gt;The requested URL /w/index.php was not found on this server.&lt;/p&gt;<br>

&lt;hr&gt;<br>&lt;address&gt;Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch Server at localhost Port 80&lt;/address&gt;<br>&lt;/body&gt;&lt;/html&gt;<br><br>No trace of localhost, no trace of wikiSimpop ... and /w/index.php doesn&#39;t exist for me ... it&#39;s api.php and not /w ... <br>

<b><br>Thanks in advance for you help !</b><br>Seb.<br><br><br>