[PythonCE] wxPython on CE

2004-12-17 Thread Brian Retford
to get it there because I'd like both python on ce and wxpython to be supported by these projects formally. Let me know if there is interest and I'll get the files out there. Brian Retford Senior Developer www.cococorp.com ___ PythonCE

Re: [PythonCE] wxPython on CE

2004-12-17 Thread Brian Retford
2004 11:55:42 -0800, Brian Retford <[EMAIL PROTECTED]> wrote: I nearly killed myself doing so, but I have a largely functional port of wxPython to CE. Wow... nice. I didn't think it would happen that quickly. What kind of memory and storage footprint are you seeing for wxPython?

[PythonCE] alternate location for wxpyce

2004-12-23 Thread Brian Retford
stribution, and I'm not 100% certain this version does. I'm out of the office for the holidays and I can't verify it. Brian Retford Lead Developer www.cococorp.com ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] wxPython for CE

2005-04-23 Thread Brian Retford
here's interest I'll gladly put it up somewhere. It's similar to what I released many months ago, but much reduced in footprint. Brian Retford Chief Architect Coco Communications ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] ssh server for wince!

2005-05-04 Thread Brian Retford
paramiko + pyCrypto == ssh server on wince (first that I'm aware of...) I had to comment out pyCrypto's windows specific random number generation, it's slow as piss, but it works, pretty much out of the box. I'm going to write a small sftp server for it. It still doesn't get you a proper shell,

[PythonCE] Fwd: cemodule

2005-06-29 Thread Brian Retford
Here is a cemodule.c that has been patched to support system() if anybody wants to integrate it. brian retford /* * "ce" Python module (imported by os.py) * * O/S-dependent functions for Windows/CE * * David Kashtan, Validus Medical Systems */ #include

Re: [PythonCE] ImportError problem

2005-07-07 Thread Brian Retford
CE's memory model is a pile basically. All dll's are loaded into each process's 32mb virtual address space which reduces the amount of memory available for program use and for other DLL loading. It doesn't matter if your pda has 512mb of ram (none of them do, but just as an example), each p

Re: [PythonCE] xml support

2006-01-30 Thread Brian Retford
Sgmlop is fairly easy to get working on wince (one c file, one py file). It looks like Elementtree supports using sgmlop as well. Sgmlop is very fast but necessarily the most correct xml parser out there. Expat is also relatively easy to compile for WinCE. Brian Retford 206.349.7060 Software