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可以推荐吗?