Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Belyaev Dmitry
but a bit later Connectivity window popup, and it says that PDA is not connected to Internet. BD> BD> I'm going to try Opera for PocketPC, maybe it will help. BD> BD> Wed, 02.08.2006 17:03:18 you wrote: BD> LD>> LD>> - Original Message - LD>> From

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Belyaev Dmitry
a bit later Connectivity window popup, and it says that PDA is not connected to Internet. I'm going to try Opera for PocketPC, maybe it will help. Wed, 02.08.2006 17:03:18 you wrote: LD> LD> - Original Message - LD> From: "Belyaev Dmitry" <[EMAIL PROTECTED]&

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Belyaev Dmitry
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

[PythonCE] SimpleHTTPServer

2006-07-31 Thread Belyaev Dmitry
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, bu