On Tue, Sep 22, 2009 at 2:39 PM, prasad rao wrote:
> hello friends
> I am trying to write a class to save a url.page.
> But it is not working.It is saving the html.page.But not getting
> images.I am unable to show the list (object.links).
> Please take a look at it and show me how to rectify it
Hi Katt,
The following does the trick for me:
number = int(time.strftime("%S", time.localtime()))
There may be better ways to do it though.
-Mal
On Thu, Sep 17, 2009 at 8:43 AM, Laurii wrote:
> Hello all,
>
> I am currently reading through the Tutorial for Non-Programers by Josh
> Cogliati.
On Thu, Sep 10, 2009 at 5:29 AM, Alan Gauld wrote:
>
> "Kent Johnson" wrote
>>
>> That thread is about web.py, not web2py, they are different frameworks.
>
> I confess I too had missed that subtlety!
> Like editors and standards...
> The wonderful thing about Web Frameworks in Python - there are
Hi Raj,
I used to get this error sometimes when I was using Windows. Killing
the Python process via Task Manager and restarting IDLE was enough to
get me going but if it still remains an issue, you can run Python in
single process mode, the following is snipped from IDLE help:
"Running without a
On Fri, Aug 14, 2009 at 4:09 AM, Mac Ryan wrote:
> A couple of months ago I took the time to read a few articles on python
> web application frameworks and I got the impression that the two most
> mature and active projects are Zope and Django.
>
> Zope vs. Django hits 879.000 pages on google but m
On Tue, Aug 18, 2009 at 9:00 AM, Eduardo Vieira wrote:
> Hello, I have this sample script from beautiful soup, but I keep
> getting an error because of encoding. I have google for solutions but
> I don't seem to understand. Even this is dealt in Beautiful Soup's doc
> but I am not able to understan
On Tue, Aug 18, 2009 at 1:02 PM, Vincent Gulinao
wrote:
> I see you could pipe your output to 'python -mjson.tool', but how do I
> achieve the same within my script?
>
> TIA.
> ___
> Tutor maillist - Tutor@python.org
> http://mail.python.org/mailman/li