You are doing something weird (I do not mean it in a negative sense). Why the GTK reference in the traceback? What's the web server? The error is that the web server is not storing the environment variable PATH_INFO when passing control to WSGI.
On Oct 18, 5:06 am, Halili <halilice...@gmail.com> wrote: > I downloaded the web2py source, unzipped it. When I tried to run > web2py.py, I got "Internal error Ticket issued: unrecoverable". > > starting browser... > > (firefox:4334): Gtk-WARNING **: Tema aygıtı module_path "pixmap" > içinde bulunamadı, > > (firefox:4334): Gtk-WARNING **: Tema aygıtı module_path "pixmap" > içinde bulunamadı, > > (firefox:4334): Gtk-WARNING **: Tema aygıtı module_path "pixmap" > içinde bulunamadı, > > (firefox:4334): Gtk-WARNING **: Tema aygıtı module_path "pixmap" > içinde bulunamadı, > ERROR:web2py:Traceback (most recent call last): > File "/home/user1/İndirilenler/web2py/gluon/main.py", line 381, in > wsgibase > (static_file, environ) = rewrite.url_in(request, environ) > File "/home/user1/İndirilenler/web2py/gluon/rewrite.py", line 107, > in url_in > return regex_url_in(request, environ) > File "/home/user1/İndirilenler/web2py/gluon/rewrite.py", line 564, > in regex_url_in > path = request.env.path_info.replace('\\', '/') > AttributeError: 'NoneType' object has no attribute 'replace'