An update here. After getting the WinXP build to work on 7, I just compared the contents of the "dist" directory of the builds generated on Win7 and WinXP. I found that Win7 gave me a lot of extra DLLs. List below:
API-MS-Win-Core-Debug-L1-1-0.dll API-MS-Win-Core-DelayLoad-L1-1-0.dll API-MS-Win-Core-ErrorHandling-L1-1-0.dll API-MS-Win-Core-File-L1-1-0.dll API-MS-Win-Core-Handle-L1-1-0.dll API-MS-Win-Core-Heap-L1-1-0.dll API-MS-Win-Core-Interlocked-L1-1-0.dll API-MS-Win-Core-IO-L1-1-0.dll API-MS-Win-Core-LibraryLoader-L1-1-0.dll API-MS-Win-Core-Localization-L1-1-0.dll API-MS-Win-Core-LocalRegistry-L1-1-0.dll API-MS-Win-Core-Misc-L1-1-0.dll API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll API-MS-Win-Core-ProcessThreads-L1-1-0.dll API-MS-Win-Core-Profile-L1-1-0.dll API-MS-Win-Core-String-L1-1-0.dll API-MS-Win-Core-Synch-L1-1-0.dll API-MS-Win-Core-SysInfo-L1-1-0.dll DNSAPI.DLL KERNELBASE.dll MSIMG32.DLL NSI.dll USP10.DLL So, I went ahead and deleted these files. Now, the app worked fine both on XP and 7. But, what are these files and why are they being included on 7? Is there any way to avoid this. Thanks, Shrihari On Thu, May 26, 2011 at 2:41 AM, Shrihari Sankaran <[email protected]>wrote: > Oops. My bad. I forgot to include the GTK+ runtime at all. After including > it, the app got the native look. > > So I built it on XP and it worked on both Win7 and WinXP. But my primary > dev. machine is 7. How do I get the 7 build working on XP? > > Thanks a lot, > Shrihari > > > > On Thu, May 26, 2011 at 1:51 AM, Dieter Verfaillie < > [email protected]> wrote: >> >> When built on Windows XP (with the old style look), are you sure the >> GTK+ environment that get's used has a correct etc/gtk-2.0/gtkrc file >> and lib/gtk-2.0/2.10.0/engines contains libwimp.dll? >> >> mvg, >> Dieter >> > >
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
