diff -r 36fc79de5778 -r 22e94bac751a scripts/install.py --- a/scripts/install.py Sun Jun 05 16:52:47 2022 +0200 +++ b/scripts/install.py Sun Jun 05 17:00:41 2022 +0200 @@ -792,6 +792,10 @@ # copy some data files needed at various places copyTree( + os.path.join(eric7SourceDir, "data"), + os.path.join(cfg['ericDir'], "data"), + ['*.txt']) + copyTree( os.path.join(eric7SourceDir, "EricNetwork", "data"), os.path.join(cfg['ericDir'], "EricNetwork", "data"), ['*.dat', '*.txt'])