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
cx_freeze
instructions for installing some python's pkgs on ubuntu
cx_freeze
if no ssl install
mathgl
·
2011-07-23 00:00
Install
用
cx_Freeze
把python打包成exe可执行文件
cx_Freeze
是一种,py2exe也可以,还有一个pyinstaller。我用的是
cx_Freeze
,而py2exe因为sf实在太慢连不上。所以没办法。只好先用可以下载的。
amibaren
·
2011-07-12 01:00
python
Google
exe
import
wxPython
跨平台
cx_freeze
用法
用法:第一步:在源代码目录新建任一文件(我这里为setup.py)内容如下,main.py为启动文件:fromcx_Freezeimportsetup,Executablesetup(name="hello",version="0.1",descrīption="thetypical'Hello,world!'scrīpt",executables=[Executable("main.py")])
pep525
·
2011-05-25 16:33
python
职场
休闲
cx_freeze
Python32使用cxFreeze打包
首先编写一个setup.py: import sys from
cx_Freeze
import setup, Executable base = Noneif sys.platform
·
2011-04-26 11:00
python3
为
cx_Freeze
打包后的EXE加上ICON图标
import sys from
cx_Freeze
import setup, Executable base = None if sys.platform == "win32"
lzj520
·
2011-04-13 18:00
icon
pyqt+sqlite程序发布后,提示“driver not loaded”
当我使用
cx_Freeze
将其打包后,在运行相应的exe时,出现问题,老是提示"sqlitedrivernotloaded"的错误,看来是没有找到sqlite对应的驱动。
vah101
·
2011-02-25 11:00
数据库
工作
sqlite
Google
qt
plugins
cx_Freeze
打包python时,出现UnicodeDecodeError: 'utf8′.... 问题的解决
我安装了一个cx_Freeze4.2.2在,使用其对一个py文件打包的过程中,会报UnicodeDecodeError:'utf8'codeccan'tdecodebyte0xc5inposition1602:invalidcontinuationbyte的错误。在网上搜了一些文章,都说是因为脚本文件中含有中文字符,必须把中文去掉,才能避免这个错误。 还有人提到了一种解决方案,即在setup.py
vah101
·
2011-02-25 11:00
python
脚本
Build
import
byte
Codec
将python3.1+pyqt4打包成exe
cx_freeze
的下载网址为http://sourceforge.net/projects/cx-freeze/files/,要根据已安装的python
vah101
·
2011-02-25 11:00
python
脚本
exe
import
跨平台
Codec
Python脚本打包为exe文件
一、Python3.1的打包办法1、下载
cx_Freeze
。http://sourceforge.net/projects/c
sinojelly
·
2010-02-23 23:05
python
脚本
打包
文件
exe
Python脚本打包为exe文件
一、Python3.1的打包办法1、下载
cx_Freeze
。http://sourceforge.net/projects/c
sinojelly
·
2010-02-23 23:05
python
脚本
打包
文件
exe
用
cx_Freeze
把python打包成exe可执行文件
以前从来没有试过把Python打包,昨天试了试,发现打包也是一件挺容易的事情.Python打包有很多种选择.
cx_Freeze
是一种,py2exe也可以,还有一个pyinstaller.我用的是
cx_Freeze
netmouse
·
2009-11-20 09:00
python
打包
执行文件
用
cx_Freeze
把python打包成exe可执行文件
以前从来没有试过把Python打包,昨天试了试,发现打包也是一件挺容易的事情.Python打包有很多种选择.
cx_Freeze
是一种, py2exe也可以,还有一个pyinstaller.我用的是
cx_Freeze
shake863
·
2008-06-10 14:00
python
Google
bash
wxPython
打包python脚本为可执行文件的工具
windowspy2exe(http://starship.python.net/crew/theller/py2exe/)windows+linux:
cx_Freeze
(http://starship.python.net
redguardtoo
·
2005-07-04 09:00
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他