--- a/eric5.py Mon Dec 20 20:07:36 2010 +0100 +++ b/eric5.py Wed Dec 22 17:31:41 2010 +0100 @@ -211,7 +211,7 @@ for arg in sys.argv: if arg.startswith("--plugin=") and sys.argv.index(arg) < ddindex: # extract the plugin development option - pluginFile = arg.replace("--plugin=", "") + pluginFile = arg.replace("--plugin=", "").replace('"', "") sys.argv.remove(arg) pluginFile = os.path.expanduser(pluginFile) pluginFile = Utilities.normabspath(pluginFile)