bcolsen / diffraction-ring-profiler

A program for extracting electron diffraction ring pattern profiles, comparing simulation and making figures.
6 stars 2 forks source link

diffraction_ring_profiler.py fails to run in latest version of wxPython #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
diffraction_ring_profiler.py crashes when executed.

It seems that the latest versions of wxPython have removed the aliases from the 
american spelling to the english spelling. 

The problem is resolved by replacing all instances of 'NamedColor' with the 
British English version 'Named Colour'.

Original issue reported on code.google.com by robert.h...@gmail.com on 31 Oct 2013 at 3:47

GoogleCodeExporter commented 9 years ago
I'll get to the OSX stuff too

Original comment by bcol...@gmail.com on 5 Nov 2013 at 4:24

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Since I don't have OSX, if you could test the latest code in the repository for 
me that would be great.

To get the latest code, install mercurial from 
http://mercurial.selenic.com/downloads/

and run:

$ hg clone https://bcolsen@code.google.com/p/diffraction-ring-profiler/

to get the latest source code.

Original comment by bcol...@gmail.com on 5 Nov 2013 at 10:47