E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
PyInstaller
APScheduler: LookupError: No trigger by the name "interval" was found
APScheduler:LookupError:Notriggerbythename“interval”wasfound环境python:2.6.6
PyInstaller
:2.1APScheduler:
kongxx
·
2016-01-12 09:00
python
每日自动下载bing背景图片做桌面之python
写个代码,每日自动下载bing首页的图片,自动做我的壁纸用到以下几个内容:1.python基础知识2.
pyinstaller
打包python成exe文件3.使用windows自带的任务计划程序一.下载,
mushme
·
2016-01-08 10:00
Python2.6.6安装
PyInstaller
Python2.6.6安装
PyInstaller
问题描述今天要在一个低版本的python环境(2.6.6)下使用
pyinstaller
打包自己的应用,但是在使用pip安装
pyinstaller
之后发现打包报错
kongxx
·
2016-01-06 15:00
python
pyinstaller
源码安装
到这里下载http://www.
pyinstaller
.org/
PyInstaller
-3.0.tar.gz#tarzxvf
PyInstaller
-3.0.tar.gz#cd
PyInstaller
-3.0
jacklin2015
·
2015-12-28 10:00
pyinstaller
Python程序用
pyinstaller
打包成exe文件
1、安装
PyInstaller
3.0(1)下载:https://pypi.python.org/pypi/
PyInstaller
/3.0,2015-10-04更新;【
PyInstaller
-3.0.tar.gz
竹聿Simon
·
2015-12-15 22:07
Python
Python学习
pyinstaller
打包django1.8
首先下载
pyinstaller
最新开发版。
coord
·
2015-12-14 11:00
django
pyinstaller
打包python
【详解】Python脚本转可执行文件
另一种是
pyinstaller
,
AKAK714
·
2015-12-09 17:51
python
26
Python脚本转可执行文件
如何打包python文件为exe程序
打包python文件为exe程序(使用
PyInstaller
)1、安装python(推荐2.7版本),并添加至环境变量中,具体可参考:http://jingyan.baidu.com/article/48206aeafdcf2a216ad6b316
han_han9
·
2015-12-07 22:10
Python
PyInstaller
3.0打包python3.4+pyqt5程序
在使用
PyInstaller
3.0之前一直在研究cx_freeze的打包,简直用抓狂来形容,不是缺少module就是其他error,晚上下载了一个
PyInstaller
3.0,下载解压后不需要运行cmd
neverGG
·
2015-12-02 22:00
python3.4
PyQt5
PyInstaller3.0
PyInstaller
3.0打包python3.4+pyqt5程序
在使用
PyInstaller
3.0之前一直在研究cx_freeze的打包,简直用抓狂来形容,不是缺少module就是其他error,晚上下载了一个
PyInstaller
3.0,下载解压后不需要运行cmd
neverGG
·
2015-12-02 22:00
python3.4
PyQt5
PyInstaller3.0
To pack your python scripts to EXE by using
PyInstaller
3.0
PyInstaller
3.0兼容Python2.7及Python3.3+,实际测试效果如下-1.安装:使用pip进行安装,pip位于python安装路径下的Scripts目录切换至该目录执行pipinstall
pyinstaller
hankhanti
·
2015-11-18 12:00
将python3.1+pyqt4打包成exe
分类: python QT 2011-02-25 11:03 3097人阅读 评论(0) 收藏 举报 将python打包成exe的程序有很多,比如py2exe、
PyInstaller
·
2015-11-13 19:29
python3
SupportedPackages –
PyInstaller
SupportedPackages –
PyInstaller
This list tracks compatibility status of third-party packages with
·
2015-11-13 19:56
Install
Python在windows下打包exe程序
cxFreeze和
pyInstaller
一、cxFreeze下打包 网上曾经有人做过教程,但是似乎是有点久远的事情,没办法运行起来,且option的keyword都改了
·
2015-11-13 16:11
windows
使用
pyinstaller
2.1将python打包并添加版本信息和图标
最近用 wxpython写了一个小的脚本,因为想要发布给没有装python和wxpython的人使用,遂决定使用
pyinstaller
2.1进行打包。
·
2015-11-11 05:12
Install
pyinstaller
用法
参考:http://pythonhosted.org/
PyInstaller
/#installing-
pyinstaller
1、下载
pyinstaller
和PyWin32 目前
pyinstaller
·
2015-11-10 22:15
Install
pyinstaller
打包python源程序访问hive
1.需求 使用hvie server一段时间后,业务部门需要自己不定时的查询业务数据,之前这一块都是他们提需求我们来做,后来发现这样重复一样的工作放在我们这边做是在没有效率,遂提出给他们工具或者web UI自助查询,当然hive有自己的hwi可以通过网页UI进行自助查询,但是这对不懂sql的业务人员有点不太友好,目前有没时间去修改hwi的UI,所以还是给他们提供查询工具吧。我这边主要使用py
·
2015-11-08 15:28
Install
打包python脚本为exe可执行文件-
pyinstaller
和cx_freeze示例
本文介绍使用cx_freeze和
pyinstaller
打包python脚本为exe文件 cx_freeze的使用实例 需要使用到的文件wxapp.py, read_file.py, setup.py
·
2015-11-06 07:31
Install
在Win8上安装
pyinstaller
打包python成为可执行文件
首先我使用的电脑系统是: Windows-8-6.2.9200 Python的版本是: 2.7.8 默认已安装python2.7且设置好了环境变量。 仅为个人记录,非教程。 首先先安装pip: 首先先找到stackoverflow提供的问题答案的方法 http://stackoverflow.com/questions/4750806/how-to-install-pip-o
·
2015-11-05 09:40
Install
下载输入python之小说下载器version2.0
nbsp; 上一版本链接:传送门 这是我用
pyinstaller
·
2015-11-02 11:09
version
使用
pyinstaller
生成exe
1.下载安装
pyinstaller
http://www.
pyinstaller
.org/ 解压到任意位置即可
·
2015-10-31 16:05
Install
Python打包成exe:屡试不爽的cxfreeze!
Python用cxfreeze打包,不用像什么
Pyinstaller
繁杂的写配置文件,一行命令足以!
·
2015-10-31 11:32
python
pyinstall 安装及配置
1.官网http://www.
pyinstaller
.org/下载pyinstall,我下载了一个
PyInstaller
2.0没用起来,哪位大神用起来了,在我下面留言哦(*^__^*),然后下载了
pyinstaller
·
2015-10-31 10:24
Install
Python打包成exe工具
目前了解的有下面几种,常用的
pyinstaller
和cx_freeze: 1.py2exe 官
·
2015-10-31 09:11
python
python程序打包成可执行程序
nbsp; python程序需要依赖本机安装的python库,若想在没有安装python的机器上运行,则需要打包分发,目前有两个比较好用的工具:
PyInstaller
·
2015-10-31 09:45
python
python3.4 尝试 py2exe
(测试环境:win8.1 32位,python3.4,pyside) py打包成exe的工具我所知道的有三种 cx-freeze , py2exe ,
pyinstaller
·
2015-10-31 08:47
python3.4
使用
PyInstaller
2将Python脚本转化为可执行文件(中-使用部分)
PyInstaller
恰满足这个需求。目前
PyInstaller
的最新版本是2.0,支持Python2.7。
·
2015-10-30 11:42
Install
解决Pyqt打包后运行报错:应用程序无法启动 因为程序的并行配置不正确
做了一个生成二维码的小程序:http://www.cnblogs.com/dcb3688/p/4241048.html 直接运行脚本没问题,用
pyinstaller
打包后再运行就直接报错了: 应用程序无法启动
·
2015-10-28 08:53
应用程序
pyinstaller
打包pyqt文件
打包pyqt文件 如何将pyqt生成exe的二进制文件呢,
pyinstaller
就是这样的工具 可以将脚本文件.py 文件转换为编辑后的二进制文件,在进行发布 下面说下,如果打包 一.
·
2015-10-28 08:50
Install
【原】关于使用jieba分词+
PyInstaller
进行打包时出现的一些问题的解决方法
在Python端进行调试的时候没有任何问题,使用
PyInstaller
打包成exe文件后,就会报错: 错误原因分析: 参考文献1中的说明,WindowsError:[Error 3]是系统找不到指定文件
·
2015-10-26 15:19
Install
pyinstaller
打包图片资源文件
背景最近空闲之余,在使用wxpython写桌面应用程序,虽然界面确实不敢恭维,但是使用python的好处还是很多的,所以网上研究了下想要将py文件转换成exe的话需要用到
pyinstaller
,当然还有其他的工具也是可以做到这个的
saii
·
2015-10-25 15:05
python
wxpython
wxpython
用
pyinstaller
把python代码打包成exe可执行文件
优点: 1.
pyinstaller
是跨平台的可以用在linux和windows系统上 2.
·
2015-10-23 08:43
Install
将python3.1+pyqt4打包成exe
将python打包成exe的程序有很多,比如py2exe、
PyInstaller
等等,但是到目前为止,它们对python3.1支持的都不好,所以这里我要介绍一下cx_freeze 4.2.2,它还能支持跨平台
·
2015-10-21 11:11
python3
使用
pyinstaller
打包python源代码,成为linux/windows下可执行文件
pyinstaller
,打包python源代码,成为linux/windows下可执行文件,多平台下载:http://www.
pyinstaller
.org/static/http://www.
pyinstaller
.org
844365389
·
2015-10-20 10:06
linux
windows
源代码
Python
使用
pyinstaller
打包python源代码,成为linux/windows下可执行文件
pyinstaller
,打包python源代码,成为linux/windows下可执行文件,多平台下载:http://www.
pyinstaller
.org/static/http://www.
pyinstaller
.org
844365389
·
2015-10-20 10:06
windows
linux
python
源代码
执行文件
使用
pyinstaller
打包python源代码,成为linux/windows下可执行文件
pyinstaller
,打包python源代码,成为linux/windows下可执行文件,多平台下载:http://www.
pyinstaller
.org/static/http://www.
pyinstaller
.org
844365389
·
2015-10-20 10:06
windows
linux
python
源代码
执行文件
pyinstaller
生成单一的EXE文件之后获取当前目录的方法
使用如下命令查看当前文件目录print__file__printos.path.realpath(__file__)print'usingsys.executable:',repr(os.path.dirname(os.path.realpath(sys.executable)))print'usingsys.argv[0]:',repr(os.path.dirname(os.path.realp
fengda2870
·
2015-09-29 14:01
python
pyinstaller
生成单一的EXE文件之后获取当前目录的方法
使用如下命令查看当前文件目录print__file__ printos.path.realpath(__file__) print'usingsys.executable:',repr(os.path.dirname(os.path.realpath(sys.executable))) print'usingsys.argv[0]:',repr(os.path.dirname(os.path.re
fengda2870
·
2015-09-29 14:00
python
Python 生成EXE文件
使用PIP安装
pyinstaller
1.下载PIPhttps://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py2.pythonget-pip.py
fengda2870
·
2015-09-22 17:44
python
Python 生成EXE文件
使用PIP安装
pyinstaller
1.下载PIPhttps://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py2.pythonget-pip.py
fengda2870
·
2015-09-22 17:00
python
Windows下
PyInstaller
的使用教程
本博客与RayXXZhang的博客保持同步更新,转载请注明来自RayXXZhang的博客-Windows下
PyInstaller
的使用教程直接使用Python开发的软件时有许多不方便的地方,如需要安装特定的
hurray123
·
2015-09-17 14:08
教程
python
【转载】用cx_Freeze把Python代码打包成单个独立的exe可执行文件
链接:用cx_Freeze把Python代码打包成单个独立的exe可执行文件【记录】用cx_Freeze把Python代码打包成单个独立的exe可执行文件背景之前已经折腾过:【记录】用
PyInstaller
mengyoufengyu
·
2015-08-20 22:09
python
【转载】用
PyInstaller
把Python代码打包成单个独立的exe可执行文件
链接:用
PyInstaller
把Python代码打包成单个独立的exe可执行文件【记录】用
PyInstaller
把Python代码打包成单个独立的exe可执行文件之前就想要把自己的BlogsToWordpress
mengyoufengyu
·
2015-08-20 22:44
python
Python笔记
pyinstaller
.py-FBlogsToWordpress\BlogsToWordpress.py2、控制流语句包含if...else...
daiyinger
·
2015-08-19 14:00
python
PythonInstaller2.1打包单个exe遇到的问题,留个记录
用
pyinstaller
打包遇到一个路径的问题,比如程序要defget_resource_path(rsfile):returnos.path.join(getattr(sys,'_MEIPASS',os.path.abspath
deadxing
·
2015-08-10 22:52
python
将python3.1+pyqt4打包成exe
将python打包成exe的程序有很多,比如py2exe、
PyInstaller
等等,但是到目前为止,它们对python3.1支持的都不好,所以这里我要介绍一下cx_freeze4.2.2,它还能支持跨平台
cdnight
·
2015-08-04 07:00
linux(ubuntu)下编译安装cx_Freeze失败解决方法
先是想用
pyinstaller
,发现打包出来运行不了,应该是它在处理import时出了问题。于是考虑用cxfreeze代替,结果在安装的时候就报错了,后来找到了解决办法。
·
2015-07-23 02:00
linux
python
Freeze
pyinstaller
将ico图标等资源打包到exe中的方法
将ico图标等资源打包到exe中的方法代码图标获取地址改为一下方法ico文件夹和createBankCard.pyw文件平级icopath=self.resource_path(r'ico/bank.ico')ifos.path.exists(icopath):self.master.iconbitmap(icopath)#修正ico图标路径defresource_path(self,relati
五月七日茴香
·
2015-07-21 17:33
python (2):python打包成可执行文件app
1,mac程序打包成app有两个方案一个
pyinstaller
已经测试过了。没有打包成功。py2app可以成功打包。
freewebsys
·
2015-06-30 17:00
python
py2app
python打包exe文件单文件
安装支持库setuptoolspywin32安装主程序http://www.
pyinstaller
.org/下载程序解压cd
PyInstaller
-2.1pythonsetup.pyinstall配置python
pyinstaller
.py
PyInstaller
Just_Finy
·
2015-06-16 09:00
上一页
78
79
80
81
82
83
84
85
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他