> Hello, > > just had a painful deployment on CentOS 6. My project is using py2.7. > Virtualenv couldn't help a bit. > > So I thought, is it possible to have uWSGI compiled with static link to > libpython2.7? So I can copy paste and run my project without any system > dependencies. > _______________________________________________ >
Yes, this is the default behaviour on Heroku (as an example). Check the uwsgiplugin.py script in the plugin/python directory -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
