increase the use of python in mussa
authorDiane Trout <diane@caltech.edu>
Wed, 10 May 2006 01:39:33 +0000 (01:39 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 10 May 2006 01:39:33 +0000 (01:39 +0000)
commitad9038e6fc43fef0b3b3dd974be37c0eaeec3187
tree2abff0739430af8841df93cf2f4de0972e8d6e5e
parenta213ca5986960e26150998f8ff3a597a5d2d7e04
increase the use of python in mussa
This patch does let the python extension launch the gui successfully.
I tried to get the C++ gui app to also be able to talk to the python extension
but that didn't work so well. (causes a crash on os x when I statically
link the python extension module in).
alg/parse_options.cpp
alg/parse_options.hpp
py/CMakeLists.txt
py/MussaWindow.cpp [new file with mode: 0644]
py/module.cpp
qui/CMakeLists.txt
qui/mussagl.cpp
qui/seqbrowser/SequenceBrowser.hpp