Re: Show Image with WebKit

2008-02-06 Thread Marcos Alcazar
Gabriel, I already tried In ower list in Argentina... I reveived a lot of answers of people who wants to help me, but we can't find the solution to my problem, because of that I'm asking here. Anyway, thank's to try to aproach me to ower community in PyAr. Ah, the thread is "Guardar y recuperar ima

Re: Show Image with WebKit

2008-02-05 Thread Gabriel Genellina
En Tue, 05 Feb 2008 13:36:00 -0200, Marcos Alcazar <[EMAIL PROTECTED]> escribió: > Hello to everybody, I'm from Argentina. > [... problem description ...] > Thanks, and sorry for my english :) I can't help with your specific problem, but try http://www.python.com.ar/ -- Gabriel Genellina --

Show Image with WebKit

2008-02-05 Thread Marcos Alcazar
Hello to everybody, I'm from Argentina. My problem is the next. I receive in the request one image that i've upload, and I want to show that again in another page, how can i do that? I try this: from WebKit.Page import Page class gestorControl(Page): def actions(self): return Page.act