Re: Socket Programming and Data transer 'advice'

2008-11-17 Thread Chris Rebert
On Mon, Nov 17, 2008 at 10:42 AM, Abah Joseph <[EMAIL PROTECTED]> wrote: > I am planning to develop School Database Management System that will run on > Windows, Linux and Mac. The application will be Server/Client and GUI based. Have you considered basing this off existing software for schools, l

Socket Programming and Data transer 'advice'

2008-11-17 Thread Abah Joseph
I am planning to develop School Database Management System that will run on Windows, Linux and Mac. The application will be Server/Client and GUI based. Modules I intende to use are: Python socket module, wxPython for GUI, Open GL for image processing , email and so on. This is my first real pyt