4033:46084f695e10 | 4035:c38be891d0ab |
---|---|
69 "Eric6 TR Previewer", | 69 "Eric6 TR Previewer", |
70 "file", | 70 "file", |
71 "TR file previewer", | 71 "TR file previewer", |
72 options) | 72 options) |
73 | 73 |
74 # set the library paths for plugins | |
75 Startup.setLibraryPaths() | |
76 | |
74 app = E5Application(sys.argv) | 77 app = E5Application(sys.argv) |
75 client = TRSingleApplicationClient() | 78 client = TRSingleApplicationClient() |
76 res = client.connect() | 79 res = client.connect() |
77 if res > 0: | 80 if res > 0: |
78 if len(sys.argv) > 1: | 81 if len(sys.argv) > 1: |