1. 首页
  2. 数据库
  3. 其它
  4. 使用cx_freeze把python打包exe示例

使用cx_freeze把python打包exe示例

上传者: 2020-12-30 19:35:46上传 PDF文件 39.94KB 热度 24次
需要使用到的文件wxapp.py, read_file.py, setup.py 复制代码 代码如下:#!/usr/bin/env python# -*- coding: utf-8 -*-#file: wxapp.py import wximport osimport sysimport read_file class Frame(wx.Frame): def __init__(self): wx.Frame.__init__(self, parent=None, title=’Hello from cx_Freeze’) panel = wx.Panel(
下载地址
用户评论