passenger-python-flask-demo icon indicating copy to clipboard operation
passenger-python-flask-demo copied to clipboard

Passenger: Flask example app

Results 2 passenger-python-flask-demo issues
Sort by recently updated
recently updated
newest added

/usr/share/passenger/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import sys, os, re, imp, threading, signal, traceback, socket, select, struct, logging,...

## Issue report **Question 1: What is the problem?**: I want to install `Nginx` and `Passenger` on Ubuntu 16.04 to run python apps e.g. using `Flask` and I run into...