Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-04-08 Thread Frédéric Mantegazza
On jeudi 06 mars 2008, Jim Walsh wrote: > I want my pythonce Tkinter window to look like all good WindowsCE > windows: using the top of the screen as the title bar and the little X > up there. I have a similar question, but at the opposite way... My root window is normaly shown with its title ba

Re: [PythonCE] Launch a .py script

2008-04-08 Thread Frédéric Mantegazza
On mardi 08 avril 2008, Frédéric Mantegazza wrote: > Is there a way to associate .py files to python interpreter, to be able > to launch a python script by clicking on it? Sorry, it works fine with the default explorer (but not with Total Commander). -- Frédéric http://www.gbiloba.org _

[PythonCE] Launch a .py script

2008-04-08 Thread Frédéric Mantegazza
Is there a way to associate .py files to python interpreter, to be able to launch a python script by clicking on it? -- Frédéric http://www.gbiloba.org ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonc

Re: [PythonCE] zip files

2008-04-08 Thread Frédéric Mantegazza
On mardi 08 avril 2008, Luke Dunstan wrote: > Try http://www.ghisler.com/pocketpc.htm Great! Thanks :o) -- Frédéric http://www.gbiloba.org ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] win32api

2008-04-08 Thread Frédéric
Le 8/4/2008, "Luke Dunstan" <[EMAIL PROTECTED]> a écrit: >Generally speaking, if I were you I would avoid pywin32 and use ctypes for >accessing the Win32 API, because it is included in both Python 2.5 and >PythonCE 2.5. You would still need to handle differences between Windows and >Windows CE th