search for: relative_to

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

2011 Jan 23
1
Trouble installing SWAT on a Samba 4 Alpha 13 build on Ubuntu Server
...6/paste/script/command.py", line 123, in invoke exit_code = runner.run(args) File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 218, in run result = self.command() File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line 276, in command relative_to=base, global_conf=vars) File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line 313, in loadapp **kw) File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 204, in loadapp return loadobj(APP, uri, name=name, **kw) File "/usr/lib/pymodules/...
2011 Jan 24
4
Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
...gs) >> File "/usr/lib/pymodules/python2.6/paste/script/command.py", line >> 218, in >> run >> result = self.command() >> File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >> 276, in >> command >> relative_to=base, global_conf=vars) >> File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >> 313, in >> loadapp >> **kw) >> File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line >> 204, in >> loadapp >>...
2011 Jan 24
1
Trouble installing SWAT on a Samba 4 Alpha 13 buildonUbuntu Server
...run >>>> >> result = self.command() >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >>>> 276, in >>>> >> command >>>> >> relative_to=base, global_conf=vars) >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >>>> 313, in >>>> >> loadapp >>>> >> **kw) >>>> >>...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...; + + def setUp(self): + """Method called by nose before running each test""" + # Loading the application: + conf_dir = config.here + wsgiapp = loadapp('config:test.ini#%s' % self.application_under_test, + relative_to=conf_dir) + self.app = TestApp(wsgiapp) + # Setting it up: + test_file = path.join(conf_dir, 'test.ini') + cmd = SetupCommand('setup-app') + cmd.run([test_file]) + + def tearDown(self): + """Method called by nose after runn...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...; - - def setUp(self): - """Method called by nose before running each test""" - # Loading the application: - conf_dir = config.here - wsgiapp = loadapp('config:test.ini#%s' % self.application_under_test, - relative_to=conf_dir) - self.app = TestApp(wsgiapp) - # Setting it up: - test_file = path.join(conf_dir, 'test.ini') - cmd = SetupCommand('setup-app') - cmd.run([test_file]) - - def tearDown(self): - """Method called by nose after runn...