Re: [phenixbb] Phenix for Ubuntu 12.04
Hi Eugene, Nat, apt-get install libjpeg62 was indeed useful. After installing that, the GUI starts but I get the error AssertionError : Traceback (most recent call last): File "/usr/local/phenix/phenix-dev-1269/build/intel-linux-2.6-x86_64/../../phenix/wxGUI2/command_line/main.py", line 22, in <module> run(sys.argv[1:]) File "/usr/local/phenix/phenix-dev-1269/build/intel-linux-2.6-x86_64/../../phenix/wxGUI2/command_line/main.py", line 17, in run wxapp = App.PhenixApp(args) File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/App.py", line 58, in __init__ wx.App.__init__(self, 0) File "/usr/local/phenix/phenix-dev-1269/build/intel-linux-2.6-x86_64/base/lib/python2.7/site-packages/wx-2.8-gtk2-ansi/wx/_core.py", line 7981, in __init__ self._BootstrapApp() File "/usr/local/phenix/phenix-dev-1269/build/intel-linux-2.6-x86_64/base/lib/python2.7/site-packages/wx-2.8-gtk2-ansi/wx/_core.py", line 7555, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/App.py", line 101, in OnInit self.start_gui() File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/App.py", line 174, in start_gui self.launch_main() File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/App.py", line 453, in launch_main frame = PhenixGUI() File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/Home/Main.py", line 37, in __init__ wx.CAPTION | wx.CLIP_CHILDREN) File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/MainWindow.py", line 229, in __init__ PhenixFrameBase.__init__(self, parent) File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/MainWindow.py", line 36, in __init__ assert self.project is not None AssertionError -- Kay Diederichs http://strucbio.biologie.uni-konstanz.de email: [email protected] Tel +49 7531 88 4049 Fax 3183 Fachbereich Biologie, Universität Konstanz, Box 647, D-78457 Konstanz
On Wed, Jan 23, 2013 at 2:11 PM, Kay Diederichs
After installing that, the GUI starts but I get the error
AssertionError : Traceback (most recent call last): File "/usr/local/phenix/phenix-dev-1269/phenix/wxGUI2/MainWindow.py", line 36, in __init__ assert self.project is not None
This means you have no project loaded - there are several explanations for this. Do you actually have any projects defined already? Unfortunately it is still a little too easy to get to the point of starting the main window without setting up projects, but this immediately crashes. I think I've figured out what I've done wrong here, so future builds should not have this problem. Of course if you did have projects already, this would be a separate bug. -Nat
participants (2)
-
Kay Diederichs
-
Nathaniel Echols