I have written a python script which binds to a socket like this: from socket import * addr = (unicode(), 11111)
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
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
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
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.
I\'m using a linux machine to make a little python program that needs to input its result in a SQL Server 2000 DB.
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
I wrote python application using svg images as icons. QtGui.QIcon(\':icons/icon.svg\')<- just like this
I\'m attempting to convert a .py file to a .exe file. However, I get a wei开发者_运维问答rd output.
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