I have created an app using python and then converting it to an exe
using py2exe, and have the following code:
"icon_resources": [(1, "appFavicon.ico"), (2, "dataFavicon.ico")]
in my py2exe setup file, the appFavicon works fine and it sets that as
the app icon thats fine, but the program creates
No you didnt misunderstand the situation, i think i have confused
matters though!! When Ive got it working my program will read the data
within the file. But obviously for it to do that it needs to know
where the file is, hence the whole discussion. However to test things
were working, just with re
Yep, thats pretty much exactly what i had done, those exact settings,
and it still doesnt work. As i said i looked at the other keys to
check i had done it right and a i said the settings are fine because i
can send the file to python.exe and it loads like a python file fine,
but it doesn't like pa
I can't get this to work (I am on XP SP2 by the way and using Python
2.5),
I wrote a very simple script to test the idea:
import sys
for arg in sys.argv:
print arg
raw_input("Done") #Merely to slow the program down so i can see output
and then setup a file extension .xyz, placed it in the
I am trying to make a a simple databasing GUI interface and and have
created a module to deal with parsing the data from a file and a GUI
based program that displays this data using PyQt4, i know how to
register files in the system registry using python and also using Inno
Setup which i use to pack