你是不是读书读傻了

FRA 环境匹配

python 2.7

gephi 0.8.2


setup.py install build --compiler=mingw32


pypi上下载python包:


1. ahocorasick

    https://pypi.python.org/pypi/pyahocorasick/

    -pip install pyahocorasick

2. Tkinter

    just import Tkinter in 2.7

    Do not need to install actually

3. tkFileDialog

    just import tkFileDialog in 2.7

    Do not need to install actually


4. About the setup.py install build --compiler = mingw32

    Install the C++ environement for python.

    1. Install the MingW on Windows

    https://cython.readthedocs.io/en/latest/src/tutorial/appendix.html

    2. Introduce the MingW:

    https://www.mingw.org/wiki/Getting_Started

    3.  Download MingW in GUI

    https://sourceforge.net/projects/mingw/files/latest/download

    4.Instruction:

    https://pypi.python.org/pypi/STEPS



评论