scripts/install.py

changeset 7716
313e09453306
parent 7639
422fd05e9c91
child 7717
f32d7965a17e
equal deleted inserted replaced
7715:ae49e290890d 7716:313e09453306
746 shutilCopy(configName, modDir) 746 shutilCopy(configName, modDir)
747 if os.path.exists(configName + 'c'): 747 if os.path.exists(configName + 'c'):
748 shutilCopy(configName + 'c', modDir) 748 shutilCopy(configName + 'c', modDir)
749 749
750 # copy the various parts of eric6 750 # copy the various parts of eric6
751 # TODO: extend this to include more data file to get rid of .qrc
751 copyTree( 752 copyTree(
752 eric6SourceDir, cfg['ericDir'], 753 eric6SourceDir, cfg['ericDir'],
753 ['*.py', '*.pyc', '*.pyo', '*.pyw'], 754 ['*.py', '*.pyc', '*.pyo', '*.pyw'],
754 [os.path.join(sourceDir, "Examples"), 755 [os.path.join(sourceDir, "Examples"),
755 os.path.join(sourceDir, ".ropeproject")], 756 os.path.join(sourceDir, ".ropeproject")],

eric ide

mercurial