Dear All, I am setting up a computer with ubuntu(12.3) installed on it. running "uname -rm" gives me 3.8.0-31-generic x86_64. I am trying to install phenix on this machine, as recommended I downloaded the 64 bit kernel 2.3 (64bit fedora 3 ) command line installer. I then ran ./install and source the required file by: source /usr/local/phenix-1.8.4-1496/phenix_env.sh but some how phenix refuses to start, following is the error phenix Traceback (most recent call last): File "/usr/local/phenix-1.8.4-1496/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-1.8.4-1496/build/intel-linux-2.6-x86_64/../../phenix/wxGUI2/command_line/main.py", line 16, in run from wxGUI2 import App File "/usr/local/phenix-1.8.4-1496/phenix/wxGUI2/App.py", line 15, in <module> import wx File "/usr/local/phenix-1.8.4-1496/build/intel-linux-2.6-x86_64/base/lib/python2.7/site-packages/wx-2.8-gtk2-ansi/wx/__init__.py", line 45, in <module> from wx._core import * File "/usr/local/phenix-1.8.4-1496/build/intel-linux-2.6-x86_64/base/lib/python2.7/site-packages/wx-2.8-gtk2-ansi/wx/_core.py", line 4, in <module> import _core_ ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory Any suggestions would be welcome. regards Swastik
Run this first:
sudo apt-get install libjpeg62
-Nat
On Sat, Oct 12, 2013 at 6:00 AM, Swastik Phulera
Dear All, I am setting up a computer with ubuntu(12.3) installed on it. running "uname -rm" gives me 3.8.0-31-generic x86_64. I am trying to install phenix on this machine, as recommended I downloaded the 64 bit kernel 2.3 (64bit fedora 3 ) command line installer. I then ran ./install and source the required file by: source /usr/local/phenix-1.8.4-1496/phenix_env.sh but some how phenix refuses to start, following is the error
phenix Traceback (most recent call last): File "/usr/local/phenix-1.8.4-1496/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-1.8.4-1496/build/intel-linux-2.6-x86_64/../../phenix/wxGUI2/command_line/main.py", line 16, in run from wxGUI2 import App File "/usr/local/phenix-1.8.4-1496/phenix/wxGUI2/App.py", line 15, in <module> import wx File "/usr/local/phenix-1.8.4-1496/build/intel-linux-2.6-x86_64/base/lib/python2.7/site-packages/wx-2.8-gtk2-ansi/wx/__init__.py", line 45, in <module> from wx._core import * File "/usr/local/phenix-1.8.4-1496/build/intel-linux-2.6-x86_64/base/lib/python2.7/site-packages/wx-2.8-gtk2-ansi/wx/_core.py", line 4, in <module> import _core_ ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory
Any suggestions would be welcome. regards Swastik
_______________________________________________ phenixbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/phenixbb
participants (2)
-
Nathaniel Echols
-
Swastik Phulera