[PythonCE] PyCrypto binaries - where are they ?

2008-04-10 Thread Mark Doukidis
Greetings all, Long time since I have touched PythonCE but looks like I have another chance. My last "fiddle" used PythonCE 2.3 along with PyCrypto. It is good to see a little more activity on the list and the latest PythonCE version (2.5) for Windows Mobile 6. I am looking for PyCrypto binarie

Re: [PythonCE] PyCrypto binaries -- nearly there..

2007-08-05 Thread Marc Horst
Hi Alexandre, Thanks for your help! I made the change to Agent.py and my PDA is now able to connect to the notebook, but then it crashes (see the logging below): >>> execfile('\\Flash Disk\\Programmabestanden\\Python25\\Lib\\demo_pda.py') *** Unable to open host keys file *** WARNING: Unknown

Re: [PythonCE] PyCrypto binaries -- nearly there..

2007-08-04 Thread alexandre . delattre
Marc Horst <[EMAIL PROTECTED]> a écrit : > Hi Alexandre, > > That is a good hint! I tried it and here is the result: > > Python 2.5 (release25-maint, Dec 19 2006, 23:22:00) [MSC v.1201 32 bit > (ARM)] on win32 execfile('\\Flash Disk\\Programmabestanden\\Python25\\Lib\\demo_pda.py') > *** Unab

Re: [PythonCE] PyCrypto binaries -- nearly there..

2007-08-04 Thread Marc Horst
Hi Alexandre, That is a good hint! I tried it and here is the result: Python 2.5 (release25-maint, Dec 19 2006, 23:22:00) [MSC v.1201 32 bit (ARM)] on win32 >>> execfile('\\Flash Disk\\Programmabestanden\\Python25\\Lib\\demo_pda.py') *** Unable to open host keys file *** WARNING: Unknown host

[PythonCE] PyCrypto binaries -- nearly there..

2007-08-04 Thread alexandre . delattre
I will try to run paramiko+pycrypto myself, i strongly suspect paramiko to call sys.exit on some condition, so in the meantime you can try to insert this in the beginning of your code (before any other import): import sys class ExitError(Exception): pass def dummy_exit(code=0): r

Re: [PythonCE] PyCrypto binaries -- nearly there..

2007-08-04 Thread Marc Horst
Hi, I have it almost working, but need some help... Can someone help me please? What I did: 1) made ssh connection with my laptop work: - install pycrypto 2.0.1 - placed paramiko directory in \python25\Lib\site-packets - adapted demo.py so it automatically connects to my laptop => works fine (I

Re: [PythonCE] PyCrypto binaries

2007-07-28 Thread Luke Dunstan
> Date: Thu, 26 Jul 2007 16:39:29 +0200> From: [EMAIL PROTECTED]> To: > pythonce@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

Re: [PythonCE] PyCrypto binaries

2007-07-27 Thread Christopher Fairbairn
Hi, On 28/07/2007, at 5:05 AM, [EMAIL PROTECTED] 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 exp

Re: [PythonCE] PyCrypto binaries

2007-07-27 Thread alexandre . delattre
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> a écrit : > [EMAIL PROTECTED] wrote: >> Johnny deBris <[EMAIL PROTECTED]> 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... W

Re: [PythonCE] PyCrypto binaries

2007-07-27 Thread alexandre . delattre
Johnny deBris <[EMAIL PROTECTED]> 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 stand

Re: [PythonCE] PyCrypto binaries

2007-07-27 Thread Johnny deBris
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 ___ PythonCE mailing list PythonCE@python.org http://mail.py

Re: [PythonCE] PyCrypto binaries

2007-07-26 Thread Matt S.
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

Re: [PythonCE] PyCrypto binaries

2007-07-26 Thread Marc Horst
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 [EMAIL PROTECTE

[PythonCE] PyCrypto binaries

2007-07-26 Thread alexandre . delattre
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