Dear Phenix bb user,<br><br>i&#39;m trying to install the latest version of phenix (1.6.4-486) on my pc with Ubuntu 10.04 installed. I&#39;m using the<b> phenix-installer-1.6.4-486-intel-linux-2.6-x86_64-fc13.tar</b> installer.<br>
<br>The installer complains that the <b>bundle-1.6.4-486-intel-linux-2.6-x86_64.tar.gz</b> is missing in the phenix-installer-1.6.4-486/bundles folder, and requires <b>bundle-1.6.4-486-intel-linux-2.6.tar.gz  </b>to be present in this folder. So i simply renamed  <b>bundle-1.6.4-486-intel-linux-2.6-x86_64.tar.gz </b>to <b>bundle-1.6.4-486-intel-linux-2.6.tar.gz  </b>and this allowed the installation to complete without any further errors.<br>
<br>However, when trying to start Phenix, i get the following error:<br><br>laptop:~/Documents/installers/phenix-installer-1.6.4-486&gt; phenix<br>Traceback (most recent call last):<br>  File &quot;/usr/local/phenix-1.6.4-486/phenix/wxGUI2/command_line/main.py&quot;, line 13, in &lt;module&gt;<br>
    run(sys.argv[1:])<br>  File &quot;/usr/local/phenix-1.6.4-486/phenix/wxGUI2/command_line/main.py&quot;, line 7, in run<br>    from wxGUI2 import App<br>  File &quot;/usr/local/phenix-1.6.4-486/phenix/wxGUI2/App.py&quot;, line 6, in &lt;module&gt;<br>
    import wx.lib.dialogs<br>  File &quot;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages/wx-2.8-gtk2-ansi/wx/__init__.py&quot;, line 45, in &lt;module&gt;<br>    from wx._core import *<br>
  File &quot;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages/wx-2.8-gtk2-ansi/wx/_core.py&quot;, line 4, in &lt;module&gt;<br>    import _core_<br>ImportError: /usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages/wx-2.8-gtk2-ansi/wx/_core_.so: wrong ELF class: ELFCLASS64<br>
<br><br>Not sure if this is of any use in solving the problem, but i typed the following command<br>phenix.wxpython -c &quot;import sys; print sys.path&quot; and got the following output;<br><br>[&#39;&#39;, &#39;/usr/local/phenix-1.6.4-486&#39;, &#39;/usr/local/phenix-1.6.4-486/cctbx_project&#39;, &#39;/usr/local/phenix-1.6.4-486/reel&#39;, &#39;/usr/local/phenix-1.6.4-486/phaser&#39;, &#39;/usr/local/phenix-1.6.4-486/tntbx&#39;, &#39;/usr/local/phenix-1.6.4-486/phenix&#39;, &#39;/usr/local/phenix-1.6.4-486/elbow&#39;, &#39;/usr/local/phenix-1.6.4-486/PyQuante&#39;, &#39;/usr/local/phenix-1.6.4-486/docutils&#39;, &#39;/usr/local/phenix-1.6.4-486/PyCifRW&#39;, &#39;/usr/local/phenix-1.6.4-486/cctbx_project/boost_adaptbx&#39;, &#39;/usr/local/phenix-1.6.4-486/cctbx_project/libtbx/pythonpath&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/lib&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python26.zip&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/plat-linux2&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/lib-tk&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/lib-old&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/lib-dynload&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages/Numeric&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages/PIL&#39;, &#39;/usr/local/phenix-1.6.4-486/build/intel-linux-2.6/base/lib/python2.6/site-packages/wx-2.8-gtk2-ansi&#39;]<br>
<br><br>thanks<br><br><br><br>