Well, actually this problem is not related to panda but is related to python in general. I’m posting it here because I think people here may know the solution to my problem.
I made a simple gui application using python and a gui library(easygui). I used py2exe to make executable and then made setup by nsis. Setup is working fine and all. My confusion is that while making executable by py2exe, if i set bundle option to 1 or 2, the executable does not run. Not even a log file. using 3 works fine. I’ve no particular reason for using 1 or 2 but I was wondering is it a bug in py2exe or I’m missing something. Because there may as well be time when I want single executable instead of a setup and all.
I’m using python 2.6, py2exe 0.69.
Any help!!! thanks in advance.