[PythonCE] pygame / distutils

2008-08-05 Thread René Dudfield
Hi, if anyone has any project files to build pygame on pythonce I'd love to have them included with pygame. I'm an author/maintainer of pygame and have commit access to svn, so could add project files if someone makes them... I could also add a pygame download for python CE to the pygame.org down

Re: [PythonCE] pygame / distutils

2008-08-06 Thread René Dudfield
gt; > Rene, thanks for your comments. It's nice to know there is interest from the > pygame side. > > If anyone else would like to provide comments/advice/code to get pygame > working, it will be welcomed. > > Adam. > > On 06/08/2008, René Dudfield <[EMAIL PROTECT

Re: [PythonCE] pygame / distutils

2008-08-14 Thread René Dudfield
andoned? Reading some of > the past info on it, it seemed like a great idea to use the ctypes module. > > 2008/8/7 René Dudfield <[EMAIL PROTECTED]> >> >> nice work :) >> >> It can be easier to first try and get the SDL test programs compiling. >> Th

Re: [PythonCE] pygame / distutils

2008-08-15 Thread René Dudfield
provides this, but I am not sure if it will >> allow the hardware keys to be detected. >> >> From what I understand, there is some extra work in writing a PYD module, >> in contrast to writing a DLL that is called with ctypes. I have not looked >> into this in great detail

Re: [PythonCE] pygame / distutils

2008-08-15 Thread René Dudfield
hi, On Sat, Aug 16, 2008 at 2:14 AM, Alexandre Delattre <[EMAIL PROTECTED]> wrote: > Jared & Adam, > Glad to hear you were able to cross compile sdl with cegcc, this opens the > possibility to compile pygame with cegcc, which may yield better results > than Microsoft tools :) > > Some times ago, I

Re: [PythonCE] pygame / ctypes / SDL

2008-08-31 Thread René Dudfield
You do realise pyglet doesn't do openglES, and also requires opengl? Not a good match for WinCE. On Sat, Aug 30, 2008 at 3:58 AM, Thomas Heller <[EMAIL PROTECTED]> wrote: > Adam Walley schrieb: >> Well, I have now got a small demo app working, which makes use of SDL >> LoadBMP, Surface, blit, au

Re: [PythonCE] Can I execute external programs from PythonCe?

2008-09-04 Thread René Dudfield
hi, this page might help: http://docs.python.org/lib/module-subprocess.html I don't know if it works on CE though. cu, On Thu, Sep 4, 2008 at 8:29 PM, Igor Kaplan <[EMAIL PROTECTED]> wrote: > Hi pythonce experts, > [Igor Kaplan] > Would like to ask for the suggestion, is there any way to ex

Re: [PythonCE] Bluetooth examples?

2009-05-20 Thread René Dudfield
hello... After a little googling I found this... http://mail.python.org/pipermail/pythonce/2007-January/001747.html If you do figure out a way please let me know... I'd probably find this useful too :) cu, On Wed, May 20, 2009 at 8:41 PM, David McNab wrote: > Hi, > > Does anyone have any ex