Hey everyone. Is installing pyramid into a virtualenv via pip deprecated? the narrative documentation only mentions easy_install but I would like to use pip, https://pypi.python.org/pypi/pyramid seems to indicate pip would work as well though, does it matter which method I use?
jamilatta joined the channel
blaflamme joined the channel
jamilatta has quit
jamilatta joined the channel
jamilatta has quit
jamilatt_ joined the channel
jpenny
log`, As I understand things, it does not particularly matter, as long as you use only one of easy_install or pip. The easy_install recommendation was largely made because there were historic problems with pip on windows.
log`
jpenny: thanks :) I went ahead and installed via pip and everything seems to work as expected
jpenny
By the way, #pyramid is much more active, and you will get quicker responses there.
jimklo joined the channel
stevepiercy is now known as stevepiercy_away
stevepiercy_away is now known as stevepiercy
cool-RR joined the channel
cool-RR
Hi!
I'm stuck with waitress
It looks like Waitress is limiting the size of file uploads allowed on the site. Any file upload bigger than the limit (which seems to be around a few kilobytes) fails with an HTTP 504 error.
I looked for the setting for changing this but couldn't find it. Could someone help?