Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread KLEIN Stéphane
Hi, Today, I've show this static web site generating tools writed in ruby : * http://webgen.rubyforge.org/index.html * http://nanoc.stoneship.org/about/ * http://webby.rubyforge.org/tutorial/ I like this tools, I'm wonder if there are similar tools in Python ? I know Sphinx, but this tools i

Are there in Python some static web site generating tools like webgen, nanoc or webby in Ruby ?

2010-03-09 Thread KLEIN Stéphane
Hi, Today, I've show this static web site generating tools write in ruby : * http://webgen.rubyforge.org/index.html * http://nanoc.stoneship.org/about/ * http://webby.rubyforge.org/tutorial/ I like this tools, I'm wonder if there are similar tools in Python ? I know Sphinx, but this tools is

Re: Some issue with easy_install and PIL/Imaging

2009-09-28 Thread Klein Stéphane
Fredrik Lundh a écrit : On Fri, Sep 11, 2009 at 3:49 PM, Chris Withers wrote: Klein Stéphane wrote: Resume : 1. first question : why PIL package in "pypi" don't work ? Because Fred Lundh have his package distributions unfortunate names that setuptools doesn't like...

Re: I look for proxy cache like apt-proxy (for Debian Package) but for python eggs package…

2009-09-21 Thread KLEIN Stéphane
Le Sun, 20 Sep 2009 18:33:10 +0200, Klein Stéphane a écrit : > Hi, > > I look for a tools to do proxy cache like apt-proxy (for Debian Package) > but for python eggs package. > > Can a easy-install option perform this feature ? I found somethings to do that : http://py

I look for proxy cache like apt-pro xy (for Debian Package) but for python eggs package…

2009-09-20 Thread Klein Stéphane
Hi, I look for a tools to do proxy cache like apt-proxy (for Debian Package) but for python eggs package. Can a easy-install option perform this feature ? Thanks for your help, Stephane -- http://mail.python.org/mailman/listinfo/python-list

Some issue with easy_install and PIL/Imaging

2009-09-09 Thread Klein Stéphane
Hi, I would like to insert Imaging dependence in my setup.py file. Resume : 1. first question : why PIL package in "pypi" don't work ? 2. second question : when I add PIL dependence in my setup.py and I do "python setup.py develop", I've this error : "error: Could not find required distrib

I look for private Python Index server on my local network... What do you use ?

2009-06-23 Thread Klein Stéphane
Hi, I wonder what Python Index server (like as pypi.python.org) do you use in your corporation for handle your private python eggs ? I found three solutions : * http://pypi.python.org/pypi/basketweaver/0.1.2-r6 * http://pypi.python.org/pypi/pypi/2005-08-01 * http://pypi.python.org/pypi/EggBaske

Re: Where does the command "ls" in some doctest files come from ?

2008-09-08 Thread KLEIN Stéphane
Le Mon, 08 Sep 2008 12:51:04 +, Steven D'Aprano a écrit : > On Mon, 08 Sep 2008 12:15:15 +0000, KLEIN Stéphane wrote: > >> Hi, >> >> for example, in http://svn.zope.org/zc.buildout/trunk/src/zc/buildout/ >> tests.py?rev=89831&view=auto test fi

Where does the command "ls" in some doctest files come from ?

2008-09-08 Thread KLEIN Stéphane
Hi, for example, in http://svn.zope.org/zc.buildout/trunk/src/zc/buildout/ tests.py?rev=89831&view=auto test file, there is this doctests : def develop_verbose(): """ We should be able to deal with setup scripts that aren't setuptools based. >>> mkdir('foo') >>> write('foo', 'setup.p

Re: When I do from lxml import etree I've this error : AttributeError: 'module' object has no attribute 'BytesIO'

2008-08-25 Thread KLEIN Stéphane
Le Mon, 25 Aug 2008 13:50:50 +, KLEIN Stéphane a écrit : > Hi, > > I'm on Ubuntu 8.04.1 > > I've installed lxml with easy_install lxml command. > > Now, when I load etree I've this error : > > $ python > Python 2.5.2 (r252:60911, Apr 21 2008,

When I do from lxml import etree I've this error : AttributeError: 'module' object has no attribute 'BytesIO'

2008-08-25 Thread KLEIN Stéphane
Hi, I'm on Ubuntu 8.04.1 I've installed lxml with easy_install lxml command. Now, when I load etree I've this error : $ python Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >

Re: I can't fetch dom node in svg file with getElementById method (module minidom and libxml2dom)

2008-08-25 Thread KLEIN Stéphane
Le Mon, 25 Aug 2008 04:30:00 -0700, Paul Boddie a écrit : >> Well, my final purpose isn't to fetch root dom node but to fetch many >> other sub node. > > You could always try using an XPath expression: > > node = (dom2.xpath("//[EMAIL PROTECTED]'svg2383']") or [None])[0] > > Similar things co

I can't fetch dom node in svg file with getElementById method (module minidom and libxml2dom)

2008-08-25 Thread KLEIN Stéphane
Hi, I've a xml svg file and I would like to update it with Python. First, I would like to fetch one dom node with getElementByID. I've one issue about this method. This is my example : My SVG file : """ http://purl.org/dc/elements/1.1/"; xmlns:cc="http://creativecommons.org/ns#"; xmln

Do you know mirror repository of PyUMLGraph, what do you thinks about this tools ?

2008-01-10 Thread KLEIN Stéphane
Hi, I've looked http://www.umlgraph.org/ tools. I think it's great to generate UML Diagram from source code and comment's. I read there are "Python version" of this tools : PyUMLGraph (http://pypi.python.org/pypi/ PyUMLGraph/0.1.10). Unfortunately, repository of this tools is down :( My questio

Re: Package to handle table text render (handle space or tab between the columns) ?

2006-10-06 Thread KLEIN Stéphane
hanumizzle a écrit : > On 10/6/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I would like print tabular values on terminal (stdout). Are there >> package to handle table text render ? > > Have a look at: > > http://aspn.activestate.c

Package to handle table text render (handle space or tab between the columns) ?

2006-10-06 Thread KLEIN Stéphane
Hi, I would like print tabular values on terminal (stdout). Are there package to handle table text render ? Thanks for your help, Stephane -- http://mail.python.org/mailman/listinfo/python-list