Menu

LaueToolsIssues

MICHA Jean-Sebastien

Known issues when using the Lauetools GUI (LaueTool24.py) and how to fix them

1


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.

2


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):


Related

LaueToolsWiki: Home

MongoDB Logo MongoDB