This bug is already detected and corrected upstream (although I found in
the hard way, by debugging the code).

Comitted for 0.7.8

http://www.igalia.com/nc/work/project/item/ocrfeeder/

Fix Unpaper issue due to an unexisting variable gb#668027 
There was a temporary_dir varibale that was left unchanged when the 
configuration started using TEMPORARY_FOLDER. 
Thanks to Buganini Q for reporting and posting the fix.
Joaquim Rocha05/03/2012

As a temporary fix change in lib.py, routine unpaperImage at line 133
tmp_dir = configuration_manager.temporary_dir
to
tmp_dir = configuration_manager.TEMPORARY_FOLDER

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917675

Title:
  ocrfeeder crashed with AttributeError in expanduser(): 'NoneType'
  object has no attribute 'startswith'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocrfeeder/+bug/917675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to