Re: Is there a way to program a robot with python (ex, an electric motor, control it's speed, etc)

2007-07-08 Thread socialanxiety
On Jul 8, 5:37 pm, Carsten Haese <[EMAIL PROTECTED]> wrote: > On Sun, 2007-07-08 at 17:06 -0700, [EMAIL PROTECTED] wrote: > > i hope someone here can help me. > > > basically, me and my friend have a summer project. > > > in this project, we need something that would basically function as a > > ble

Re: Is there a way to program a robot with python (ex, an electric motor, control it's speed, etc)

2007-07-08 Thread socialanxiety
On Jul 8, 5:14 pm, John Nagle <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > i hope someone here can help me. > > > basically, me and my friend have a summer project. > > > in this project, we need something that would basically function as a > > blender. we know we'll need to buy a moto

Is there a way to program a robot with python (ex, an electric motor, control it's speed, etc)

2007-07-08 Thread socialanxiety
i hope someone here can help me. basically, me and my friend have a summer project. in this project, we need something that would basically function as a blender. we know we'll need to buy a motor that spins, but what we're having trouble with is figuring out how to program it. we want to be able

clientcookie/clientform and checking to see if a website accepted my login details

2007-03-05 Thread socialanxiety
alright, i'm coding a program that will log me into yahoo.com (so far), now, the problem i have is that once i've submitted by login & password, the program doesn't know whether yahoo.com accepted it. " response = ClientCookie.urlopen(form.click()) " now, when i get an error, the contents of 'resp

logging into forms on an ssl server using python

2007-03-03 Thread socialanxiety
Hi, I need some help, I'm trying to create a script that will fill in the forms on an ssl website, and submit them. Could anyone help me out, examples would be nice. Thanks in advance -- http://mail.python.org/mailman/listinfo/python-list