Custom Classes?

Victor Subervi victorsubervi at gmail.com
Tue May 13 14:10:21 EDT 2008


I remember why I had the number with the getpic. It is because I display
several of these images on a single page, and apparently I cannot call the
same script and get more than one image from an HTML page.
Victor

On Fri, May 9, 2008 at 10:26 AM, Gabriel Genellina <gagsl-py2 at yahoo.com.ar>
wrote:

> En Thu, 08 May 2008 12:33:55 -0300, Victor Subervi <
> victorsubervi at gmail.com> escribió:
>
> Okay, trying this again with everything working and no ValueError or any
> > other errors, here we go:
> >
>
>  getpic = "getpic" + str(w) + ".py"
> >
>
> Why do you *generate* the getpicNN.py? It contains always the same code,
> why don't you just use a single getpic.py?
>
> and then surf to:
> > http://whatever.url/getpic20.py?id=6&x=1
> >
>
> Why don't you post the error you get instead...? Including the complete
> exception report.
>
> Also, please re-send the link on how to post good questions to the list. I
> > cannot find it.
> >
>
> Uhm, I don't think there is something specific for this list. There is an
> article from E.S.Raymond "How to ask questions the smart way?" that you can
> find with Google
>
> --
> Gabriel Genellina
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080513/b510604e/attachment-0001.html>


More information about the Python-list mailing list