[PythonCE] Mini IDLE update and response.

2005-01-04 Thread Ed Blake
I've managed to get popup menus that work. Highlight some text, tap the selection and a menu will appear. It is equivalent to the edit menu/window but seems to work better for cut/copy. I have a problem with this though on my own device (HP Ipaq, WinCE 2003). When I try to highlight text the se

[PythonCE] CGIHttpServer

2005-01-04 Thread Oskar Świda
Hi, Some time ago I've written small CGI server variation for PythonCE. I was planning to use WWW as a gui for PythonCE programs. Although idea is very interesting I've found this way ucomfortable, but perhaps someone has another suggestions. Code for this server is included with mail. There is al

Re: [PythonCE] baseHTTPServer and CGIHTTPServer

2005-01-04 Thread Brad Clements
On 4 Jan 2005 at 14:32, Ron Phillips wrote: > "http://127.0.0.1/cgi-bin/response.py into the browser when everything's > onxp, but not when everything's on CE (/Program > Files/python/httpTest/).Server.py says it can't find the file. > I'm not familiar with cheap-o cgi serving this way. I susp

Re: [PythonCE] baseHTTPServer and CGIHTTPServer

2005-01-04 Thread Oskar Świda
Hi, I suppose I encountered similar problem. The point is - as always about "current directory" which is not recognized by WinCE. To make this work just change directory explicitly when starting server (before calling run). For example: import os os.chdir("/Program Files/python/httpTest/") Then

[PythonCE] baseHTTPServer and CGIHTTPServer

2005-01-04 Thread Ron Phillips
When I run my little server.py in a subdirectory on Windows XP , it knows where 127.0.0.1:54321/cgi-bin/response.py lives, and the browser receives the appropriate codes from the response.py script.   However, when I move the script and server.py to the same file structure on WindowsCE, serve

[PythonCE] Tkinter issues

2005-01-04 Thread Anne Wangnick
Dear all, my application is based on Tkinter, not wxPython, so please excuse when I'm asking a question about good ole Tkinter here ... I was annoyed by the fact that the Tkinter Toplevel windows on the PDA all come sizeable and with that additional titlebar, eating up valuable screen estate. So

[PythonCE] wxPython and busy cursor

2005-01-04 Thread Geir Egeland
Hi, I'm testing wxPython on my Qtek 9090. The "simple.py" example in the zip file is working fine, but is there any way to get rid of the "busy cursor" in pocket pc? Geir ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/list