[問題] Python distutils

看板Python作者 (海上生明月)時間14年前 (2011/03/04 12:42), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/1
小弟目前在寫 python extension 遇到一個小小的問題 當我輸入 python setup.py install 它會使用系統預設的 compiler which is gcc, 假設我想要改變它底下所使用的 compiler 應該要怎麼做呢? 謝謝! :) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 160.39.214.160

03/04 13:03, , 1F
setup.py install build --compiler=mingw32
03/04 13:03, 1F

03/04 14:36, , 2F
thanks
03/04 14:36, 2F
文章代碼(AID): #1DS6sip6 (Python)
文章代碼(AID): #1DS6sip6 (Python)