py2exe
Icon overlay issue with Python
I found some examples and topics on this forum about the way to implement an icon overlay handler with Python 2.7 & the win32com package but it does not work for me and I don\'t understand why.[详细]
2023-02-06 19:58 分类:问答py2exe and sqlalchemy-migrate
I\'m using python 2.6, sqlalchemy 0.6 for a tiny desktop application. Also i\'m using py2exe and sqlalchemy-migrate and i\'m trying to integrate migrate inside the exe. In this way when the user start[详细]
2023-02-05 09:03 分类:问答Python 64 bit DLL COM Server Registration Problem on 64 bit Windows 7
I am trying to create a simple COM server using Python 2.7 on 64 bit Windows 7, but I can\'t get the DLL registered successfully. I am able to do this successfully using Python 2.6 on 32 bit Windows X[详细]
2023-02-03 11:18 分类:问答Is it possible to build exe on Vista and deploy on XP using py2exe
I have created some program using python on Windows Vista. But I want to deploy it on Windows XP. Is it necessary to make new build on windows XP? Or there is possibility to make build that will work[详细]
2023-02-03 00:13 分类:问答Using PySide's QtWebKit under Windows with py2exe
I\'m making an application in Python using PySide and Qt, and I need to open a webpage, so I used QtWebKit\'s QWebView.[详细]
2023-02-02 21:38 分类:问答Python GUI(tkinter; pygtk+glade), py2exe
I\'m new with python programming and GUI. I search on internet about GUI programming and see that there are a lot of ways to do this. I see that easiest way for GUI in python might be tkinter(which is[详细]
2023-01-30 18:30 分类:问答Displaying images in a py2exe'd PyGTK program
I have written a GUI app in Python using PyGTK and want to distribute it as an executable, for which I\'m using py2exe. When I run my program, I get the following warning[详细]
2023-01-30 04:47 分类:问答raw_input causing EOFError after creating exe with py2exe
After creating an exe from a script with py2exe raw_input() is causing an EOFError. How can I avoid this?[详细]
2023-01-26 19:29 分类:问答Access to Windows computer to use py2exe
For many years, I have been distributing my Python application using py2exe and py2app.I no longer have access to a windows computer, and I am now looking for network access to a windows computer sole[详细]
2023-01-26 09:19 分类:问答Use file like objects for Tk().iconbitmap()
I am writing a program using Tkinter that is to be 开发者_运维问答eventually compiled into an exe using py2exe. I want to include an icon with it for use on the windows. It will be the same one as I h[详细]
2023-01-26 04:18 分类:问答