--- a/install.py Mon Jan 05 16:16:04 2015 +0100 +++ b/install.py Thu Jan 08 18:48:52 2015 +0100 @@ -644,7 +644,8 @@ copyTree( sourceDir, cfg['ericDir'], ['*.py', '*.pyc', '*.pyo', '*.pyw'], - ['{1}{0}Examples'.format(os.sep, sourceDir)], + ['{1}{0}Examples'.format(os.sep, sourceDir), + '{1}{0}.ropeproject'.format(os.sep, sourceDir)], excludePatterns=["eric6config.py*"]) copyTree( sourceDir, cfg['ericDir'], ['*.rb'],