diff -r 46084f695e10 -r c38be891d0ab Toolbox/Startup.py --- a/Toolbox/Startup.py Thu Jan 08 18:48:52 2015 +0100 +++ b/Toolbox/Startup.py Mon Jan 12 19:29:14 2015 +0100 @@ -222,13 +222,14 @@ """ handleArgs(argv, appinfo) if app is None: + # set the library paths for plugins + setLibraryPaths() app = E5Application(argv) app.setQuitOnLastWindowClosed(quitOnLastWindowClosed) # the following code depends upon a valid application object import Preferences - setLibraryPaths() initializeResourceSearchPath() QApplication.setWindowIcon(UI.PixmapCache.getIcon("eric.png"))