Thanks Aaron! Sometimes thing are a little simpler than I guess... :(

Alex

---------- Forwarded message ----------
From: Aaron Halfaker <aaron.halfaker@gmail.com>
Date: 2011/6/7
Subject: Re: [Toolserver-l] Two Python libraries
To: toolserver-l@lists.wikimedia.org


Alex,

A good way to check if a library is available is to just try importing it from the python CLI.

For example:
grphack@nightshade:~$ python
Python 2.7.1 (r271:86832, Jan  4 2011, 13:57:14) 
[GCC 4.5.2] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml
>>> import genshi
>>>

Since I didn't get an ImportError, I know those two libraries are already available.

-Aaron



-Aaron

On Tue, Jun 7, 2011 at 1:56 PM, Alex Brollo <alex.brollo@gmail.com> wrote:
While testing a way to convert it.source texts into ePub format, a friend asked me to know if  genshi and lxml  (python libraries) are already installed and usable into toolserver. I told him that I didn't know... and even if I knew that they are installed, I had no idea about their access and use.

I browsed a little into toolserver wiki, but I didn't find anything about shared python libraries. Can I have some help and direction by you? Thanks!

Alex brollo

_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette


_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette