Hi,

i've found buildconf botch when appending values to an empty 
embedded_plugins:

foo.ini:
[uwsgi]
...
embedded_plugins =

myconf.ini:
[uwsgi]
inherit = foo
embedded_plugins = +,python

Traceback (most recent call last):
   File "uwsgiconfig.py", line 524, in <module>
     build_uwsgi(uConf(bconf))
   File "uwsgiconfig.py", line 107, in build_uwsgi
     import uwsgiplugin as up
ImportError: No module named uwsgiplugin

A workaround is to simply override embedded_plugins:

embedded_plugins = python

thanks,
riccardo
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to