Re: [pygame] Python and Pygame Beginner and Win32 API

2007-09-24 Thread RR4CLB
Hi John! I will check it out later. I just have to see if these things can run using my screen reader. Linix is all text based, but when someone throws a graphic screen in, all bets are off. So, I will see. I know that forms are very complex and a pain. My Star Trek program has the use

Re: [pygame] Python and Pygame Beginner and Win32 API

2007-09-24 Thread Marcus von Appen
On, Mon Sep 24, 2007, RR4CLB wrote: > > Hi! > > I am a blind programmer and can not get any books so I have to > either have an on-line tutorial or some kind of syntax library that > explains how to setup, and define, and use windows api or win32 api. > > So, does anyone know where I ca

Re: [pygame] Python and Pygame Beginner and Win32 API

2007-09-24 Thread John Popplewell
On Sun, Sep 23, 2007 at 10:10:31PM -0400, RR4CLB wrote: > > Hi! > > I am a blind programmer and can not get any books so I have to either > have an on-line tutorial or some kind of syntax library that explains > how to setup, and define, and use windows api or win32 api. Hi, I find ctypes: http

Re: [pygame] Python and Pygame Beginner and Win32 API

2007-09-24 Thread RR4CLB
Hi! I have looked at this and it goes around-around but having an example, a layout, and all the needed variables and such in a list is what I need. I could not find them there. This is so I get the form or layout correctly when using these things in a game. The format to layout

Re: [pygame] Python and Pygame Beginner and Win32 API

2007-09-24 Thread RR4CLB
Have you tried: http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/pywin32/PyWin32.html If you are writing a gui application though, you might want to consider a higher level cross platform api, such as wxpython. hth,

Re: [pygame] Python and Pygame Beginner and Win32 API

2007-09-23 Thread Casey Duncan
Have you tried: http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/pywin32/ PyWin32.html If you are writing a gui application though, you might want to consider a higher level cross platform api, such as wxpython. hth, -Casey On Sep 23, 2007, at 7:10 PM, RR4CLB wrote: Hi! I a

[pygame] Python and Pygame Beginner and Win32 API

2007-09-23 Thread RR4CLB
Hi! I am a blind programmer and can not get any books so I have to either have an on-line tutorial or some kind of syntax library that explains how to setup, and define, and use windows api or win32 api. So, does anyone know where I can get an explanation on how to use and write Windo