Pyqt4+Eric6+python2.7.13(windows)

1、PyQt4

下载地址:https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10/,我选了32位的

安装时候:一路next,只要注意是否安装程序自动找到正确python路径,即可

2、Eric6

下载地址:http://eric-ide.python-projects.org/eric-download.html

下载后,解压出来,执行python install.py 或 双击即可

注意:有多个python版本时,选择你要使用的python版本来执行 eric 的install.py文件

这是安装注册成功的截图:

原来提示QScintilla版本太久,安装失败了。

重新下载一个更新的PyQt4应该就可以解决吧。

下载地址:https://sourceforge.net/projects/pyqt/?source=typ_redirect

终于eric6安装成功了。

总结:

Eric6的启动,去python安装目录下的scripts下,双击eric6.bat即可启动。

Eric6,安装后,也需要首次配置,但是貌似没什么好配置的,界面也是全中文的。

时间: 2024-10-13 19:14:25

Pyqt4+Eric6+python2.7.13(windows)的相关文章

交叉编译Python-2.7.13到ARM(aarch32)—— 支持sqlite3

作者:彭东林 邮箱:[email protected] QQ: 405728433 环境 主机: ubuntu14.04 64bit 开发板: qemu + vexpress-a9 (参考: http://www.cnblogs.com/pengdonglin137/p/6442583.html) 工具链: arm-none-linux-gnueabi-gcc  (gcc version 4.8.3 20140320) Python版本: Python-2.7.13 概述 前面一篇博文(交叉编译

CentOS 6.8安装Python2.7.13

查看当前系统中的 Python 版本 python --version 返回 Python 2.6.6 为正常. 检查 CentOS 版本 cat /etc/redhat-release 返回 CentOS release 6.8 (Final) 为正常. 安装所有的开发工具包 yum groupinstall -y "Development tools" 安装其它的必需包 yum install -y zlib-devel bzip2-devel openssl-devel ncur

python2.7.13环境搭建

查看当前系统中的 Python 版本,可以看到实验室的这台服务器已经安装了 Python 2.6.6 python --version 检查 CentOS 版本,我们可以看到这台服务器的 CentOS的版本是 CentOS release 6.8 cat /etc/redhat-release 为了避免后续安装出错,我们先来安装开发工具包 先安装 Development Tools yum groupinstall -y "Development tools" 然后安装其它的工具包 y

CentOS 6.9安装Python2.7.13

查看当前系统中的 Python 版本 python --version 返回 Python 2.6.6 为正常. 检查 CentOS 版本 cat /etc/redhat-release 返回 CentOS release 6.9 (Final) 为正常. 安装所有的开发工具包 yum groupinstall -y "Development tools" 安装其它的必需包 yum install -y zlib-devel bzip2-devel openssl-devel ncur

centos6.8搭建python2.7.13开发环境

操作系统版本:CentOS release 6.8openssl版本:OpenSSL 1.0.1e-fipspython版本:python2.7.13 第一步.安装python2.7.13.tgz [[email protected] home]wget https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgz[[email protected] home]yum install -y openssl openssl-devel[[em

Python2.7在Windows下CMD编码为65001/utf-8时print报错[Errno 0]/[Errno 2]

使用python2.7处理unicode的字符串,环境变量已设置PYTHONIOENCODING为utf-8,cmd编码为utf-8时print unicode字符串会报错[Errno 0]或[Errno 2] #coding:utf-8 import os os.system("chcp 65001") a = u"你好こんにちは" print a 此时会报错,如果字符串只含ASCII字符就不会报错,如果cmd用其他编码则可能输出乱码但不会报错 经查这是windo

python2.7.13标准库文件目录操作与文件操作

标准库的中文参考文档: http://python.usyiyi.cn/translate/python_278/library/index.html 官方标准库文档:https://docs.python.org/2/ 该文参考的链接:http://www.cnblogs.com/zhangfei/archive/2013/06/02/3114354.html http://blog.csdn.net/chun_1959/article/details/45071861 http://www.

置换python2.7.13的opcode遇到的一些坑

主要有两个坑 1.XXXSLICE相关的opcode #define SLICE #define SLICE_1 #define SLICE_2 #define SLICE_3 #define STORE_SLICE #define STORE_SLICE_1 #define STORE_SLICE_2 #define STORE_SLICE_3 #define DELETE_SLICE #define DELETE_SLICE_1 #define DELETE_SLICE_2 #define

centos6.8+nginx+python2.7.13配置seafile私有云盘

本文为搭建过程中随笔随记,仅供参考. 本人也是初识linux系统的新手,很多搭建过程中,也是学习的过程,边搭建边搜索相关的资料. 部署Seafile服务器(使用MySQL) 安装配置MySQL,具体过程不再描述. 研究Seafile服务器手册,地址: 1 https://manual-cn.seafile.com 阅读研究相应的文档,依据步骤一步步搭建. 前几步基本上没有问题,启动时出现问题 启动Seafile服务器和Seahub网站 启动 Seafile: 1 ./seafile.sh sta