Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Luke Dunstan
Does it make a difference if you use http://127.0.0.1/ ? localhost has never worked for me on Windows CE, regardless of whether the server is implemented in Python or C++. Luke - Original Message - From: "Belyaev Dmitry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Thursday, Au

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Belyaev Dmitry
Opera for Pocket PC didn't work. I suppose it tries to check whether PDA has connection to the Internet. But I found Minimo - Mozilla for Windows Mobile at http://www.mozilla.org/projects/minimo/ It did work as expected and web server worked fine. BD> Hello, Luke Dunstan BD> BD> I'm using BD>

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Belyaev Dmitry
Hello, Luke Dunstan I'm using Python 2.4.3 (#0, Apr 29 2006, 20:58:35)[MSC v.1201 32bit (Unknown)] on Pocket PC on iPAQ hx2110, Windows Mobile 2003 Second Edition, Version 4.21.1088 (Build 14132) When I type "http://localhost/"; and tap "Go" request come Python, but a bit later Connectivity wi

Re: [PythonCE] PythonCE Digest, Vol 37, Issue 2

2006-08-02 Thread Duane Blanchard
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.

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Luke Dunstan
- Original Message - From: "Belyaev Dmitry" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 01, 2006 2:40 AM Subject: [PythonCE] SimpleHTTPServer >I tried to write simple http server on my PDA. > -- > import SimpleHTTPServer as Handler > import BaseHTTPServer

Re: [PythonCE] SimpleHTTPServer

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