Re: ANNOUNCE: Mod_python 3.3.0b (Beta)

2006-12-25 Thread derekl00
How long does it usually take for these things to make there way into
the Fedora (or other distro) repositories?

Gregory (Grisha) Trubetskoy wrote:
 The Apache Software Foundation and The Apache HTTP Server Project are
 pleased to announce the 3.3.0b (Beta) release of mod_python.

 Version 3.3.0b of mod_python features several new functions and
 attributes providing better access to apache internals, as well as
 many bug fixes and various performance and security improvements. A
 detailed description of the changes is available in Appendix A of the
 mod_python manual, also available here

 http://www.modpython.org/live/mod_python-3.3.0b/doc-html/app-changes-from-3.2.10.html

 Beta releases are NOT considered stable and usually contain bugs.

 This release is intended to solicit widespread testing of the code. We
 strongly recommend that you try out your existing applications and
 experiment with new features in a non-production environment using
 this version and report any problems you may encounter so that they
 can be addressed before the final release.

 Preferred method of reporting problems is the mod_python user list
 [EMAIL PROTECTED]

 Mod_python 3.3.0b is available for download from:

 http://httpd.apache.org/modules/python-download.cgi

 For more information about mod_python visit http://www.modpython.org/
 
 Regards,
 
 The Apache mod_python team.

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


Re: Website Capture

2006-12-25 Thread derekl00
Not sure what OS you are on, but a2ps is one way you could probably do
this:

http://www.infres.enst.fr/~demaille/a2ps/delegations.html

That will get you as far as PostScript and I imagine it is pretty
straightforward from there to get things into a gif.
Jonathan Curran wrote:
 On Monday 25 December 2006 00:57, [EMAIL PROTECTED] wrote:
  Hi,
 
  I want to capture a web site into gif image using Python.
  I installed the PIL if it can help.

 It can't be done with just Python  PIL, that much is for sure. First of all
 you need some sort of module/program/(whatever you want to call it) that can
 render a given webpage. Then you would proceed to capturing the graphical
 output of that module/program/...

 Maybe what you should look into are graphical toolkits that possibly provide a
 HTML widget from which you can get a graphical display. WxWidgets/WxPython is
 one option, and the only other I can think of is GTK/pyGTK.

 I hope this helps a little, and Merry Christmas!
 
 - Jonathan Curran

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