On Fri, May 14, 2010 at 2:21 PM, Moiz <[email protected]> wrote: > Hello All, > > When I run any ocropus-* command it gives me some ImportError. For > instance, ocropus-calign gives ImportError: No module named > scipy.ndimage > > ocropus-calign example6.jpeg > Traceback (most recent call last): > File "/usr/local/bin/ocropus-calign", line 6, in <module> > from scipy.ndimage import interpolation > ImportError: No module named scipy.ndimage > > > ocropus-pages example6.jpeg > Traceback (most recent call last): > File "/usr/local/bin/ocropus-pages", line 3, in <module> > import matplotlib > ImportError: No module named matplotlib > > Thanks for any help.
You need to install python-scipy and python-matplotlib. I pushed a patch to my hg clone on Google Code last night which has this fix applied to the ubuntu-packages script. Tom -- You received this message because you are subscribed to the Google Groups "ocropus" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/ocropus?hl=en.
