scripts/install.py

branch
eric7-maintenance
changeset 10616
4aa36fcd4a30
parent 10534
783d835d7fe4
parent 10595
59579e8aff98
child 10694
f46c1e224e8a
equal deleted inserted replaced
10558:e3381757d40d 10616:4aa36fcd4a30
890 shutilCopy(name, cfg["ericDocDir"]) 890 shutilCopy(name, cfg["ericDocDir"])
891 except OSError: 891 except OSError:
892 print("\nCould not install '{0}'.".format(name)) 892 print("\nCould not install '{0}'.".format(name))
893 893
894 # copy some more stuff 894 # copy some more stuff
895 for name in ("default.ekj", "default_Mac.ekj", "default.e4k", "default_Mac.e4k"): 895 for name in ("default.ekj", "default_Mac.ekj"):
896 try: 896 try:
897 shutilCopy(os.path.join(sourceDir, "others", name), cfg["ericOthersDir"]) 897 shutilCopy(os.path.join(sourceDir, "others", name), cfg["ericOthersDir"])
898 except OSError: 898 except OSError:
899 print( 899 print(
900 "\nCould not install '{0}'.".format( 900 "\nCould not install '{0}'.".format(

eric ide

mercurial