JavaScript

2007-08-31 Thread zowtar
Guys, anybody know if is possible "to press" a button linked a
javascript function using python?
My Firefox send something like that:

POST /msgs.aspx TOKEN=B8B83BGDBC191B9FE0A0BE1393294FAB&sig=gpaiOqbp0Nr
%2BoecRLF4FGGDOAao
%3D&toUserId=1331299&rawAddedDate=118854&fromUserId=23029&Action.delete=Send
+data

python has modules for forms and other things... and for it?


Thank you for help...
zowtar

-- 
http://mail.python.org/mailman/listinfo/python-list


python-spidermonkey

2007-09-05 Thread zowtar
Guys, I am using slackware... js-spidermonkey 1.5 compiled - OK, Pyrex
installed, but python-spidermonkey don't build...

Screenshot: http://img406.imageshack.us/img406/562/testebp5.png

what is the problem?

zowtar

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python-spidermonkey

2007-09-05 Thread zowtar

Diez B. Roggisch escreveu:

> zowtar schrieb:
> > Guys, I am using slackware... js-spidermonkey 1.5 compiled - OK, Pyrex
> > installed, but python-spidermonkey don't build...
> >
> > Screenshot: http://img406.imageshack.us/img406/562/testebp5.png
> >
> > what is the problem?
>
> google dead today?
>
> http://article.gmane.org/gmane.comp.python.wwwsearch.general/1085
>
> Might help.
>
> Diez

I need make tests... but I think is working now... thanks a lot!

-- 
http://mail.python.org/mailman/listinfo/python-list


url.encore/quote

2008-06-26 Thread zowtar
urlencode({'page': i, 'order': 'desc', 'style': 'flex power'})
return:
page=1&order=desc&style=flex+power

but I want:
page=1&order=desc&style=flex%20power

and url.quote don't put the &'s and ='s
any idea guys?
--
http://mail.python.org/mailman/listinfo/python-list