Re: [Tutor] gui further explained

2009-06-10 Thread A.T.Hofkamp
Jacob Mansfield wrote: does anyone know how to make a parallel or serial interface with respective software, i would prefer parallel because it is easy to utilise Both the serial and the parallel interface seem to be covered by pyserial http://pyserial.wiki.sourceforge.net and http://pyserial.

Re: [Tutor] gui further explained

2009-06-10 Thread Jacob Mansfield
does anyone know how to make a parallel or serial interface with respective software, i would prefer parallel because it is easy to utilise ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] gui further explained

2009-06-10 Thread Wayne
On Tue, Jun 9, 2009 at 10:31 PM, Essah Mitges wrote: > i don't know if its what i am searching that is wrong but what i am trying > to do is > link my game i made in pygame to my pygame menu the menu has 4 button > classes on it one foe instruction one to quit one for high scores and one to > sta

Re: [Tutor] gui further explained

2009-06-09 Thread Essah Mitges
start the game this is basicly the menu i want people to see first the main menu From: sri...@gmail.com Date: Tue, 9 Jun 2009 21:48:28 -0500 Subject: Re: [Tutor] gui further explained To: e_mit...@hotmail.com CC: tutor@python.org On Tue, Jun 9, 2009 at 7:18 PM, Essah Mitges wrote: lol

Re: [Tutor] gui further explained

2009-06-09 Thread Wayne
On Tue, Jun 9, 2009 at 7:18 PM, Essah Mitges wrote: > > lol i was trying to open it while keeping my menu open to have it in a > different window > So you have a pygame window that is just a menu? and when you select it will try to run another python script? Your description of your desired goa

Re: [Tutor] gui further explained

2009-06-09 Thread Essah Mitges
lol i was trying to open it while keeping my menu open to have it in a different window > From: sri...@gmail.com > Date: Tue, 9 Jun 2009 19:11:03 -0500 > Subject: Re: [Tutor] gui further explained > To: e_mit...@hotmail.com > CC: tutor@python.org

Re: [Tutor] gui further explained (The error in unreadable form)

2009-06-09 Thread Essah Mitges
File "C:\Python26\lib\subprocess.py", line 804, in _execute_child startupinfo)WindowsError: [Error 2} The system cannot find the file specified > Date: Tue, 9 Jun 2009 20:07:15 -0400 > From: da...@abbottdavid.com > To: e_mit...@

Re: [Tutor] gui further explained

2009-06-09 Thread Wayne
On Tue, Jun 9, 2009 at 6:49 PM, Essah Mitges wrote: > > What I am trying to do is start my pygame game from my pygame menuI do not > think I am using the right code to do this I am trying to use the subprocess > module to open a child window with the game inside of it but python doesn't > like th

Re: [Tutor] gui further explained (The error in unreadable form)

2009-06-09 Thread David
Essah Mitges wrote: What I am trying to do is start my pygame game from my pygame menuI do not think I am using the right code to do this I am trying to use the subprocess module to open a child window with the game inside of it but python doesn't like thatThe second thing that i'd like to know

[Tutor] gui further explained

2009-06-09 Thread Essah Mitges
What I am trying to do is start my pygame game from my pygame menuI do not think I am using the right code to do this I am trying to use the subprocess module to open a child window with the game inside of it but python doesn't like thatThe second thing that i'd like to know how I could list th