On 1/25/2007 4:17 PM, H. Mueller wrote: > I am currently developing a program in python and planning to > distribute > it as executable using PyInstaller. > > I just tried building it, and after some failes initial attempts, I now > have a version that does not immediately crash. > > I noticed, however, that the appearance and design of my application > has changed. If I start it via python, I get these nice Windows XP > themed tabs and buttons, if I start the generated exe from PyInstaller, > it has this kinda old-fashioned look, it looks like a Windows 2k > application. > > Is there any way to fix this? > By the way, I'm using Python 2.5 and wxPython 2.8
Which version of PyInstaller are you running? This should be fixed in the latest release. -- Giovanni Bajo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
