ome / bioformats

Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
https://www.openmicroscopy.org/bio-formats
GNU General Public License v2.0
380 stars 241 forks source link

'ant tools' failing when cloning latest bioformat.git #472

Closed tomdeschamps closed 11 years ago

tomdeschamps commented 11 years ago

I just cloned bioformats.git and ant tools fails :

metakit.jar:
      [jar] Building jar: /Users/thomas_deschamps/Dev/bioformats/artifacts/metakit.jar

ome-xml-src:

generate-source:
     [exec] Traceback (most recent call last):
     [exec]   File "/Users/thomas_deschamps/Dev/bioformats/components/xsd-fu/xsd-fu", line 37, in <module>
     [exec]     from genshi.template import NewTextTemplate
     [exec] ImportError: No module named genshi.template

BUILD FAILED
/Users/thomas_deschamps/Dev/bioformats/ant/toplevel.xml:973: The following error occurred while executing this line:
/Users/thomas_deschamps/Dev/bioformats/components/ome-xml/build.xml:26: The following error occurred while executing this line:
/Users/thomas_deschamps/Dev/bioformats/ant/xsd-fu.xml:25: exec returned: 1
melissalinkert commented 11 years ago

Installing Genshi (http://genshi.edgewall.org/) should fix this problem. See http://genshi.edgewall.org/wiki/Download for download and installation instructions.

tomdeschamps commented 11 years ago

Yes it works - thanks