eric6_trpreviewer.py

branch
6_0_x
changeset 4036
076a2e6332dc
parent 4022
f5f42921717e
child 4289
6c1ab651c9ce
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()

eric ide

mercurial