Hi guys,
I saw quite a few posts regarding this but I was unable to solve this problem that I am facing.
First off, when I do the following in my setup.py,
windows=[
{
'script': 'gulhane.py',
'icon_resources ': [(1, "icon.ico")]
}
],
Python crashes and I am unable to run the script...