openalea.vpltk.check package

Submodules

openalea.vpltk.check.ipython module

openalea.vpltk.check.ipython.has_deprecated_ipython()[source]

Check if User can has IPython 1.0dev deprecated.

Returns:True if user can use IPython. Else False.
openalea.vpltk.check.ipython.has_ipython()[source]

Check if User can use IPython shell embeded in OpenAlea.

Check only IPython without is dependencies(zmq, pygments)

Returns:True if user can use IPython. Else False.
openalea.vpltk.check.ipython.has_ipython_config()[source]

Check if User can has IPython 1.0dev not deprecated.

Returns:True if user can use IPython. Else False.
openalea.vpltk.check.ipython.has_new_ipython()[source]

Check if User can has IPython 1.0dev not deprecated.

Returns:True if user can use IPython. Else False.

openalea.vpltk.check.ipython_deps module

openalea.vpltk.check.ipython_deps.has_full_deps()[source]

Check if User can use IPython shell embeded in OpenAlea.

Check zmq, pygments

Returns:True if user has zmq and pygments. Else False.
openalea.vpltk.check.ipython_deps.has_pygments()[source]

Check if User can import Pygments

Returns:True if user can use Pygments. Else False.
openalea.vpltk.check.ipython_deps.has_zmq()[source]

Check if User can import Python ZeroMQ

Returns:True if user can use Python ZeroMQ. Else False.

openalea.vpltk.check.qt module

openalea.vpltk.check.qt.has_pyqt4()[source]

Check if User can import PyQt4

Returns:True if user can use PyQt4. Else False.

Module contents