You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve spent quite a bit of time today to get rid of the .ini file with Pyramid and the biggest problem turned out to be configuring waitress to work with pserve egg:my_pkg.
I did know about paste.server_runner but the missing piece was waitress:serve_paste that works with it. It would be nice if people after me could find that information in the documentation. :)
For people coming from Google, the solution is passing
I’ve spent quite a bit of time today to get rid of the
.ini
file with Pyramid and the biggest problem turned out to be configuring waitress to work withpserve egg:my_pkg
.I did know about
paste.server_runner
but the missing piece waswaitress:serve_paste
that works with it. It would be nice if people after me could find that information in the documentation. :)For people coming from Google, the solution is passing
into
entry_points
of your setup.py.The text was updated successfully, but these errors were encountered: