FYI: Py2exe headsup

scriptkid

20-09-2008 16:59:43

Hi there,

i add this message in case someone searches for the problem i encountered the other day...

While tracking down a Vista crash when running binaries, i found out that py2exe had collected one DLL of a more recent date then the one which is installed by Python-Ogre. Appearanly py2exe uses your PATH, so you should make sure that your python\sitepackages stuff is in front of all other project folders, in which you might have different versions of Ogre or Cegui. Something which is not uncommon on a dev system.