wgurecky / pyReactor

A point kinetic reactor model with GUI frontend. Meant to be used as a demo for teaching K-12 students about nuclear engineering tech.
MIT License
41 stars 10 forks source link

GUI does not open #2

Closed devsnek closed 8 years ago

devsnek commented 8 years ago

I installed all the dependancies with no errors, but when i run pyReactor, it seems to be running, but there is no GUI. screen shot 2016-02-23 at 2 02 36 pm It just stays like this until I CTRL-C and then it gives a bunch of errors related to keyboard interrupts and such. Any help would be great.

devsnek commented 8 years ago

Follow up: swig/python detected a memory leak of type 'wxPyXmlSubclassFactory *', no destructor found. is thrown when I quit

wgurecky commented 8 years ago

Unfortunately, I do not have a Mac to test on :(. Did you install wxPython through .dmg or by using homebrew?

try homebrew:

brew install wxpython

As for the memory leak in wxPy, this may be a bug in wxPython3.0: comments.gmane.org/gmane.comp.lib.wxwidgets.devel/153770