search for: repoze

Displaying 5 results from an estimated 5 matches for "repoze".

Did you mean: repoz
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
...r) File '/usr/lib/python2.6/site-packages/tg/configuration.py', line 655 in wrapper return app(environ, start_response) File '/usr/lib/python2.6/site-packages/tg/configuration.py', line 555 in remover return app(environ, start_response) File '/usr/lib/python2.6/site-packages/repoze/tm/__init__.py', line 19 in __call__ result = self.application(environ, save_status_and_headers) File '/usr/lib/python2.6/site-packages/tw/core/middleware.py', line 43 in __call__ return self.wsgi_app(environ, start_response) File '/usr/lib/python2.6/site-packages/tw/core/middle...
2006 Feb 03
2
rgl install problem on Solaris 10 X86
Hi, Could you help me to install the rgl package on Solaris 10 x86? I tried and got the following error messages. When I compiled my R as 64bit, I used the SUN ProW compilers. However, gcc seems to being used below as well as missing some information. Thank you in advance, Dongseok > install.packages("rgl") --- Please select a CRAN mirror for use in this session --- *
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
Hello, I tried to compile v2.3.1 on Solaris x86 with SUN Pro compilers. I had an error while stats libarary was being compiled and I notice that "-xtarget=generic64" was not passed to f95 while cc used it. Could you tell me how to fix this problem? f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sgram.f -o sgram.o f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...tion, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +"""Sample controller module""" + +# turbogears imports +from tg import expose +#from tg import redirect, validate, flash + +# third party imports +#from pylons.i18n import ugettext as _ +#from repoze.what import predicates + +# project specific imports +from ovirtserver.lib.base import BaseController +#from ovirtserver.model import DBSession, metadata + + +class SampleController(BaseController): + + @expose('ovirtserver.templates.index') + def index(self): + return dict(pag...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...tion, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -"""Sample controller module""" - -# turbogears imports -from tg import expose -#from tg import redirect, validate, flash - -# third party imports -#from pylons.i18n import ugettext as _ -#from repoze.what import predicates - -# project specific imports -from ovirtserver.lib.base import BaseController -#from ovirtserver.model import DBSession, metadata - - -class SampleController(BaseController): - - @expose('ovirtserver.templates.index') - def index(self): - return dict(pag...