There are Mozilla and Opera alternatives, but I'm not set up to try them out just now. I hope someone else may have the time to check whether they work as a substitute.
D On 8/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Send PythonCE mailing list submissions to > pythonce@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/pythonce > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PythonCE digest..." > > > Today's Topics: > > 1. Re: SimpleHTTPServer (Belyaev Dmitry) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 02 Aug 2006 13:19:01 +0400 > From: Belyaev Dmitry <[EMAIL PROTECTED]> > Subject: Re: [PythonCE] SimpleHTTPServer > To: <[EMAIL PROTECTED]>, <pythonce@python.org> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="windows-1251" > > Sorry, but your server failes with the error I described earlier. Did you try > to use Internet Explorer on PDA to connect to your server? > My opinion is that Internet Explorer on WinCE doesn't work like > SimpleHTTPServer expects. > > Hello, ?????? ????? > ??, 02.08.2006 08:37:05 you wrote: > > ??> See http://i-quiet.narod.ru/ > ??> HTTPserver.zip > ??> > ??> Anton Orekhov > ??> > ??> >I tried to write simple http server on my PDA. > ??> >------------------------------ > ??> >import SimpleHTTPServer as Handler > ??> >import BaseHTTPServer as Server > ??> > > ??> >h = Handler.SimpleHTTPRequestHandler > ??> >s = Server.HTTPServer(('localhost', 80), h) > ??> >s.serve_forever() > ??> >------------------------------ > ??> >It works on Desktop, but failes on PDA with the following error: > ??> >------------------------------ > ??> >Exception happened during processing of request from ('127.0.0.1', 1026) > ??> >Traceback (most recent call last): > ??> > File "binaries\lib\SocketServer.py", line 222, in handle_request > ??> > File "binaries\lib\SocketServer.py", line 241, in process_request > ??> > File "binaries\lib\SocketServer.py", line 254, in finish_request > ??> > File "binaries\lib\SocketServer.py", line 521, in __init__ > ??> > File "binaries\lib\BaseHTTPServer.py", line 316, in handle > ??> > File "binaries\lib\BaseHTTPServer.py", line 299, in handle_one_request > ??> > File "binaries\lib\socket.py", line 340, in readline > ??> >error: (10054, 'Connection reset by peer') > ??> >------------------------------ > ??> >Is it error in Internet Explorer CE or in PythonCE? > ??> >_______________________________________________ > ??> >PythonCE mailing list > ??> >PythonCE@python.org > ??> >http://mail.python.org/mailman/listinfo/pythonce > ??> > ??> > ??> -- > ??> ??????? ??????? ????, ????? ??????? ????? ?? ??????? http://mail.yandex.ru > ??> __________ > > ??> http://www.newhost.ru - ?????? ??? ??? ?????? ?????! > > > > Belyaev Dmitry > __________ > www.newmail.ru -- ????? ????? ??? ?????? ?????????. > > > ------------------------------ > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > > > End of PythonCE Digest, Vol 37, Issue 2 > *************************************** > -- Duane Blanchard 206.280.1263 There are 10 kinds of people in the world; those who know binary and those who don't. _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce