rishabht1 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

VScale crashing on Windows Python 2.7 #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 1. Install Python 2.7 in windows
 2. Run attached script
 3. it crash without warning

What is the expected output? What do you see instead?
 It should work correctly, there is nothing special on this script

Please use labels and text to provide additional information.
 I notice this after upgrading to Python 2.7, I'm using the files in the "Tested with" section:
http://code.google.com/p/gmapcatcher/source/browse/trunk/installer/setup.bat?r=1
096#3

Original issue reported on code.google.com by heldersepu on 1 Dec 2010 at 2:52

Attachments:

GoogleCodeExporter commented 9 years ago
In the attached Script change the like:
  self.set_size_request(50, 150)
to: 
  self.set_size_request(50, 450)

and the script will crash.

Original comment by heldersepu on 1 Dec 2010 at 2:56

GoogleCodeExporter commented 9 years ago
It seem that is an issue with the "Human" theme it is not happening with other 
themes.
For now my solution is to change the theme to "Clearlooks"; Here is a new 
installer:
http://code.google.com/p/gmapcatcher/downloads/detail?name=GMapCatcher-0.7.5.2.e
xe

Original comment by heldersepu on 1 Dec 2010 at 8:29