Explorar o código

Adding documentation for running the installed application in the Command Prompt

Cody Scott %!s(int64=8) %!d(string=hai) anos
pai
achega
3f578d8c0a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      doc/installers.rst

+ 6 - 0
doc/installers.rst

@@ -38,6 +38,12 @@ You can override this by setting :func:`sys.excepthook`.
 
 This is only provided if you specify your application using ``entry_point``.
 
+You can also debug an installed application by using the installed Python to
+launch the application. This will show tracebacks in the Command Prompt.
+In the installation directory run::
+
+       C:\\Program Files\\Application>Python\\python.exe "Application.launch.pyw"
+
 Working directory
 -----------------