<div dir="ltr"><div><b>Hi list</b></div><div><br></div><div><b>I Install pywps 3.2.2, but I have the following problem:<br></b></div><div><br></div><div>pablo@pablo-Satellite-L845:~$ wps.py "service=wps&request=getcapabilities"</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/bin/wps.py", line 5, in <module></div><div>    pkg_resources.run_script('pywps==3.2.3', 'wps.py')</div><div>  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script</div><div>    self.require(requires)[0].run_script(script_name, ns)</div><div>  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script</div><div>    execfile(script_filename, namespace, namespace)</div><div>  File "/usr/local/lib/python2.7/dist-packages/pywps-3.2.3-py2.7.egg/EGG-INFO/scripts/wps.py", line 86, in <module></div><div>    wps = pywps.Pywps(method)</div><div>  File "/usr/local/lib/python2.7/dist-packages/pywps-3.2.3-py2.7.egg/pywps/__init__.py", line 183, in __init__</div><div>    self.setLogFile()</div><div>  File "/usr/local/lib/python2.7/dist-packages/pywps-3.2.3-py2.7.egg/pywps/__init__.py", line 256, in setLogFile</div><div>    logLevel = eval("LOGGER."+config.getConfigValue("server","logLevel").upper())</div><div>  File "<string>", line 1, in <module></div><div>AttributeError: 'Logger' object has no attribute 'INFO'</div><div><br></div><div><b>Try to look inside the object and the attributes INFO, ERROR, etc exists:<br></b></div><div><br></div><div><div>pablo@pablo-Satellite-L845:~$ python</div><div>Python 2.7.6 (default, Jun 22 2015, 17:58:13) </div><div>[GCC 4.8.2] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import logging</div><div>>>> LOGGER = logging.getLogger(__name__)</div><div>>>> dir(LOGGER)</div><div>['__class__', '__delattr__', '__dict__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_log', 'addFilter', 'addHandler', 'callHandlers', 'critical', 'debug', 'disabled', 'error', 'exception', 'fatal', 'filter', 'filters', 'findCaller', 'getChild', 'getEffectiveLevel', 'handle', 'handlers', 'info', 'isEnabledFor', 'level', 'log', 'makeRecord', 'manager', 'name', 'parent', 'propagate', 'removeFilter', 'removeHandler', 'root', 'setLevel', 'warn', 'warning']</div></div><div><br></div><div>Thanks ins advanced</div><div>Pablo</div><div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><b><font color="#3366ff"><i>Pablo J. Zader</i></font></b></div><div><b><font color="#3366ff"><i>Lic. en Cs. de la Computación</i></font></b></div><div><i style="color:rgb(51,102,255);font-size:12.8px"><b><a href="mailto:pablo.zader@gmail.com" target="_blank">pablo.zader@gmail.com</a></b></i><br></div><div><b><i><font size="1"><br></font></i></b></div><div><b><i><font size="1">"Los Grandes Hombres hablan sobre ideas...<br> Los Hombres Promedio hablan sobre cosas...<br> Los Hombres Pequeños hablan.. de otros Hombres.<br><br></font></i></b><div><b><i><font size="1">del libro Matemática estas ahi? A. Paenza "</font></i></b></div></div></div></div></div></div>
</div>