diff -r ba16d97a8632 -r 9ea5f8ba8e71 virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Mon Jun 06 11:54:28 2011 +0200 +++ b/virtualenv/web/res/res_create_env.py Mon Jun 06 18:31:47 2011 +0200 @@ -1,5 +1,5 @@ from lib_create_env import (lib_generate_install_methods, install_pylucene, - install_psycopg2, install_libyaml) + install_psycopg2, install_pystemmer, install_libyaml) import platform @@ -11,6 +11,7 @@ ('PSYCOPG2',install_psycopg2,None,None), ('PYLUCENE','easy_install',None,None), ('PYYAML','easy_install',None,None), + ('PYSTEMMER',install_pystemmer,None,None), ] else: INSTALLS = [