py2exe
Lookup Error after packaging python script with py2exe
I have written a python script which binds to a socket like this: from socket import * addr = (unicode(), 11111)[详细]
2023-01-16 06:24 分类:问答I need MSVCR90.dll version 9.0.21022.8
According to a py2exe tutorial I found I need MSVCR90.dll vers开发者_StackOverflow社区ion 9.0.21022.8 to run it for python 2.6. Where do I find MSVCR90.dll version 9.0.21022.8?Install the VS 2008 redi[详细]
2023-01-15 21:24 分类:问答py2exe problems
c:\\python26\\setup.py py2exe Trying to run py2exe and when I get to comman开发者_运维知识库d prompt I run the line above. However as opposed to converting my file it try\'s to open it. What am I do[详细]
2023-01-15 20:50 分类:问答wxPython and py2app, CreateActCtx error 0x00000008 (Not enough disk space available)
I\'ve been developing an application that uses wxPython as the GUI librar, and py2exe so that I can easily distribute it, however I have just now tested py2exe and the following error appears when the[详细]
2023-01-14 01:10 分类:问答Help me with py2exe
I made my program, and tested it in Command Prompt(by entering in the directory). Then I made a set up file, and put the setup file and my program in the same folder.[详细]
2023-01-13 15:17 分类:问答How to access a MS SQL Server using Python 3?
I\'m using a linux machine to make a little python program that needs to input its result in a SQL Server 2000 DB.[详细]
2023-01-12 22:34 分类:问答py2exe access 'other_resources'
So with py2exe you can add additional data inside the library zip file, now I was wondering, how do you access this dat开发者_如何学运维a, do you need to read it out from the zipfile or can you just a[详细]
2023-01-10 14:07 分类:问答SVG images dont appear after compiling PyQt4 python code with py2exe
I wrote python application using svg images as icons. QtGui.QIcon(\':icons/icon.svg\')<- just like this[详细]
2023-01-10 13:00 分类:问答py2exe, problems
I\'m attempting to convert a .py file to a .exe file. However, I get a wei开发者_运维问答rd output.[详细]
2023-01-10 03:00 分类:问答py2exe on PIL ImageStat.Stat throws Exception: argument 2 must be ImagingCore, not ImagingCore
I\'m trying to create a .exe from a python program using py2exe, but w开发者_高级运维hen I run the .exe I get a log file with[详细]
2023-01-09 15:58 分类:问答