-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux版编译问题 #3
Comments
不应出现此现象,检查是否忘记安装 python-devel 库. |
已经装了,我用的是ubuntu 16.04,已经装了python-dev。 |
执行python3 setup.py build后 |
|
build/lib.linux-x86_64-3.5/PyCTP.cpython-35m-x86_64-linux-gnu.so 这是编译后的文件,直接放到项目根目录 |
我已经照做了,可是如何让其自动生成pyd文件呢?
|
在linux平台使用类似 PyCTP.cpython-35m-x86_64-linux-gnu.so 这样的文件(不可改文件名),把这个文件放到 test_PyCTP.py所在目录即可. |
移过去后要如何使用呢?因为仅仅就移过去,import PyCTP依然会报这个错呀 |
需要将 v6.3.6_20160606_api_tradeapi_linux64 目录中的 |
用linux版本时,编译后不能自动生成pyctp文件,该如何解决
The text was updated successfully, but these errors were encountered: