@davidfor: According to the logs the OP posted it does not work for 2.76 but does for 2.75.1 -- the reason is almost certainly the call to os.path.realpath() Presumably the plugin somewhere does something like os.path.relpath() or checks if the filename startswith the root directory, using the symlinked form of the root directory instead of EbookIterator.base (changing that should fix it).
|