#1025: rpdb2 warnings
--------------------+------------------------------------------------
Reporter:  skaplun  |      Owner:
    Type:  defect   |     Status:  new
Priority:  minor    |  Component:  *installation*
 Version:           |   Keywords:  rpdb2 warning CFG_DEVEL_SITE debug
--------------------+------------------------------------------------
 Currently, if one enable {{{CFG_DEVEL_SITE}}} but doesn't have ''rpdb2''
 package installed, a set of warnings are printed on the screen per every
 invenio executable call:
 {{{

 Traceback (most recent call last):
   File "/usr/lib64/python2.6/site-packages/invenio/remote_debugger.py",
 line 94, in <module>
     globals()[name] = __import__(path, globals(), locals(),
 path.split('.'))
 ImportError: No module named pydev.pydevd_file_utils
 Error in remote_debugger, import of the pydev.pydevd_file_utils
 failedTraceback (most recent call last):
   File "/usr/lib64/python2.6/site-packages/invenio/remote_debugger.py",
 line 94, in <module>
     globals()[name] = __import__(path, globals(), locals(),
 path.split('.'))
 ImportError: No module named pydev.pydevd
 Error in remote_debugger, import of the pydev.pydevd failedTraceback (most
 recent call last):
   File "/usr/lib64/python2.6/site-packages/invenio/remote_debugger.py",
 line 96, in <module>
     globals()[name] = __import__(path)
 ImportError: No module named rpdb2
 }}}

 On the other hand the ''rpdb2'' is optional hence these warnings should
 either not appear or at least prettified.

-- 
Ticket URL: <http://invenio-software.org/ticket/1025>
Invenio <http://invenio-software.org>

Reply via email to