File "/usr/lib/enigma2/python/Plugins/Extensions/EPGImportFilter/EPGImportFilterWorker.py", line 302, in proceedCreateFilteredChannelFile proceedCreateFilteredChannelFileThread(result, filename, False) exceptions.NameError: global name 'proceedCreateFilteredChannelFileThread' is not defined
There was an error on line 302, the call to a function was missing "self.". For some reason python on opelPLI ignores that problem but VTI is more sensitive.
Try to use attached version.