redirecting to a content page

2006-02-21 Thread Shreyas
steps like this into processing.py: Return to the page you came from. Please let me know if there's a way to do this, or if my general approach (having such a processing page) is off. Thanks, Shreyas - I did try searching for this in the archive but am not even entirely sure what it is

Re: redirecting to a content page

2006-02-22 Thread Shreyas
Thanks much, Location: took care of what I needed. I'll look to the http protocols for the future. Shreyas -- http://mail.python.org/mailman/listinfo/python-list

Regarding Joystick

2009-02-12 Thread shreyas shah
Hi , I am trying to control the motion of the camera with help of joystick , i need some basic functionality where if i move a joystick to left the camera moves to the left . Can anyone help me with that ? Thanks Shreyas -- http://mail.python.org/mailman/listinfo/python-list

Re: Regarding Joystick

2009-02-16 Thread shreyas shah
x27;+ str(j.get_button(n)) print '-'*10 # separation elif e.type == pygame.locals.JOYBUTTONUP: # 11 for j in jlist: for n in range(j.get_numbuttons()): print 'up bu