From Barrett at SmithWeb.US Thu Dec 1 18:48:52 2005 From: Barrett at SmithWeb.US (Barrett) Date: 1 Dec 2005 17:48:52 -0000 Subject: [PythonCE] (no subject) Message-ID: <20051201174852.26358.qmail@post.phpwebhosting.com> I'm just starting to play with (or try playing with) Python on my Cassiopeia pda. I installed Python 2.2 for Microsoft Pocket PC from http://www.murkworks.com/Research/Python/PocketPCPython/Overview but when I attempt to run the application I get a message that it is not a valid Windows CE application. I noticed that the release listed it as StrongArm, but don't have a concept of what that really means or what I should be looking for. Would someone mind pointing me in the right direction? Thanks, Barrett From EdwardFewell at hotmail.com Fri Dec 2 14:36:01 2005 From: EdwardFewell at hotmail.com (Edward Fewell) Date: Fri, 2 Dec 2005 07:36:01 -0600 Subject: [PythonCE] Cassiopeia PDA In-Reply-To: Message-ID: "StrongARM" is the processor, usually called just "ARM", and probably the most common one today for PDAs and similar devices. The version of PythonCE you tried requires an ARM processor and Pocket PC 2002 or later. The E-200 Cassiopeia, for example, should be able to run it. If you're still unsure what's going on, then provide more details of what PDA you have and what steps you're taking to install and run PythonCE. Edward Fewell -----Original Message----- From: Barrett Subject: [PythonCE] (no subject) Message-ID: <20051201174852.26358.qmail at post.phpwebhosting.com> Content-Type: TEXT/PLAIN; CHARSET=US-ASCII I'm just starting to play with (or try playing with) Python on my Cassiopeia pda. I installed Python 2.2 for Microsoft Pocket PC from http://www.murkworks.com/Research/Python/PocketPCPython/Overview but when I attempt to run the application I get a message that it is not a valid Windows CE application. I noticed that the release listed it as StrongArm, but don't have a concept of what that really means or what I should be looking for. Would someone mind pointing me in the right direction? Thanks, Barrett From gpetruc at gmail.com Wed Dec 14 13:47:16 2005 From: gpetruc at gmail.com (Giovanni Petrucciani) Date: Wed, 14 Dec 2005 13:47:16 +0100 Subject: [PythonCE] Current status of PythonCE ? Message-ID: <43A01454.2050303@gmail.com> Hi everyone, I'm starting to write python programs for my PoketPC 2003 handeld (Acer n50). I've tried the 2.3.4-arm release of PythonCE, and it works very well for what matters the core python I've also tried the wx_pyce that I found somewhere on the web (the one that uses wxwin2.5.2), and it works almost well, even if it is lacking in some points I still have some questions: - Are there any other, newer, versions of PyhonCE ? it the project still active ? - Tinkerer works, but I can't use Tix, it does not work, is complaining about missing libraries; in particular it looks like it wants some dll which I don't have. Did anyone manage to use Tix ? or to compile it ? (I read that I have to compile the full TCL, and I'm not very practical with EVC++, so I don't think I could manage to to it) - WX: I wanted to build a more complete wxwin for Python, as space is not an issue (you can keep the dll in your python dir on a SD-MMC card, it works for wxwin252) I have donwloaded the wxWin (2.6.2) and the wxPython (2.6.1.0) sources; I didn't manage to compile wxPython, just wxWin (EVC complains about the project files in wxPython). Anyway just replacing the 2.5.2 dll with the 2.6.2 one does not work, nor it does if I copy the wx and wxPython folders from the win32 version I have on my laptop (that I installed from binary packages) - XML: did anyone manage to get 4Suite running on PocketPC ? I've found a PyXML for CE, but not 4Suite (which, for what I read, should be better). - SQLite: I managed to compile sqlite 3 dll for PocketPC (or, actually, for WinCE), but I can't compile PySQLite to use them from Python... any suggestions ? did anyone manage to do it ? Thanks a lot, even if it has some problems PythonCE is great ! Giovanni From gpetruc at gmail.com Thu Dec 15 18:34:14 2005 From: gpetruc at gmail.com (Giovanni Petrucciani) Date: Thu, 15 Dec 2005 18:34:14 +0100 Subject: [PythonCE] PySQlite 2.0.5 (sqlite 3.2.2) In-Reply-To: <43A01454.2050303@gmail.com> References: <43A01454.2050303@gmail.com> Message-ID: <43A1A916.3060409@gmail.com> Hi everyone, After complaining of not being able to build pysqlite today finally I made it work. (basically when I found out that a ".pyd" is actually a ".dll" ...) Now I have a WinCE 2003 (v4.2) pysqlite 2.0.5 working, backed by sqlite 3.2.2 If someone is interested I can upload the build somewhere. Giovanni From theller at python.net Thu Dec 15 19:10:18 2005 From: theller at python.net (Thomas Heller) Date: Thu, 15 Dec 2005 19:10:18 +0100 Subject: [PythonCE] PythonCE on the ARM emulator Message-ID: Since Luke Dunstan has ported ctypes to windows CE, so I got interested in this platform. I don't have a Windows CE device, but I found the MS Device Emulator (1.0, Community Preview): http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx To get started, I installed the emulator and tried to install the current CE binaries on it. The interactive interpreter works as far as I can tell, except that I cannot import any extension modules in it. When I try this, 'import _winreg' or 'import socket', Python is terminated without any indication what was wrong. Has anyone with more experience tried to run Python on this 'platform'? Thanks, Thomas From mike at pcblokes.com Fri Dec 16 14:05:05 2005 From: mike at pcblokes.com (Michael Foord) Date: Fri, 16 Dec 2005 13:05:05 +0000 Subject: [PythonCE] PythonCE on the ARM emulator In-Reply-To: References: Message-ID: <43A2BB81.8030502@pcblokes.com> Thomas Heller wrote: > Since Luke Dunstan has ported ctypes to windows CE, so I got interested > in this platform. I don't have a Windows CE device, but I found the MS > Device Emulator (1.0, Community Preview): > > http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx > > To get started, I installed the emulator and tried to install the > current CE binaries on it. The interactive interpreter works as far as > I can tell, except that I cannot import any extension modules in it. > When I try this, 'import _winreg' or 'import socket', Python is > terminated without any indication what was wrong. > > Has anyone with more experience tried to run Python on this 'platform'? > I can't download it. :-( Shame - I'd like to play with it. I also missed any 'announcement' about ctypes for PythonCE. Sounds good. Fuzzyman http://www.voidspace.org.uk/python/index.shtml > Thanks, > > Thomas > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > From theller at python.net Fri Dec 16 14:50:24 2005 From: theller at python.net (Thomas Heller) Date: Fri, 16 Dec 2005 14:50:24 +0100 Subject: [PythonCE] PythonCE on the ARM emulator In-Reply-To: <43A2BB81.8030502@pcblokes.com> (Michael Foord's message of "Fri, 16 Dec 2005 13:05:05 +0000") References: <43A2BB81.8030502@pcblokes.com> Message-ID: Michael Foord writes: > Thomas Heller wrote: >> Since Luke Dunstan has ported ctypes to windows CE, so I got interested >> in this platform. I don't have a Windows CE device, but I found the MS >> Device Emulator (1.0, Community Preview): >> >> http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx >> >> To get started, I installed the emulator and tried to install the >> current CE binaries on it. The interactive interpreter works as far as >> I can tell, except that I cannot import any extension modules in it. >> When I try this, 'import _winreg' or 'import socket', Python is >> terminated without any indication what was wrong. >> >> Has anyone with more experience tried to run Python on this 'platform'? >> > > I can't download it. :-( I had the same problem initially. First, you need to use InternetExplorer. Second, you need to setup a passport account. Third, you need to disable any popup blockers, because the page does the download via an ActiveX control. > Shame - I'd like to play with it. I also missed any 'announcement' about > ctypes for PythonCE. Sounds good. Well, up to now it is just a patch on the sourceforge tracker. I'd like to try it out myself before integrating the patch and announcing a new version. Thomas From mike at pcblokes.com Fri Dec 16 14:55:00 2005 From: mike at pcblokes.com (Michael Foord) Date: Fri, 16 Dec 2005 13:55:00 +0000 Subject: [PythonCE] PythonCE on the ARM emulator In-Reply-To: References: <43A2BB81.8030502@pcblokes.com> Message-ID: <43A2C734.1050404@pcblokes.com> Thomas Heller wrote: > Michael Foord writes: > > >>Thomas Heller wrote: >> >>>Since Luke Dunstan has ported ctypes to windows CE, so I got interested >>>in this platform. I don't have a Windows CE device, but I found the MS >>>Device Emulator (1.0, Community Preview): >>> >>>http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx >>> >>>To get started, I installed the emulator and tried to install the >>>current CE binaries on it. The interactive interpreter works as far as >>>I can tell, except that I cannot import any extension modules in it. >>>When I try this, 'import _winreg' or 'import socket', Python is >>>terminated without any indication what was wrong. >>> >>>Has anyone with more experience tried to run Python on this 'platform'? >>> >> >>I can't download it. :-( > > > I had the same problem initially. > > First, you need to use InternetExplorer. > Second, you need to setup a passport account. > Third, you need to disable any popup blockers, because the page > does the download via an ActiveX control. > That explains why I got a zero sized response when trying to download it from Mandrake Linux at work. :-) I'd already negotiated the passport account part. Thanks Fuzzyman http://www.voidspace.org.uk/python/index.shtml From coder_infidel at hotmail.com Sat Dec 17 04:04:18 2005 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Sat, 17 Dec 2005 11:04:18 +0800 Subject: [PythonCE] PythonCE on the ARM emulator References: Message-ID: ----- Original Message ----- From: "Thomas Heller" To: Sent: Friday, December 16, 2005 2:10 AM Subject: [PythonCE] PythonCE on the ARM emulator > Since Luke Dunstan has ported ctypes to windows CE, so I got interested > in this platform. I don't have a Windows CE device, but I found the MS > Device Emulator (1.0, Community Preview): > > http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx > > To get started, I installed the emulator and tried to install the > current CE binaries on it. The interactive interpreter works as far as > I can tell, except that I cannot import any extension modules in it. > When I try this, 'import _winreg' or 'import socket', Python is > terminated without any indication what was wrong. > > Has anyone with more experience tried to run Python on this 'platform'? > > Thanks, > > Thomas I just tried this and I get the same results. Running it in the debugger shows that the crash occurs in GetPythonImport() in Python/dynload_win.c. The code calls LoadLibrary() and then assumes that the returned HMODULE is actually the base address of the DLL in memory, which is true for other versions of Windows. The code tries to read the import table from the DLL file headers to determine whether it is linked to the correct version of Python (python23.dll in this case). I checked on my PDA and even though it tries to read from an invalid address it does not crash, so it doesn't cause any problems. Apparently the emulator has better memory protection (or perhaps it is the slightly newer OS running on the emulator) and doesn't allow this. The ideal solution to this problem would be to find the real module address from the HMODULE: does anyone know how to do this? The easy solution would be to use #ifndef MS_WINCE around this code because it is not critical and is merely a safeguard against loading Python extensions for the wrong version of Python. Luke From gpetruc at gmail.com Sat Dec 17 11:52:04 2005 From: gpetruc at gmail.com (Giovanni Petrucciani) Date: Sat, 17 Dec 2005 11:52:04 +0100 Subject: [PythonCE] PySQlite 2.0.5 (sqlite 3.2.2) In-Reply-To: References: <43A01454.2050303@gmail.com> <43A1A916.3060409@gmail.com> Message-ID: <43A3EDD4.8080800@gmail.com> Hi everyone, I've uploaded a binary copy of my pysqlite2 build for arm, and the basic steps for building it on my webpage http://area51.sns.it/users/giovanni/python/ If you try it and it works, let me know ... Giovanni From coder_infidel at hotmail.com Mon Dec 19 16:13:13 2005 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Mon, 19 Dec 2005 23:13:13 +0800 Subject: [PythonCE] PythonCE on the ARM emulator References: Message-ID: I have tried the simple solution of disabling the version check and I was able to install and run the ctypes unittests on the ARM emulator. ............................................................................................................................................................................................................................................................................ ---------------------------------------------------------------------- Ran 269 tests in 168.000s OK Thomas: I can give you the build of Python that I used, if you want. Luke ----- Original Message ----- From: "Luke Dunstan" To: "Thomas Heller" Cc: Sent: Saturday, December 17, 2005 11:04 AM Subject: Re: [PythonCE] PythonCE on the ARM emulator > > ----- Original Message ----- > From: "Thomas Heller" > To: > Sent: Friday, December 16, 2005 2:10 AM > Subject: [PythonCE] PythonCE on the ARM emulator > > >> Since Luke Dunstan has ported ctypes to windows CE, so I got interested >> in this platform. I don't have a Windows CE device, but I found the MS >> Device Emulator (1.0, Community Preview): >> >> http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx >> >> To get started, I installed the emulator and tried to install the >> current CE binaries on it. The interactive interpreter works as far as >> I can tell, except that I cannot import any extension modules in it. >> When I try this, 'import _winreg' or 'import socket', Python is >> terminated without any indication what was wrong. >> >> Has anyone with more experience tried to run Python on this 'platform'? >> >> Thanks, >> >> Thomas > > I just tried this and I get the same results. Running it in the debugger > shows that the crash occurs in GetPythonImport() in Python/dynload_win.c. > The code calls LoadLibrary() and then assumes that the returned HMODULE is > actually the base address of the DLL in memory, which is true for other > versions of Windows. The code tries to read the import table from the DLL > file headers to determine whether it is linked to the correct version of > Python (python23.dll in this case). I checked on my PDA and even though it > tries to read from an invalid address it does not crash, so it doesn't > cause > any problems. Apparently the emulator has better memory protection (or > perhaps it is the slightly newer OS running on the emulator) and doesn't > allow this. > > The ideal solution to this problem would be to find the real module > address > from the HMODULE: does anyone know how to do this? The easy solution would > be to use #ifndef MS_WINCE around this code because it is not critical and > is merely a safeguard against loading Python extensions for the wrong > version of Python. > > Luke > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > From theller at python.net Mon Dec 19 20:22:38 2005 From: theller at python.net (Thomas Heller) Date: Mon, 19 Dec 2005 20:22:38 +0100 Subject: [PythonCE] PythonCE on the ARM emulator In-Reply-To: (Luke Dunstan's message of "Mon, 19 Dec 2005 23:13:13 +0800") References: Message-ID: "Luke Dunstan" writes: > I have tried the simple solution of disabling the version check and I > was able to install and run the ctypes unittests on the ARM emulator. > > ............................................................................................................................................................................................................................................................................ > ---------------------------------------------------------------------- > Ran 269 tests in 168.000s > > OK > > Thomas: I can give you the build of Python that I used, if you want. > That would be great, although I really should be able to compile (and debug!) this myself. If I do this, I would want to quickly move from Python 2.3.4 to 2.4.2. Or is there any reason not to try this, on CE? Thomas From coder_infidel at hotmail.com Wed Dec 21 15:11:04 2005 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Wed, 21 Dec 2005 22:11:04 +0800 Subject: [PythonCE] PythonCE on the ARM emulator References: Message-ID: ----- Original Message ----- From: "Thomas Heller" To: "Luke Dunstan" Cc: "Thomas Heller" ; Sent: Tuesday, December 20, 2005 3:22 AM Subject: Re: [PythonCE] PythonCE on the ARM emulator > "Luke Dunstan" writes: > >> I have tried the simple solution of disabling the version check and I >> was able to install and run the ctypes unittests on the ARM emulator. >> >> ............................................................................................................................................................................................................................................................................ >> ---------------------------------------------------------------------- >> Ran 269 tests in 168.000s >> >> OK >> >> Thomas: I can give you the build of Python that I used, if you want. >> > That would be great, although I really should be able to compile (and > debug!) this myself. If I do this, I would want to quickly move from > Python 2.3.4 to 2.4.2. Or is there any reason not to try this, on CE? > > Thomas Unfortunately I don't have an appropriate place my Python builds, so could you suggest somewhere? Of course I eventually want it to become part of the PythonCE project, so perhaps the developers of that project would be kind enough to allow me to upload new builds, marked as "alpha" or "snapshots" for now? I think moving to version 2.4.2 is a good idea but I doubt it will be trivial and I think it will distract from the current task verifying that my port of ctypes works as you expect. I think it is better to focus on the working version of Python we have at the moment and upgrade later. Is there any specific problem with using Python 2.3? Luke From theller at python.net Wed Dec 21 16:33:45 2005 From: theller at python.net (Thomas Heller) Date: Wed, 21 Dec 2005 16:33:45 +0100 Subject: [PythonCE] PythonCE on the ARM emulator In-Reply-To: (Luke Dunstan's message of "Wed, 21 Dec 2005 22:11:04 +0800") References: Message-ID: <7j9ysbvq.fsf@python.net> "Luke Dunstan" writes: >>> I have tried the simple solution of disabling the version check and I >>> was able to install and run the ctypes unittests on the ARM emulator. >>> >>> Thomas: I can give you the build of Python that I used, if you want. >>> >> That would be great, although I really should be able to compile (and >> debug!) this myself. If I do this, I would want to quickly move from >> Python 2.3.4 to 2.4.2. Or is there any reason not to try this, on CE? >> >> Thomas > > Unfortunately I don't have an appropriate place my Python builds, so > could you suggest somewhere? Of course I eventually want it to become > part of the PythonCE project, so perhaps the developers of that > project would be kind enough to allow me to upload new builds, marked > as "alpha" or "snapshots" for now? If you want, I can add you as developer to the ctypes project. Then you can upload them to the ctypes files section (I assume these builds will also be of interest to other people, and they are related to ctypes as well). If you agree, send me your SF username by private mail. > I think moving to version 2.4.2 is a good idea but I doubt it will be > trivial and I think it will distract from the current task verifying > that my port of ctypes works as you expect. I think it is better to > focus on the working version of Python we have at the moment and > upgrade later. Is there any specific problem with using Python 2.3? No, except that I want to use decorators, if at all possible. But this can wait. Thomas From djl at ukr.net Thu Dec 22 08:17:03 2005 From: djl at ukr.net (DJL) Date: Thu, 22 Dec 2005 09:17:03 +0200 Subject: [PythonCE] PySQlite 2.0.5 (sqlite 3.2.2) In-Reply-To: <43A1A916.3060409@gmail.com> References: <43A01454.2050303@gmail.com> <43A1A916.3060409@gmail.com> Message-ID: <43AA52EF.1050003@ukr.net> Very interesting and congratulations, I have long time searching for such a thing I was preparing to switch to NET platform to dev for pocket pc when missing such tools. Thanks a lot to submit the binaries and inform me from where to download Best regards Djebran Giovanni Petrucciani wrote: >Hi everyone, > >After complaining of not being able to build pysqlite today finally I >made it work. >(basically when I found out that a ".pyd" is actually a ".dll" ...) > >Now I have a WinCE 2003 (v4.2) pysqlite 2.0.5 working, backed by sqlite >3.2.2 > >If someone is interested I can upload the build somewhere. > > Giovanni >_______________________________________________ >PythonCE mailing list >PythonCE at python.org >http://mail.python.org/mailman/listinfo/pythonce > > > > > From a.g.booth at leeds.ac.uk Sat Dec 24 10:10:00 2005 From: a.g.booth at leeds.ac.uk (Andrew Booth) Date: Sat, 24 Dec 2005 09:10:00 -0000 Subject: [PythonCE] Launching IE from pythonCE Message-ID: <000401c60869$d1e01630$6400a8c0@booth1> I'm sure this is a hoary old chestnut, but I haven't seen a real solution while looking through the archives. I want to launch Internet Explorer from PythonCE, in order to present HTML help text. How do I do it (without recompiling)? Andrew Booth From a.g.booth at leeds.ac.uk Sat Dec 24 16:56:12 2005 From: a.g.booth at leeds.ac.uk (Andrew Booth) Date: Sat, 24 Dec 2005 15:56:12 -0000 Subject: [PythonCE] Launching IE from pythonCE In-Reply-To: Message-ID: <000301c608a2$902adc50$6400a8c0@booth1> Luke Yes, that works like a dream. Very many thanks. Andrew -----Original Message----- From: Luke Dunstan [mailto:coder_infidel at hotmail.com] Sent: 24 December 2005 14:59 To: a.g.booth at leeds.ac.uk; pythonce at python.org Subject: Re: [PythonCE] Launching IE from pythonCE ----- Original Message ----- From: "Andrew Booth" To: Sent: Saturday, December 24, 2005 5:10 PM Subject: [PythonCE] Launching IE from pythonCE > I'm sure this is a hoary old chestnut, but I haven't seen a real solution > while looking through the archives. > > I want to launch Internet Explorer from PythonCE, in order to present HTML > help text. How do I do it (without recompiling)? > > Andrew Booth Try this: 1. Install the attached win32process module 2. import win32process 3. win32process.CreateProcess('peghelp.exe', 'file:wince.htm', None, None, 0, 0, None, None, None) Hope that helps, Luke From info4hidevis at gmx.de Sun Dec 25 19:31:29 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Sun, 25 Dec 2005 19:31:29 +0100 Subject: [PythonCE] Hello and some questions Message-ID: <43AEE581.5@gmx.de> hello and greez for all listmembers, i'm new here and i have this maillinglist subricted to find out more about Python at PDA's. On PC i coding in Python and i like this language. Now i want write programms for my new PDA (FSC Loox N520) but i have some questions: 1) what python-version will work with my Windows Mobile 5.0? 2) what are the fundamentaly differences between Python on Windows and PDA 3) what is the best solution for coding for PDA's (menas Editor and so on) my last question is for this maillinglist: some maillinglists are also readable as news-group (for example: dzug.org) - is it for this maillinglist possible too? this can make the reading and writing over the mail-client more easier. thx and YES: i have not english as my motherlanguage *gg* torty From coder_infidel at hotmail.com Mon Dec 26 17:53:01 2005 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Tue, 27 Dec 2005 00:53:01 +0800 Subject: [PythonCE] Hello and some questions References: <43AEE581.5@gmx.de> Message-ID: ----- Original Message ----- From: "Info4HiDeVis" To: Sent: Monday, December 26, 2005 2:31 AM Subject: [PythonCE] Hello and some questions > hello and greez for all listmembers, > i'm new here and i have this maillinglist subricted to find out more > about Python at PDA's. > On PC i coding in Python and i like this language. Now i want write > programms for my new > PDA (FSC Loox N520) but i have some questions: > 1) what python-version will work with my Windows Mobile 5.0? I would suggest that you just download the latest one you can find and try it. An interesting list is at: http://www.traybor.com/PythonCE/ > 2) what are the fundamentaly differences between Python on Windows and PDA Basically the differences are those that result from the differences between desktop Windows and Windows CE, for example, Windows CE does not have pipes so operating system functions like popen are not available. There are also some differences due to some modules not having been ported to Windows CE yet, e.g. pyexpat (at least in PythonCE 2.3.4). > 3) what is the best solution for coding for PDA's (menas Editor and so on) I think the best way to write PythonCE programs is to do it on desktop Windows, test them on the desktop and then transfer them to the PDA. If you need to write the code on the PDA then I don't know of any IDEs or particularly good text editors (because I haven't looked much) but I think there are quite a few text editors available. > > my last question is for this maillinglist: > some maillinglists are also readable as news-group (for example: > dzug.org) - is it for this > maillinglist possible too? this can make the reading and writing over > the mail-client more easier. I don't know the answer to this question. Luke > > thx and YES: i have not english as my motherlanguage *gg* > torty > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > From theller at python.net Tue Dec 27 15:55:01 2005 From: theller at python.net (Thomas Heller) Date: Tue, 27 Dec 2005 15:55:01 +0100 Subject: [PythonCE] Hello and some questions References: <43AEE581.5@gmx.de> Message-ID: Info4HiDeVis writes: > my last question is for this maillinglist: some maillinglists are also > readable as news-group (for example: dzug.org) - is it for this > maillinglist possible too? this can make the reading and writing over > the mail-client more easier. Sure: see http://gmane.org Thomas From jeff_barish at earthlink.net Wed Dec 28 04:05:11 2005 From: jeff_barish at earthlink.net (Jeffrey Barish) Date: Tue, 27 Dec 2005 20:05:11 -0700 Subject: [PythonCE] Pyro on PythonCE Message-ID: <200512272005.12153.jeff_barish@earthlink.net> You guys have already been tremendously helpful in my efforts to get up to speed on PythonCE, so I hope that you will bear with me on one more startup question. I have now successfully gotten PythonCE 2.3.4 running on my Dell Axim x51v. I also seem to have wxPython running. Now I need to get Pyro running. Pyro comes with a distutils setup script, so I need to run the command "python setup.py install". The usual way to do that is with a command window. As far as I can tell, Windows Mobile 5 does not come with a command window or a way to run a single command. I went prowling on the web for a command window and found PocketConsole. Unfortunately, it does not seem to work on Windows Mobile 5 (it claims compatibility with Pocket PC 2002). The only way I can think of to run the setup is by creating a batch file (or a Python script), but I think a command window will be useful. Does anyone know of one that works on Windows Mobile 5? Even if I am able to run the setup script, I wonder whether the installation will work because the file system hierarchy on winCE appears to be different. At a minimum, I will need to modify the script so that the test for platform treats 'Pocket PC' the same as 'win32'. -- Jeffrey Barish From jeff_barish at earthlink.net Wed Dec 28 19:25:06 2005 From: jeff_barish at earthlink.net (Jeffrey Barish) Date: Wed, 28 Dec 2005 11:25:06 -0700 Subject: [PythonCE] Pyro on PythonCE Message-ID: <200512281125.06107.jeff_barish@earthlink.net> In case anyone is breathless with suspense, I am pleased to report that Pyro does seem to run on PythonCE. It is possible to install Pyro without using the installation script (just put the Pyro folder in the module search path). I would still be interested in a console, if anyone knows of one that runs on Windows Mobile 5. -- Jeffrey Barish From info4hidevis at gmx.de Fri Dec 30 10:22:47 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Fri, 30 Dec 2005 10:22:47 +0100 Subject: [PythonCE] Editor for WinCE Message-ID: <43B4FC67.10907@gmx.de> Hello, i'm searching for a small text-editor for winCE, but i havn't found someone. Have anybody a tip witch program are good for editing into winCE ? th From mike at pcblokes.com Fri Dec 30 10:34:36 2005 From: mike at pcblokes.com (Michael Foord) Date: Fri, 30 Dec 2005 09:34:36 +0000 Subject: [PythonCE] Editor for WinCE In-Reply-To: <43B4FC67.10907@gmx.de> References: <43B4FC67.10907@gmx.de> Message-ID: <43B4FF2C.7090909@pcblokes.com> Info4HiDeVis wrote: > Hello, > i'm searching for a small text-editor for winCE, but i havn't found someone. > Have anybody a tip witch program are good for editing into winCE ? > Hmmm.. I use Pocket Notepad. :-) It doesn't do indentation though. Pocket IDLE is ok - but I can't get it to share it's clipboard with windows. It also crashes occasionally. I *think* both these problems are down to the Tk/Tcl port not IDLE itself - other people don't report the same problems, but I've tried re-installing and had the smae issues on two devices. I'd also welcome suggestions... All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > th > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > From info4hidevis at gmx.de Fri Dec 30 11:29:56 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Fri, 30 Dec 2005 11:29:56 +0100 Subject: [PythonCE] Editor for WinCE In-Reply-To: <43B4FF2C.7090909@pcblokes.com> References: <43B4FC67.10907@gmx.de> <43B4FF2C.7090909@pcblokes.com> Message-ID: <43B50C24.7010501@gmx.de> Hey thx for this tip. Pocket Notepad is what i have to search. :) What is your problem with the IDLE? Who can i start the IDLE? Means IDLE the Python.exe? Michael Foord schrieb: >Info4HiDeVis wrote: > > >>Hello, >>i'm searching for a small text-editor for winCE, but i havn't found someone. >>Have anybody a tip witch program are good for editing into winCE ? >> >> >> >Hmmm.. I use Pocket Notepad. :-) >It doesn't do indentation though. > >Pocket IDLE is ok - but I can't get it to share it's clipboard with >windows. It also crashes occasionally. I *think* both these problems are >down to the Tk/Tcl port not IDLE itself - other people don't report the >same problems, but I've tried re-installing and had the smae issues on >two devices. > >I'd also welcome suggestions... > >All the best, > >Fuzzyman >http://www.voidspace.org.uk/python/index.shtml > > > >>th >>_______________________________________________ >>PythonCE mailing list >>PythonCE at python.org >>http://mail.python.org/mailman/listinfo/pythonce >> >> >> >> >> > >_______________________________________________ >PythonCE mailing list >PythonCE at python.org >http://mail.python.org/mailman/listinfo/pythonce > > > > From info4hidevis at gmx.de Fri Dec 30 14:51:14 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Fri, 30 Dec 2005 14:51:14 +0100 Subject: [PythonCE] Editor for WinCE In-Reply-To: <43B51781.1020407@pcblokes.com> References: <43B4FC67.10907@gmx.de> <43B4FF2C.7090909@pcblokes.com> <43B50C24.7010501@gmx.de> <43B50D7B.6010608@pcblokes.com> <43B51073.4040406@gmx.de> <43B51781.1020407@pcblokes.com> Message-ID: <43B53B52.6090503@gmx.de> correct! Thx 4 hint, why now it will work. I've got some errors now... (see next thread) th Michael Foord schrieb: >Info4HiDeVis wrote: > > >>Ok, i have the python 2.3.4 installed. Then i have downloaded the >>Tkinter-8.4.3-arm-wince.zip and have it depacked. Then i have copied >>the tcl84.3 - folder to /Program Files/Python/lib. Is it right so? >> >>What should i doing with the .dll in /windows? How can i test the >>Tkinter-Modules? >> >>thx 4 support. :) >> >> >> > >The tcl84.3 directory goes in the *root* directory - not in the >Python/lib one. The dlls go *in* your windows directory. > >When it is working - IdleCE will work. :-) > >All the best, > >Fuzzyman >http://www.voidspace.org.uk/python/index.shtml > > > >>Michael Foord schrieb: >> >> >> >> >>>Info4HiDeVis wrote: >>> >>> >>> >>> >>> >>>>Hey thx for this tip. >>>>Pocket Notepad is what i have to search. :) >>>> >>>>What is your problem with the IDLE? Who can i start the IDLE? Means IDLE >>>>the Python.exe? >>>> >>>> >>>> >>>> >>>No, there is a specific version of IDLE for for WindowsCE - I've >>>attached it her (might not make it onto the list, so I've sent a private >>>email as well). >>> >>>I *think* the URL pointing to it is archived at : >>>http://www.traybor.com/PythonCE/ >>> >>>You'll need Tk/Tcl as well - again the URL should be on that page. Make >>>sure you are running Python 2.3.4 *not* Python 2.2. >>> >>>All the best, >>> >>>Fuzzyman >>>http://www.voidspace.org.uk/python/index.shtml >>> >>> >>> >>> >>> >>> >>>>Michael Foord schrieb: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>>>Info4HiDeVis wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Hello, >>>>>>i'm searching for a small text-editor for winCE, but i havn't found someone. >>>>>>Have anybody a tip witch program are good for editing into winCE ? >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>Hmmm.. I use Pocket Notepad. :-) >>>>>It doesn't do indentation though. >>>>> >>>>>Pocket IDLE is ok - but I can't get it to share it's clipboard with >>>>>windows. It also crashes occasionally. I *think* both these problems are >>>>>down to the Tk/Tcl port not IDLE itself - other people don't report the >>>>>same problems, but I've tried re-installing and had the smae issues on >>>>>two devices. >>>>> >>>>>I'd also welcome suggestions... >>>>> >>>>>All the best, >>>>> >>>>>Fuzzyman >>>>>http://www.voidspace.org.uk/python/index.shtml >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>th >>>>>>_______________________________________________ >>>>>>PythonCE mailing list >>>>>>PythonCE at python.org >>>>>>http://mail.python.org/mailman/listinfo/pythonce >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>_______________________________________________ >>>>>PythonCE mailing list >>>>>PythonCE at python.org >>>>>http://mail.python.org/mailman/listinfo/pythonce >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>_______________________________________________ >>>>PythonCE mailing list >>>>PythonCE at python.org >>>>http://mail.python.org/mailman/listinfo/pythonce >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> >> > > > > From info4hidevis at gmx.de Fri Dec 30 15:21:35 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Fri, 30 Dec 2005 15:21:35 +0100 Subject: [PythonCE] exception in Tkinter callback? Message-ID: <43B5426F.6060300@gmx.de> hello, i have wrote a small test.py. But if i runs this proggy i've got an exception in Tkinter callback. My program look so: #============================ print 'Hello World' print '-------------' print 'testprogramm for PythonCE...' l=['a', 'b', 'c', 'd'] L=iter(l) for i in range(len(l)): elem = L.next() print str(i) + ': ' + elem x=input('testprogram has done...') #============================ The program doing his work and then this error message is given: There has been error during execution Exception in Tkinter callback Traceback (most recent call last): File "binaries\lib\lib-tk\Tkinter.py", line 1345, in__call__ File "\MyDocuments\Downloads\IdleCE.py", line 190, in run exec code in vanilla File ">string>", line 12 in ? EOFError: EOF when reading a line I unable to find the folder how is stored the Tkinter.py and with the Search-Program i don't find the Tkinter.py-file. What's that? Now i've analysed the zip-file Python-2.3.4-arm-PPC2003.zip and found another zip-file in this one. what should i doing with this zip, then in this is the Tkinter.py stored... th From mike at pcblokes.com Fri Dec 30 15:31:02 2005 From: mike at pcblokes.com (Michael Foord) Date: Fri, 30 Dec 2005 14:31:02 +0000 Subject: [PythonCE] exception in Tkinter callback? In-Reply-To: <43B5426F.6060300@gmx.de> References: <43B5426F.6060300@gmx.de> Message-ID: <43B544A6.4040209@pcblokes.com> Info4HiDeVis wrote: > hello, > i have wrote a small test.py. But if i runs this proggy i've got an > exception in Tkinter callback. > My program look so: > #============================ > print 'Hello World' > print '-------------' > print 'testprogramm for PythonCE...' > > l=['a', 'b', 'c', 'd'] > L=iter(l) > for i in range(len(l)): > elem = L.next() > print str(i) + ': ' + elem > > x=input('testprogram has done...') PythonCE doesn't have 'input' or 'raw_input' - that's why you get the EOF error. It's because the console is implemented differently (wrongly/not at all ?) on Windows CE. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > #============================ > The program doing his work and then this error message is given: > There has been error during execution > Exception in Tkinter callback > Traceback (most recent call last): > File "binaries\lib\lib-tk\Tkinter.py", line 1345, in__call__ > File "\MyDocuments\Downloads\IdleCE.py", line 190, in run > exec code in vanilla > File ">string>", line 12 in ? > EOFError: EOF when reading a line > > I unable to find the folder how is stored the Tkinter.py and with the > Search-Program i don't find the Tkinter.py-file. What's that? > > Now i've analysed the zip-file Python-2.3.4-arm-PPC2003.zip and found > another zip-file in this one. > what should i doing with this zip, then in this is the Tkinter.py stored... > > > th > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > From mike at pcblokes.com Fri Dec 30 11:35:39 2005 From: mike at pcblokes.com (Michael Foord) Date: Fri, 30 Dec 2005 10:35:39 +0000 Subject: [PythonCE] Editor for WinCE In-Reply-To: <43B50C24.7010501@gmx.de> References: <43B4FC67.10907@gmx.de> <43B4FF2C.7090909@pcblokes.com> <43B50C24.7010501@gmx.de> Message-ID: <43B50D7B.6010608@pcblokes.com> Info4HiDeVis wrote: > Hey thx for this tip. > Pocket Notepad is what i have to search. :) > > What is your problem with the IDLE? Who can i start the IDLE? Means IDLE > the Python.exe? No, there is a specific version of IDLE for for WindowsCE - I've attached it her (might not make it onto the list, so I've sent a private email as well). I *think* the URL pointing to it is archived at : http://www.traybor.com/PythonCE/ You'll need Tk/Tcl as well - again the URL should be on that page. Make sure you are running Python 2.3.4 *not* Python 2.2. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > > Michael Foord schrieb: > > >>Info4HiDeVis wrote: >> >> >> >>>Hello, >>>i'm searching for a small text-editor for winCE, but i havn't found someone. >>>Have anybody a tip witch program are good for editing into winCE ? >>> >>> >>> >> >>Hmmm.. I use Pocket Notepad. :-) >>It doesn't do indentation though. >> >>Pocket IDLE is ok - but I can't get it to share it's clipboard with >>windows. It also crashes occasionally. I *think* both these problems are >>down to the Tk/Tcl port not IDLE itself - other people don't report the >>same problems, but I've tried re-installing and had the smae issues on >>two devices. >> >>I'd also welcome suggestions... >> >>All the best, >> >>Fuzzyman >>http://www.voidspace.org.uk/python/index.shtml >> >> >> >> >>>th >>>_______________________________________________ >>>PythonCE mailing list >>>PythonCE at python.org >>>http://mail.python.org/mailman/listinfo/pythonce >>> >>> >>> >>> >>> >> >>_______________________________________________ >>PythonCE mailing list >>PythonCE at python.org >>http://mail.python.org/mailman/listinfo/pythonce >> >> >> >> > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: IdleCE.py Url: http://mail.python.org/pipermail/pythonce/attachments/20051230/5c0a2666/IdleCE-0001.asc From info4hidevis at gmx.de Fri Dec 30 15:42:52 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Fri, 30 Dec 2005 15:42:52 +0100 Subject: [PythonCE] exception in Tkinter callback? In-Reply-To: <43B544A6.4040209@pcblokes.com> References: <43B5426F.6060300@gmx.de> <43B544A6.4040209@pcblokes.com> Message-ID: <43B5476C.50008@gmx.de> Ok, good to know. But the 2nd question stand still in the room. In witch folder i have to expand the zipfile Python-2.3.4-arm-PPC2003.zip . In this zip i found the Tkinter.py 8-| th Michael Foord schrieb: >Info4HiDeVis wrote: > > >>hello, >>i have wrote a small test.py. But if i runs this proggy i've got an >>exception in Tkinter callback. >>My program look so: >>#============================ >>print 'Hello World' >>print '-------------' >>print 'testprogramm for PythonCE...' >> >>l=['a', 'b', 'c', 'd'] >>L=iter(l) >>for i in range(len(l)): >> elem = L.next() >> print str(i) + ': ' + elem >> >>x=input('testprogram has done...') >> >> > >PythonCE doesn't have 'input' or 'raw_input' - that's why you get the >EOF error. > >It's because the console is implemented differently (wrongly/not at all >?) on Windows CE. > >All the best, > >Fuzzyman >http://www.voidspace.org.uk/python/index.shtml > > > >>#============================ >>The program doing his work and then this error message is given: >>There has been error during execution >>Exception in Tkinter callback >>Traceback (most recent call last): >> File "binaries\lib\lib-tk\Tkinter.py", line 1345, in__call__ >> File "\MyDocuments\Downloads\IdleCE.py", line 190, in run >> exec code in vanilla >> File ">string>", line 12 in ? >>EOFError: EOF when reading a line >> >>I unable to find the folder how is stored the Tkinter.py and with the >>Search-Program i don't find the Tkinter.py-file. What's that? >> >>Now i've analysed the zip-file Python-2.3.4-arm-PPC2003.zip and found >>another zip-file in this one. >>what should i doing with this zip, then in this is the Tkinter.py stored... >> >> >>th >>_______________________________________________ >>PythonCE mailing list >>PythonCE at python.org >>http://mail.python.org/mailman/listinfo/pythonce >> >> >> >> >> > > > > From mike at pcblokes.com Fri Dec 30 15:47:55 2005 From: mike at pcblokes.com (Michael Foord) Date: Fri, 30 Dec 2005 14:47:55 +0000 Subject: [PythonCE] exception in Tkinter callback? In-Reply-To: <43B5476C.50008@gmx.de> References: <43B5426F.6060300@gmx.de> <43B544A6.4040209@pcblokes.com> <43B5476C.50008@gmx.de> Message-ID: <43B5489B.1030100@pcblokes.com> Info4HiDeVis wrote: > Ok, good to know. But the 2nd question stand still in the room. > In witch folder i have to expand the zipfile Python-2.3.4-arm-PPC2003.zip . > In this zip i found the Tkinter.py 8-| > The Python executable imports modules *from* the Zip file. (So don't unzip it). In my distribution I have : /Program Files/Python/python23.zip Plus lots of other files ('.pyd's and python.exe) in the Python directory. It sounds like your distribution is now running if you can run IdleCE. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > th > > Michael Foord schrieb: > > >>Info4HiDeVis wrote: >> >> >> >>>hello, >>>i have wrote a small test.py. But if i runs this proggy i've got an >>>exception in Tkinter callback. >>>My program look so: >>>#============================ >>>print 'Hello World' >>>print '-------------' >>>print 'testprogramm for PythonCE...' >>> >>>l=['a', 'b', 'c', 'd'] >>>L=iter(l) >>>for i in range(len(l)): >>> elem = L.next() >>> print str(i) + ': ' + elem >>> >>>x=input('testprogram has done...') >>> >>> >> >>PythonCE doesn't have 'input' or 'raw_input' - that's why you get the >>EOF error. >> >>It's because the console is implemented differently (wrongly/not at all >>?) on Windows CE. >> >>All the best, >> >>Fuzzyman >>http://www.voidspace.org.uk/python/index.shtml >> >> >> >> >>>#============================ >>>The program doing his work and then this error message is given: >>>There has been error during execution >>>Exception in Tkinter callback >>>Traceback (most recent call last): >>> File "binaries\lib\lib-tk\Tkinter.py", line 1345, in__call__ >>> File "\MyDocuments\Downloads\IdleCE.py", line 190, in run >>> exec code in vanilla >>> File ">string>", line 12 in ? >>>EOFError: EOF when reading a line >>> >>>I unable to find the folder how is stored the Tkinter.py and with the >>>Search-Program i don't find the Tkinter.py-file. What's that? >>> >>>Now i've analysed the zip-file Python-2.3.4-arm-PPC2003.zip and found >>>another zip-file in this one. >>>what should i doing with this zip, then in this is the Tkinter.py stored... >>> >>> >>>th >>>_______________________________________________ >>>PythonCE mailing list >>>PythonCE at python.org >>>http://mail.python.org/mailman/listinfo/pythonce >>> >>> >>> >>> >>> >> >> >> >> > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > From info4hidevis at gmx.de Fri Dec 30 15:57:14 2005 From: info4hidevis at gmx.de (Info4HiDeVis) Date: Fri, 30 Dec 2005 15:57:14 +0100 Subject: [PythonCE] exception in Tkinter callback? In-Reply-To: <43B5489B.1030100@pcblokes.com> References: <43B5426F.6060300@gmx.de> <43B544A6.4040209@pcblokes.com> <43B5476C.50008@gmx.de> <43B5489B.1030100@pcblokes.com> Message-ID: <43B54ACA.7000803@gmx.de> Ok, fine. Then my problem was only the input - command. thx4support and happy new year for all th Michael Foord schrieb: >Info4HiDeVis wrote: > > >>Ok, good to know. But the 2nd question stand still in the room. >>In witch folder i have to expand the zipfile Python-2.3.4-arm-PPC2003.zip . >>In this zip i found the Tkinter.py 8-| >> >> >> > >The Python executable imports modules *from* the Zip file. (So don't >unzip it). > >In my distribution I have : > >/Program Files/Python/python23.zip > >Plus lots of other files ('.pyd's and python.exe) in the Python directory. > >It sounds like your distribution is now running if you can run IdleCE. > >All the best, > >Fuzzyman >http://www.voidspace.org.uk/python/index.shtml > > > >>th >> >>Michael Foord schrieb: >> >> >> >> >>>Info4HiDeVis wrote: >>> >>> >>> >>> >>> >>>>hello, >>>>i have wrote a small test.py. But if i runs this proggy i've got an >>>>exception in Tkinter callback. >>>>My program look so: >>>>#============================ >>>>print 'Hello World' >>>>print '-------------' >>>>print 'testprogramm for PythonCE...' >>>> >>>>l=['a', 'b', 'c', 'd'] >>>>L=iter(l) >>>>for i in range(len(l)): >>>>elem = L.next() >>>>print str(i) + ': ' + elem >>>> >>>>x=input('testprogram has done...') >>>> >>>> >>>> >>>> >>>PythonCE doesn't have 'input' or 'raw_input' - that's why you get the >>>EOF error. >>> >>>It's because the console is implemented differently (wrongly/not at all >>>?) on Windows CE. >>> >>>All the best, >>> >>>Fuzzyman >>>http://www.voidspace.org.uk/python/index.shtml >>> >>> >>> >>> >>> >>> >>>>#============================ >>>>The program doing his work and then this error message is given: >>>>There has been error during execution >>>>Exception in Tkinter callback >>>>Traceback (most recent call last): >>>>File "binaries\lib\lib-tk\Tkinter.py", line 1345, in__call__ >>>>File "\MyDocuments\Downloads\IdleCE.py", line 190, in run >>>> exec code in vanilla >>>>File ">string>", line 12 in ? >>>>EOFError: EOF when reading a line >>>> >>>>I unable to find the folder how is stored the Tkinter.py and with the >>>>Search-Program i don't find the Tkinter.py-file. What's that? >>>> >>>>Now i've analysed the zip-file Python-2.3.4-arm-PPC2003.zip and found >>>>another zip-file in this one. >>>>what should i doing with this zip, then in this is the Tkinter.py stored... >>>> >>>> >>>>th >>>>_______________________________________________ >>>>PythonCE mailing list >>>>PythonCE at python.org >>>>http://mail.python.org/mailman/listinfo/pythonce >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >>_______________________________________________ >>PythonCE mailing list >>PythonCE at python.org >>http://mail.python.org/mailman/listinfo/pythonce >> >> >> >> >> > > > > From javirosa at eden.rutgers.edu Sat Dec 31 20:22:03 2005 From: javirosa at eden.rutgers.edu (javirosa@eden.rutgers.edu) Date: Sat, 31 Dec 2005 14:22:03 -0500 (EST) Subject: [PythonCE] PythonCE Digest, Vol 29, Issue 13 In-Reply-To: References: Message-ID: <1712.4.250.102.44.1136056923.squirrel@webmail.eden.rutgers.edu> http://www.symbolictools.de/public/pocketconsole/developers/index.htm I'm not sure if it would be possible to get this working with python though. I don't know the details as to how it works. > Send PythonCE mailing list submissions to > pythonce at 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 > pythonce-request at python.org > > You can reach the person managing the list at > pythonce-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PythonCE digest..." > > > Today's Topics: > > 1. Pyro on PythonCE (Jeffrey Barish) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 28 Dec 2005 11:25:06 -0700 > From: Jeffrey Barish > Subject: [PythonCE] Pyro on PythonCE > To: pythonce at python.org > Message-ID: <200512281125.06107.jeff_barish at earthlink.net> > Content-Type: text/plain; charset="us-ascii" > > In case anyone is breathless with suspense, I am pleased to report that > Pyro > does seem to run on PythonCE. It is possible to install Pyro without > using > the installation script (just put the Pyro folder in the module search > path). > > I would still be interested in a console, if anyone knows of one that runs > on > Windows Mobile 5. > -- > Jeffrey Barish > > > ------------------------------ > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > End of PythonCE Digest, Vol 29, Issue 13 > **************************************** >