184 loc = None |
184 loc = None |
185 return loc |
185 return loc |
186 |
186 |
187 |
187 |
188 def simpleAppStartup(argv, appinfo, mwFactory, quitOnLastWindowClosed=True, |
188 def simpleAppStartup(argv, appinfo, mwFactory, quitOnLastWindowClosed=True, |
189 app=None, raiseIt=True, installErrorHandler=False): |
189 app=None, raiseIt=True, installErrorHandler=False): |
190 """ |
190 """ |
191 Module function to start up an application that doesn't need a specialized |
191 Module function to start up an application that doesn't need a specialized |
192 start up. |
192 start up. |
193 |
193 |
194 This function is used by all of eric5's helper programs. |
194 This function is used by all of eric5's helper programs. |