visual c++ - Can Python 27 use twisted compiled by VC110 *not* VC90? -


our program using twisted-15.5.0-cp27-none-win32.whl https://pypi.python.org/simple/twisted/

but 2 weeks ago, don't know why package removed server.

i have compile twisted binaries source ourselves. virtual machine used (which created dynamically) don't have vc90, has vc110.

as know, python 27 compiled vc90. not sure if using python 27 call twisted dll/component compiled vc110 can work fine.

any idea?

use unofficial precompiled python packages (http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted) if don't want compile on own. downside don't work virtualenv.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -