AFAIK errors with importing site usually means that python version in virtualenv is different then the one uWSGI is linking to. Double check if there is no difference there - run python --version in venv and check uWSGI startup messages, it will print use python version.
2013/9/11 Oscar A. Mata T. <[email protected]> > Hi, > > I did installed a proxmox based server with nginx, uwsgi installed using > pip 1.4.1 and virtualenv + virtualenvwrapper installed from apt > repositoryes on Ubuntu Server 12.04 LTS. > > So I have a Web2py based project that I have configured into a virtualenv, > then when I try to configure an uwsgi in file with this app it returns an > error saying: "error: import site" and the app just doesn start. I used pip > to install uwsgi, so it compiled with the only available python version: > (2.7.3) > > Some one knows how I can fix this issue? I already did a search in a lot > of sites, Googl and IRC chat without success. > > Best regards, > > -- > Oscar A. Mata T. > Director de TI > Maximum Labs > Representaciones Metamax C.A. > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
