[フレーム]
Last Updated: February 25, 2016
·
966
· rendykstan

A check for installed Python library

python -c 'import gevent'

If gevent is installed print nothing else

Traceback (most recent call last):
 File "<string>", line 1, in <module>
ImportError: No module named gevent

AltStyle によって変換されたページ (->オリジナル) /