2016-12-04 cvxopt

I tried the latest version of cvxopt (1.1.9) taken from Unofficial Windows Binaries for Python Extension Packages.

>>> import cvxopt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python35_x64\lib\site-packages\cvxopt\__init__.py", line 34, in <module>
    import cvxopt.base
ImportError: DLL load failed: Le module spécifié est introuvable.

Still some issues. Still don’t know exactly which DLL is missing.