I cant understand this error when i click a link on my website

Sven svenito at gmail.com
Fri Mar 8 12:04:29 EST 2013


On 8 March 2013 16:50, Νίκος Γκρ33κ <nikos.gr33k at gmail.com> wrote:

>
>
> but that same exact code is executed withour errors when someone is
> http://superhost.gr
>
> the erro is produces when he is requesting a link from that page...
> --
>

But with different arguments. It's http://superhost.gr/?htmlpage=files.py
http://superhost.gr/ and the arguments to your regex are coming up as
"string=['/home/nikos/public_html/index.html', 'files.py']" which is
clearly a list of strings.
In the case of http://superhost.gr/ it's probably just a single string

-- 
./Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130308/930f4f75/attachment.html>


More information about the Python-list mailing list