windows larger than computer screen, and several buttons out of reach.
try :
1) change the screen resolution (increase the number of pixels)
2) http://download.cnet.com/GiMeSpace-Desktop-Extender/3000-2346_4-10973171.html?tag=rbxcrdl1
This gives access to parts of windows that are outside the screen. Thanks to Felix Hofmann for this hint.
error message in the "wxPython : stdout / stderr window" about not finding numpy.core.defmatrix (deprecated in latest numpy)
try : in Python \ Lib \ sites_packages \ networkx \ convert.py , replace :
if isinstance(thing,numpy.core.defmatrix.matrix) or isinstance(thing,numpy.ndarray):
by :
if isinstance(thing,numpy.ndarray):