packpanda. Help!

Hi!. I am working with Panda3D, I finished my first game, I’m using packpanda to distribute my game , the problem is that I can not remove the console cmd.exe in Windows XP, always gets along with my game. I edited the packpanda.py file on line 156:
PPICON = “bin \ \ ppython.exe” by PPICON = “bin \ \ ppythonw.exe” . But the problem remains. I searched for information on the forums but have not found. Please someone help me remove the DOS console to distribute my game to the end user.
Thansk!

Try switching the extension for the main Python file in your game from “.py” to “.pyw”. Python will not open up a console if the Python module it’s told to run has a “.pyw” extension.