• 2024-03-19python27安装pygame
    参考:https://cloud.tencent.com/developer/article/2089701我安装的是1.9.3版本https://pypi.org/project/pygame/1.9.3/#files按照自己本地的环境下载,比如我的是python27,windows64,我安装的就是 pygame-1.9.3-cp27-cp27m-win_amd64.whl安装命令:pipinstallxxxx.whl 试
  • 2023-11-13node-gyp无python环境问题
      如上图所示,这里报错can'tfindPythonexecutable"python",这个报错其实就是没有python环境,这里安装python2.7版本即可,有人说3.0以上的python无效,我没试过。  https://www.python.org/downloads/release/python-278/    这是我的安装路径,安装完后要配置下环境
  • 2023-11-03[934] Run the python file directly (ArcGIS Pro)
    ref:TheEditwithIDLEandRunwithArcGISProoptionsarenotavailableinthecontextmenuwhenright-clickingPythonfilesDescriptionInsomeinstances,whenright-clickingPythonfiles,the'EditwithIDLE'and'RunwithArcGISPro&
  • 2023-09-21random模块os模块
    random模块os模块random模块importrandom#print(random.random())#o-1的小数0.654381741577838#print(random.uniform(1,3))#大于1小于32.1890586235082763#print(random.randint(1,10))#31-10的整数随机#print(random.randrange(0,30,2))#8偶数随机#print(random.r
  • 2023-07-28Robot Framework 自动化测试部署常见问题及处理方法(一)
    1.在Python>>Scripts中运行pythonride.py时报错现象:1Traceback(mostrecentcalllast):2File“E:\Python27\lib\site-packages\robotide\application\application.py”,line56,inOnInit3self.frame=RideFrame(self,self._controller)4File“E:\P
  • 2023-03-05python beautifulsoup 安装教程
    linux版:pipinstallbeautifulsoup4windows版:下载beautifulsoup安装包下载地址:​​​http://www.cr173.com/soft/109251.html​​​下载解压后,将文件夹放到C:/Pyth
  • 2022-12-16python27
    标准数据类型在内存中存储的数据可以有多种类型。例如,一个人的年龄可以用数字来存储,他的名字可以用字符来存储。Python定义了一些标准类型,用于存储各种类型的数据。Py
  • 2022-11-28CentOS6上python2.7安装memory_profiler报错
    由于我们需要分析python程序的内存占用问题,于是准备安装memory_profiler这个工具,但安装过程中各种报错,以下是安装报错截图和解决过程。1、安装/usr/local/python27/bin