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

Alex

---------- Forwarded message ----------
From: Aaron Halfaker <[email protected]>
Date: 2011/6/7
Subject: Re: [Toolserver-l] Two Python libraries
To: [email protected]


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 <[email protected]> wrote:

> While testing a way to convert it.source texts into ePub format, a friend
> asked me to know if  genshi <http://genshi.edgewall.org/wiki/Download> and
> lxml <http://pypi.python.org/pypi/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
> <http://pypi.python.org/pypi/lxml/>
> _______________________________________________
> Toolserver-l mailing list ([email protected])
> 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 ([email protected])
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 ([email protected])
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to