tags:

views:

7

answers:

0

For my sins I am trying to distribute a gtk python application built with py2exe to windows users.

I am having a problem whereby any gtk combo box's entries don't get rendered when the list is dropped down. Once you mouse over an item it appears (and when you mouse over an entry other random ones appear). This only happens when the application has been packed with py2exe.

When I use 7/Vista, I have the flashy Windows Aero effects turned off, and the bug is not present. It only happens when the Aero effects are turned on.

Anyone else come across this, or have any ideas?

Thanks.