diff -r bcee35dbbce0 -r 076a2e6332dc eric6_trpreviewer.py --- a/eric6_trpreviewer.py Thu Jan 08 18:48:52 2015 +0100 +++ b/eric6_trpreviewer.py Mon Jan 12 19:29:14 2015 +0100 @@ -71,6 +71,9 @@ "TR file previewer", options) + # set the library paths for plugins + Startup.setLibraryPaths() + app = E5Application(sys.argv) client = TRSingleApplicationClient() res = client.connect()