i managed to get deployment working of Django using pip but its not working with Gunicorn :
showing me this error : http://pastebin.com/s8g3WSBi thanks. On Sat, Apr 16, 2016 at 9:45 AM, Aioi Yuuko <yu...@cock.li> wrote: > Hi Jay, > > The designated way of doing things is to install the package if it fits > your needs in terms of versioning, whereas if you need something newer than > what the OpenBSD packages offer, you install them via pip. Also keep in > mind that since you're on the previous release, you may be missing out on a > newer version in packages until you upgrade to 5.9. > > -yuuko > > On 04/15/16 20:29, Jay Patel wrote: > >> Hi all, >> >> Greetings! is it better to install Django and gunicorn using pip or via >> Pkg_add only like py-django ? >> >> because i am having some trouble with gunicorn installed via pip. >> >> I am using 5.8 amd64 bit . >> >> Regards, >> >> Jay