install-i18n.py

changeset 2992
dbdf27746da5
parent 2302
f29e9405c851
child 3036
30c81c9e88b8
child 3057
10516539f238
equal deleted inserted replaced
2991:226481ff40d1 2992:dbdf27746da5
60 print() 60 print()
61 print("Usage:") 61 print("Usage:")
62 print(" {0} [-hp]".format(progName)) 62 print(" {0} [-hp]".format(progName))
63 print("where:") 63 print("where:")
64 print(" -h display this help message") 64 print(" -h display this help message")
65 print(" -p install into the private area ({0})".format(configDir)) 65 print(" -p install into the private area ({0})".format(
66 configDir))
66 67
67 sys.exit(rcode) 68 sys.exit(rcode)
68 69
69 70
70 def installTranslations(): 71 def installTranslations():
121 try: 122 try:
122 main(sys.argv) 123 main(sys.argv)
123 except SystemExit: 124 except SystemExit:
124 raise 125 raise
125 except: 126 except:
126 print("""An internal error occured. Please report all the output of the program, 127 print(
128 """An internal error occured. Please report all the output of the program,
127 including the following traceback, to eric5-bugs@eric-ide.python-projects.org. 129 including the following traceback, to eric5-bugs@eric-ide.python-projects.org.
128 """) 130 """)
129 raise 131 raise

eric ide

mercurial