Page 1 of 1

OMERO.figure - unable to get Export PDF to work

PostPosted: Thu May 08, 2014 12:15 pm
by bernie
Hello,

I've successfully installed OMERO.figure on our development server (after some initial problems a couple of weeks ago) using today's development version. I'm now trying to enable Export PDF but it remains unavailable (unclickable - faded out). pip list shows that reportlab (2.7) is installed and I can see Figure_To_Pdf.py in the correct location:

-bash-4.1$ ls -l lib/python/omeroweb/figure/scripts/omero/figure_scripts/
total 20
-rw-rw-r-- 1 omero omero 17737 May 8 11:23 Figure_To_Pdf.py

Bernie

Re: OMERO.figure - unable to get Export PDF to work

PostPosted: Thu May 08, 2014 1:04 pm
by manics
Hi Bernie

Did you run the omero script upload command at the end of http://will-moore.github.io/figure/ ? If so you should see the script somewhere under OMERO.server/lib/scripts/

Re: OMERO.figure - unable to get Export PDF to work

PostPosted: Thu May 08, 2014 3:45 pm
by bernie
Hi manics,

I'd cd to: lib/python/omeroweb/figure/scripts/, not having come across scripts before and I guess a bit dumb. Maybe you mean cd figure_scripts instead of cd figure/scripts in the Install instructions. Anyway moved the script to the right location and it now works.

thanks, Bernie