Hello,
 i wanted to check what python modules installed on the system. So i ran:

[root@server ~]# python
Python 2.6.6 (r266:84292, Feb 21 2013, 19:26:11)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help('modules')

Please wait a moment while I gather a list of all available modules...

/usr/lib64/python2.6/site-packages/matplotlib/numerix/__init__.py:18:
DeprecationWarning:
**********************************************************
matplotlib.numerix and all its subpackages are deprecated.
They will be removed soon.  Please use numpy instead.
**********************************************************

  warnings.warn(msg, DeprecationWarning)
/usr/lib64/python2.6/site-packages/scipy/linsolve/__init__.py:4:
DeprecationWarning: scipy.linsolve has moved to scipy.sparse.linalg.dsolve
  warn('scipy.linsolve has moved to scipy.sparse.linalg.dsolve',
DeprecationWarning)
 * Detected Session: unknown
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image
format
 * Launching Settings Manager
Loading icons...
BaseHTTPServer      array               htmlentitydefs      resource
.... < list of installed modules>

the odd part - Compiz got restarted .

I'm not sure why...

Is this an expected behaviour ?

Thank you
AZ

Reply via email to