[PythonCE] Cross-compiling or DistUtils?

2005-05-04 Thread James Burkert
Hey folks, Has anybody come across any kind of distutils for Python? I do have GCC to compile with, but its proving very ugly to get the makefile remotely done right (I don't have much experience with GCC in that respect) . I'm trying to get numeric for my PPC. I've found a linux version, but I

[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,