From thot at comcast.net Mon Jul 16 04:37:47 2007 From: thot at comcast.net (Luca) Date: Sun, 15 Jul 2007 22:37:47 -0400 Subject: [PythonCE] Very Newbee question on using Python CE Message-ID: <000501c7c752$4c969090$650fa8c0@Desktop> Hello everyone, I am new to Python and I just installed Python 2.2+ on my Dell Axim X5 from here: http://www.murkworks.com/Research/Python/PocketPCPython/Overview I get a nice interactive window but I don't seem to be able to go any further. How do I call the IDLE to write a program? Or more generically, where do I write a program for Python CE?. The installation comes with a number of .py files (examples?), how do I run them? Where do I find a tutorial / documentation on the above steps and on the specifics of the PPC Python implementation? Is there a more recent/friendlier version of Python CE for the Dell Axim (Intel XScale)? I realize these questions may appear quite silly to most experienced users but I am really quite stuck. Any help will be greatly appreciated. Thanks Luca From sleepingbull at gmail.com Mon Jul 16 08:59:06 2007 From: sleepingbull at gmail.com (Matt S.) Date: Sun, 15 Jul 2007 23:59:06 -0700 Subject: [PythonCE] Very Newbee question on using Python CE In-Reply-To: <000501c7c752$4c969090$650fa8c0@Desktop> References: <000501c7c752$4c969090$650fa8c0@Desktop> Message-ID: Luca, Generally, check out the Wiki, http://pythonce.sourceforge.net/Wikka/HomePage Version 2.5 is available from SourceForge, http://sourceforge.net/projects/pythonce/ I'm using 2.4 along with wxPython (wxPyCE) and ctypes. 2.3 for the Storage Card and with some bells and whistles is available at Adam K's blog, http://blogs.unixage.com/blojsom/blog/adam.kruszewski/python/2005/02/06/Aaaaw_A_Python_in_my_Pocket.txt How do I call the IDLE to write a program? I think you could use PyEditCE... Though I typically use Eclipse on my PC and then transfer scripts to the PPC using ActiveSync. The rest of your questions should be answered on the Wiki Good luck, Matt Or more generically, where do I write a program for Python CE?. > The installation comes with a number of .py files (examples?), how do I > run > them? > Where do I find a tutorial / documentation on the above steps and on the > specifics of the PPC Python implementation? > Is there a more recent/friendlier version of Python CE for the Dell Axim > (Intel XScale)? > > I realize these questions may appear quite silly to most experienced users > but I am really quite stuck. > > Any help will be greatly appreciated. > > Thanks > > Luca > > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070715/4334709d/attachment.htm From sleepingbull at gmail.com Mon Jul 16 20:35:53 2007 From: sleepingbull at gmail.com (Matt S.) Date: Mon, 16 Jul 2007 11:35:53 -0700 Subject: [PythonCE] Very Newbee question on using Python CE In-Reply-To: <9F295AA31DBD59488722024F6A1405998EFBA5@dor-sms-mail1.digi.com> References: <000501c7c752$4c969090$650fa8c0@Desktop> <9F295AA31DBD59488722024F6A1405998EFBA5@dor-sms-mail1.digi.com> Message-ID: Did you register your *.py scripts by running (clicking on) the SetupRegistry file? On 7/16/07, Marin, Carlos wrote: > > Hi all, > > > > I have downloaded PythonCE-25-20061219.PPC2003_ARM.CAB, and installed in > my Windows CE 6.0 target. > > > > I have copied manually a *.py script and run this command line: > > \program files\python25> python.exe test.py > > But I do not get anything, I only get prompt. > > > > Does anybody have any idea about what is happening? Am I running python > script correctly? > > > > Test.py: > > a = "This is a test using Python 2.5 in Windows CE." > > print a > > > > Thanks for your help, > > Bye > > > > > ------------------------------ > > *From:* pythonce-bounces at python.org [mailto:pythonce-bounces at python.org] *On > Behalf Of *Matt S. > *Sent:* Monday, July 16, 2007 8:59 AM > *To:* Luca > *Cc:* pythonce at python.org > *Subject:* Re: [PythonCE] Very Newbee question on using Python CE > > > > Luca, > > Generally, check out the Wiki, > http://pythonce.sourceforge.net/Wikka/HomePage > > Version 2.5 is available from SourceForge, > http://sourceforge.net/projects/pythonce/ > > I'm using 2.4 along with wxPython (wxPyCE) and ctypes. 2.3 for the > Storage Card and with some bells and whistles is available at Adam K's blog, > > http://blogs.unixage.com/blojsom/blog/adam.kruszewski/python/2005/02/06/Aaaaw_A_Python_in_my_Pocket.txt > > How do I call the IDLE to write a program? > > > I think you could use PyEditCE... Though I typically use Eclipse on my PC > and then transfer scripts to the PPC using ActiveSync. > > The rest of your questions should be answered on the Wiki > > Good luck, > Matt > > > > Or more generically, where do I write a program for Python CE?. > The installation comes with a number of .py files (examples?), how do I > run > them? > Where do I find a tutorial / documentation on the above steps and on the > specifics of the PPC Python implementation? > Is there a more recent/friendlier version of Python CE for the Dell Axim > (Intel XScale)? > > I realize these questions may appear quite silly to most experienced users > but I am really quite stuck. > > Any help will be greatly appreciated. > > Thanks > > Luca > > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070716/4bba9b61/attachment.htm From sleepingbull at gmail.com Mon Jul 16 22:08:09 2007 From: sleepingbull at gmail.com (Matt S.) Date: Mon, 16 Jul 2007 13:08:09 -0700 Subject: [PythonCE] Very Newbee question on using Python CE In-Reply-To: <9F295AA31DBD59488722024F6A1405998EFBA5@dor-sms-mail1.digi.com> References: <000501c7c752$4c969090$650fa8c0@Desktop> <9F295AA31DBD59488722024F6A1405998EFBA5@dor-sms-mail1.digi.com> Message-ID: Carlos, Sorry about my hasty response. I just installed 2.5. You are correct about SetupRegistry not being included. If you use the *.exe installer, the registry stuff gets taken care of. At some point you may want to tailor the registry (how the *.py extensions are associated with the python interpreter). At that point you might want to use an application like PocketTweak, http://tillanosoft.com/ce/ptweak.html To start the python interpreter, just tap on python.exe with brings up the python shell. The PPC current working directory defaults to \\Temp so if you put your script there you can then just type (at the interpreter command line) "import test". Or, include the full path to wherever you place test.py and use execfile per, http://pythonce.sourceforge.net/Wikka/UsingPythonCE Matt I think I can help http://pythonce.sourceforge.net/Wikka/UsingPythonCE On 7/16/07, Marin, Carlos wrote: > > Hi all, > > > > I have downloaded PythonCE-25-20061219.PPC2003_ARM.CAB, and installed in > my Windows CE 6.0 target. > > > > I have copied manually a *.py script and run this command line: > > \program files\python25> python.exe test.py > > But I do not get anything, I only get prompt. > > > > Does anybody have any idea about what is happening? Am I running python > script correctly? > > > > Test.py: > > a = "This is a test using Python 2.5 in Windows CE." > > print a > > > > Thanks for your help, > > Bye > > > > > ------------------------------ > > *From:* pythonce-bounces at python.org [mailto:pythonce-bounces at python.org] *On > Behalf Of *Matt S. > *Sent:* Monday, July 16, 2007 8:59 AM > *To:* Luca > *Cc:* pythonce at python.org > *Subject:* Re: [PythonCE] Very Newbee question on using Python CE > > > > Luca, > > Generally, check out the Wiki, > http://pythonce.sourceforge.net/Wikka/HomePage > > Version 2.5 is available from SourceForge, > http://sourceforge.net/projects/pythonce/ > > I'm using 2.4 along with wxPython (wxPyCE) and ctypes. 2.3 for the > Storage Card and with some bells and whistles is available at Adam K's blog, > > http://blogs.unixage.com/blojsom/blog/adam.kruszewski/python/2005/02/06/Aaaaw_A_Python_in_my_Pocket.txt > > How do I call the IDLE to write a program? > > > I think you could use PyEditCE... Though I typically use Eclipse on my PC > and then transfer scripts to the PPC using ActiveSync. > > The rest of your questions should be answered on the Wiki > > Good luck, > Matt > > > > Or more generically, where do I write a program for Python CE?. > The installation comes with a number of .py files (examples?), how do I > run > them? > Where do I find a tutorial / documentation on the above steps and on the > specifics of the PPC Python implementation? > Is there a more recent/friendlier version of Python CE for the Dell Axim > (Intel XScale)? > > I realize these questions may appear quite silly to most experienced users > but I am really quite stuck. > > Any help will be greatly appreciated. > > Thanks > > Luca > > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070716/3bd5d3aa/attachment.html From marc.horst at scarlet.be Thu Jul 26 01:09:08 2007 From: marc.horst at scarlet.be (Marc Horst) Date: Thu, 26 Jul 2007 01:09:08 +0200 Subject: [PythonCE] ssh server for wince! Message-ID: <46A7D814.7060404@scarlet.be> Hi, I have a PDA with Windows Mobile on it and would like to connect it to my laptop via ssh, I searched for a binary for PyCrypt for Windows Mobile/WinCE. However, it seems that these are unavailable. I was wondering if someone build PyCrypt already for WinCE/Windows Mobile and could do me a big favour by sending me the PyCrypt binaries (or send me the URL with the location where you found them) ? Thank you very much, Marc marc dot horst at scarlet dot be From alexandre.delattre at enst-bretagne.fr Thu Jul 26 16:39:29 2007 From: alexandre.delattre at enst-bretagne.fr (alexandre.delattre at enst-bretagne.fr) Date: Thu, 26 Jul 2007 16:39:29 +0200 Subject: [PythonCE] PyCrypto binaries Message-ID: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> Hi Marc, You're a lucky one, I have built binaries of PyCrypto for PythonCE 2.4 and 2.5 just a week ago ! A public download will be soon up on http://www.voidspace.org.uk/ thanks to Fuzzyman that already host binaries for desktop windows. Since I'm on vacation, I only have my local release for 2.5 at hand. So wait for the public link or mail me if you're interested in the 2.5 version. @Luke Dunstan Thank you for adapting the scons build environment to the wince platform, it makes compiling python extension much easier and more maintanable than the project oriented view of the embedded tools (especially for packages that contains many C extensions and would need as many projects as extensions). It is also easier to switch python 2.4/2.5 includes and libs for the whole script. If you don't mind I will write an article on the wiki on how I build extensions with scons. @Everyone I have also built binaries for numpy 1.0, unfortunately I havn't been able to compile the random facilities but everything else seems to work fine (core, fft and linalg), for now no public release but you can mail me and i'll send you the files. Have a nice summer, Alexandre. From marc.horst at scarlet.be Thu Jul 26 20:29:46 2007 From: marc.horst at scarlet.be (Marc Horst) Date: Thu, 26 Jul 2007 20:29:46 +0200 Subject: [PythonCE] PyCrypto binaries In-Reply-To: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> References: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> Message-ID: <46A8E81A.6040408@scarlet.be> Hi Alexandre, I'm definitely interested in it! I'm using PythonCE 2.5 on my PDA, so could you please send me the 2.5 version? Could you also tell for which WinCE/Windows Mobile version you built it? Thank you very much in advance (you probably saved me a lot of time ;-) Marc alexandre.delattre at enst-bretagne.fr wrote: > Hi Marc, > You're a lucky one, I have built binaries of PyCrypto for PythonCE 2.4 > and 2.5 just a week ago ! A public download will be soon up on > http://www.voidspace.org.uk/ thanks to Fuzzyman that already host > binaries for desktop windows. Since I'm on vacation, I only have my > local release for 2.5 at hand. So wait for the public link or mail me > if you're interested in the 2.5 version. > > @Luke Dunstan > Thank you for adapting the scons build environment to the wince > platform, it makes compiling python extension much easier and more > maintanable than the project oriented view of the embedded tools > (especially for packages that contains many C extensions and would > need as many projects as extensions). > It is also easier to switch python 2.4/2.5 includes and libs for the > whole script. If you don't mind I will write an article on the wiki on > how I build extensions with scons. > > @Everyone > I have also built binaries for numpy 1.0, unfortunately I havn't been > able to compile the random facilities but everything else seems to > work fine (core, fft and linalg), for now no public release but you > can mail me and i'll send you the files. > > Have a nice summer, > Alexandre. > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > -- ======================================== Marc Horst - marc.horst at scarlet.be ======================================== From sleepingbull at gmail.com Thu Jul 26 21:30:48 2007 From: sleepingbull at gmail.com (Matt S.) Date: Thu, 26 Jul 2007 12:30:48 -0700 Subject: [PythonCE] PyCrypto binaries In-Reply-To: <46A8E81A.6040408@scarlet.be> References: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> <46A8E81A.6040408@scarlet.be> Message-ID: Alexandre, Great to hear you're working on the numpy binaries. A lack thereof has been an obstacle to me exploring the use of FloatCanvas on the PDA. I'd very much like to get my hands on these (though I'm still using 2.4 since I've not yet noticed the wxPython and ctypes binaries available for 2.5). Thanks! Matt On 7/26/07, Marc Horst wrote: > > Hi Alexandre, > > I'm definitely interested in it! I'm using PythonCE 2.5 on my PDA, so > could you please > send me the 2.5 version? Could you also tell for which WinCE/Windows > Mobile version > you built it? > > > Thank you very much in advance (you probably saved me a lot of time ;-) > > Marc > > > alexandre.delattre at enst-bretagne.fr wrote: > > Hi Marc, > > You're a lucky one, I have built binaries of PyCrypto for PythonCE 2.4 > > and 2.5 just a week ago ! A public download will be soon up on > > http://www.voidspace.org.uk/ thanks to Fuzzyman that already host > > binaries for desktop windows. Since I'm on vacation, I only have my > > local release for 2.5 at hand. So wait for the public link or mail me > > if you're interested in the 2.5 version. > > > > @Luke Dunstan > > Thank you for adapting the scons build environment to the wince > > platform, it makes compiling python extension much easier and more > > maintanable than the project oriented view of the embedded tools > > (especially for packages that contains many C extensions and would > > need as many projects as extensions). > > It is also easier to switch python 2.4/2.5 includes and libs for the > > whole script. If you don't mind I will write an article on the wiki on > > how I build extensions with scons. > > > > @Everyone > > I have also built binaries for numpy 1.0, unfortunately I havn't been > > able to compile the random facilities but everything else seems to > > work fine (core, fft and linalg), for now no public release but you > > can mail me and i'll send you the files. > > > > Have a nice summer, > > Alexandre. > > > > > > _______________________________________________ > > PythonCE mailing list > > PythonCE at python.org > > http://mail.python.org/mailman/listinfo/pythonce > > > > > > > > -- > ======================================== > Marc Horst - marc.horst at scarlet.be > ======================================== > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070726/298c1ac6/attachment.html From do_mail at cox.net Thu Jul 26 21:41:54 2007 From: do_mail at cox.net (Rich Cork) Date: Thu, 26 Jul 2007 14:41:54 -0500 Subject: [PythonCE] connect via ssh In-Reply-To: References: Message-ID: <1185478915.12265.58.camel@sauron> If you want to connect there is a zaTelnetCF2 the will do the trick > > 1. ssh server for wince! (Marc Horst) > > > Hi, > > I have a PDA with Windows Mobile on it and would like to connect it to > my laptop via ssh, I searched for a binary for PyCrypt for Windows > Mobile/WinCE. However, it seems that these are unavailable. I was > wondering if someone build PyCrypt already for WinCE/Windows Mobile and > could do me a big favour by sending me the PyCrypt binaries (or send me > the URL with the location where you found them) ? > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070726/614713b2/attachment.htm From johnny at debris.demon.nl Fri Jul 27 09:52:33 2007 From: johnny at debris.demon.nl (Johnny deBris) Date: Fri, 27 Jul 2007 09:52:33 +0200 Subject: [PythonCE] PyCrypto binaries In-Reply-To: References: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> <46A8E81A.6040408@scarlet.be> Message-ID: <46A9A441.70202@debris.demon.nl> Matt S. wrote: > > since I've not yet noticed the wxPython and ctypes binaries available > for 2.5). > ctypes seems to be part of the build... Works for me on 2.5 at least. ;) Cheers, Guido From alexandre.delattre at enst-bretagne.fr Fri Jul 27 10:52:56 2007 From: alexandre.delattre at enst-bretagne.fr (alexandre.delattre at enst-bretagne.fr) Date: Fri, 27 Jul 2007 10:52:56 +0200 Subject: [PythonCE] PyCrypto binaries In-Reply-To: <46A9A441.70202@debris.demon.nl> References: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> <46A8E81A.6040408@scarlet.be> <46A9A441.70202@debris.demon.nl> Message-ID: <20070727105256.lf145vluogksggg4@webmail.enst-bretagne.fr> Johnny deBris a ?crit?: > Matt S. wrote: >> >> since I've not yet noticed the wxPython and ctypes binaries available >> for 2.5). >> > > ctypes seems to be part of the build... Works for me on 2.5 at least. ;) > > Cheers, > > Guido > > Yes, ctypes is now a part of Python standard library thanks to Thomas Heller. As for wxPython, I maybe gonna look in compiling it for 2.5. Although I was disappointed by the difficulty to run it due to the large memory footprint (which is perfectly understandable if you think that the swig bindings are a python layer over a c++ layer which is in turn a layer over a c++ library that wraps GUI native calls) a lot of people seems to use it on the list and I do love the wxPython desktop version, so i'll see if the compilation goes easy ... Besides, any tricks on reducing the memory usage is welcome ;) Regards, Alexandre From alexandre.delattre at enst-bretagne.fr Fri Jul 27 19:05:32 2007 From: alexandre.delattre at enst-bretagne.fr (alexandre.delattre at enst-bretagne.fr) Date: Fri, 27 Jul 2007 19:05:32 +0200 Subject: [PythonCE] PyCrypto binaries In-Reply-To: <46A9D4B8.1080602@nanl.de> References: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> <46A8E81A.6040408@scarlet.be> <46A9A441.70202@debris.demon.nl> <20070727105256.lf145vluogksggg4@webmail.enst-bretagne.fr> <46A9D4B8.1080602@nanl.de> Message-ID: <20070727190532.nb1sm6gxkwskoow4@webmail.enst-bretagne.fr> "d at tenmaulwurf" a ?crit?: > alexandre.delattre at enst-bretagne.fr wrote: >> Johnny deBris a ?crit : >> >> >>> Matt S. wrote: >>> >>>> since I've not yet noticed the wxPython and ctypes binaries available >>>> for 2.5). >>>> >>>> >>> ctypes seems to be part of the build... Works for me on 2.5 at least. ;) >>> >>> Cheers, >>> >>> Guido >>> >>> >>> >> >> Yes, ctypes is now a part of Python standard library thanks to >> Thomas Heller. >> As for wxPython, I maybe gonna look in compiling it for 2.5. > It would be _REALLY_ cool. http://wxpyce.wikispaces.com/ is a try, but > the binaries do not work for PythonCE 2.5 / wm5/6. > I ever wanted to try following the Build-process-instructions with the > latest sdk's (out of the hope, it will then run under 2.5 / wm5/6) but > I have no x86-machine and no windows. > Using wxwidgets with latest versions of python / wm would be very, very cool! >> >> Regards, >> >> Alexandre >> > Thanks, > > Mirko >> >> _______________________________________________ >> PythonCE mailing list >> PythonCE at python.org >> http://mail.python.org/mailman/listinfo/pythonce >> Hello Mirko, I will surely compile wxPyCe for 2.5 these days, as many people should be interested in. However, by experience, don't expect to be able to run wx+pycrypto+numpy+whatever c extension at the same time unless you have a very recent WM 6.0 device (it's a known problem of lack of virtual adressing space for dlls, that has been expanded from 32 MB to 1 GB in WM 6.0 kernel). That's the reason why I have ported Venster (and now secretly working on something FAR more pythonic & high level for embedded gui development), and not because I dislike wx or I wanted to reivent the wheel. It'll be cool if PythonCE people could have the choice between portability (TKinter/wx) at the cost of non-native rendering or high memory consumption or something more specific but that delivers native rendering with a small footprint at the cost of learning something new (VensterCE that may be phased out by my new toolkit). My opinion is that splitting backend & frontend of an application helps portability, and rewriting the frontend for an handeld with its small screen size and its own design guidelines should not be a big deal if the toolkit is easy to learn (and better, pythonic), the biggest advantage of the new toolkit over venster. This is only my opinion, and people are, of course, free to see otherwise and choose what they think best for their own development. That's why I will compile wxPyCe for 2.5 and still support ctypes gui toolkit at the same time. Regards, Alexandre. PS : If someone want to give a try, help, give suggestions, or learn more about the new toolkit, I'll be glad to send you my current work with an example application. The reason why I call the new toolkit "new toolkit" is because I've wanted to call it first pycegui, but realized that it was the bindings of CEGUI for pygame ! Reminds me something about Pyro ;) From marc.horst at scarlet.be Fri Jul 27 21:26:39 2007 From: marc.horst at scarlet.be (Marc Horst) Date: Fri, 27 Jul 2007 21:26:39 +0200 Subject: [PythonCE] connect via ssh In-Reply-To: <1185478915.12265.58.camel@sauron> References: <1185478915.12265.58.camel@sauron> Message-ID: <46AA46EF.1020901@scarlet.be> Hi Rich, Thanks for the idea and for normal applications this might do the trick (and maybe in the future I'll use it too), but the laptop I was talking about is in fact the brains of my mobile robot (Linux based) and I want to develop an Python application for my PDA to control my robot. To get access to my robot I use ssh. But, as mentioned, I prefer to let my PDA application make the ssh-connection with my robot. But thanks for thinking with me and giving the idea! Regards, Marc Rich Cork wrote: > If you want to connect there is a zaTelnetCF2 the will do the trick > > > >> 1. ssh server for wince! (Marc Horst) >> >> >> > >> Hi, >> >> I have a PDA with Windows Mobile on it and would like to connect it to >> my laptop via ssh, I searched for a binary for PyCrypt for Windows >> Mobile/WinCE. However, it seems that these are unavailable. I was >> wondering if someone build PyCrypt already for WinCE/Windows Mobile and >> could do me a big favour by sending me the PyCrypt binaries (or send me >> the URL with the location where you found them) ? >> >> > > ------------------------------------------------------------------------ > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > -- ======================================== Marc Horst - marc.horst at scarlet.be ======================================== From christopher at christec.co.nz Sat Jul 28 05:55:42 2007 From: christopher at christec.co.nz (Christopher Fairbairn) Date: Sat, 28 Jul 2007 15:55:42 +1200 Subject: [PythonCE] PyCrypto binaries In-Reply-To: <20070727190532.nb1sm6gxkwskoow4@webmail.enst-bretagne.fr> References: <20070726163929.yfncrb93w8wo0swc@webmail.enst-bretagne.fr> <46A8E81A.6040408@scarlet.be> <46A9A441.70202@debris.demon.nl> <20070727105256.lf145vluogksggg4@webmail.enst-bretagne.fr> <46A9D4B8.1080602@nanl.de> <20070727190532.nb1sm6gxkwskoow4@webmail.enst-bretagne.fr> Message-ID: <077791C9-B66D-4ABF-A526-466F5F6A5C55@christec.co.nz> Hi, On 28/07/2007, at 5:05 AM, alexandre.delattre at enst-bretagne.fr wrote: > However, by experience, don't expect to be able to > run wx+pycrypto+numpy+whatever c extension at the same time unless you > have a very recent WM 6.0 device (it's a known problem of lack of > virtual adressing space for dlls, that has been expanded from 32 MB to > 1 GB in WM 6.0 kernel). Be very careful here. Windows Mobile 6 devices still have the same 32MB process limit, as Windows Mobile 5.0 (or earlier) devices had. The expanded addressing space is a feature of the Windows Embedded CE 6.0 kernel. But Windows Mobile 6 devices are still using a Windows CE 5.0 based OS kernel (v5.02 to be precise, compared to v5.01 which was used for Windows Mobile 5.0). Some features have been back ported into WinCE 5.02 from WinCE 6.0, but most of the major architectural differences still stand. You will have to wait until Windows Mobile 7 (or whatever the next version is marketed as) for the Windows CE 6.0 kernel features to become available within Windows Mobile devices. For a more complete explination see the blog posting titled "Is Windows Mobile 6 powered by Windows Embedded CE 6.0?" on my blog at http://www.christec.co.nz/blog/archives/18. Hope it helps, Christopher Fairbairn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070728/130d6995/attachment.htm From coder_infidel at hotmail.com Sat Jul 28 10:17:53 2007 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Sat, 28 Jul 2007 16:17:53 +0800 Subject: [PythonCE] PyCrypto binaries Message-ID: > Date: Thu, 26 Jul 2007 16:39:29 +0200> From: alexandre.delattre at enst-bretagne.fr> To: pythonce at python.org> Subject: [PythonCE] PyCrypto binaries> > Hi Marc,> You're a lucky one, I have built binaries of PyCrypto for PythonCE 2.4 > and 2.5 just a week ago ! A public download will be soon up on > http://www.voidspace.org.uk/ thanks to Fuzzyman that already host > binaries for desktop windows. Since I'm on vacation, I only have my > local release for 2.5 at hand. So wait for the public link or mail me > if you're interested in the 2.5 version. I haven't tried it but the following project may also be helpful: http://www.codeplex.com/CESSH > > @Luke Dunstan> Thank you for adapting the scons build environment to the wince > platform, it makes compiling python extension much easier and more > maintanable than the project oriented view of the embedded tools > (especially for packages that contains many C extensions and would > need as many projects as extensions).> It is also easier to switch python 2.4/2.5 includes and libs for the > whole script. If you don't mind I will write an article on the wiki on > how I build extensions with scons. Yes, please do. > > @Everyone> I have also built binaries for numpy 1.0, unfortunately I havn't been > able to compile the random facilities but everything else seems to > work fine (core, fft and linalg), for now no public release but you > can mail me and i'll send you the files.> > Have a nice summer,> Alexandre. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070728/a9d0bfcb/attachment.htm