python 3.7
我做了
1.安裝python在c:\python
2.安裝pip C:\python>python get-pip.py
3.安裝pyinstaller C:\python\Scripts>pip install pyinstaller
4.安裝pychatm,並在工具去設定pyinstaller
問題
1.程式似乎只認python安裝的絕對路徑?換一台電腦python也要安裝相同位置?
程式給其他台電腦執行需注意甚麼或安裝?
2.pyinstaller打包後執行檔4mb是正常嗎?
3.pychatm有甚麼需要額外設定?
4.有比pychatm好用的IDE可以推薦嗎?