Hi<br><br>I trying to install the OpenMM to so run gromacs using GPU, but when I set the locals variables and type: &quot;sudo ./install.sh&quot;<br><br>It&#39;s says:<br><br>SUDO_USER=laboratorio24<br>PWD=/home/laboratorio24/OpenMM4.0-Linux64/python<br>

  File &quot;setup.py&quot;, line 165<br>    print &quot;%s&quot; % outputString<br>             ^<br>SyntaxError: invalid syntax<br>INSTALLATION FAILED<br><br>and when I tryed with another version of python:<br><br>&quot;running build<br>

running build_py<br>running build_ext<br>building &#39;simtk.openmm._openmm&#39; extension<br>gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DMAJOR_VERSION=4 -DMINOR_VERSION=0 -I/usr/local/openmm/include -I/usr/include/python2.6 -c src/swig_doxygen/OpenMMSwig.cxx -o build/temp.linux-x86_64-2.6/src/swig_doxygen/OpenMMSwig.o<br>

cc1plus: warning: command line option &quot;-Wstrict-prototypes&quot; is valid for Ada/C/ObjC but not for C++<br>src/swig_doxygen/OpenMMSwig.cxx:149:20: error: Python.h: No such file or directory<br>src/swig_doxygen/OpenMMSwig.cxx:2838:4: error: #error &quot;This python version requires swig to be run with the &#39;-classic&#39; option&quot;<br>

src/swig_doxygen/OpenMMSwig.cxx:780: error: ‘PyObject’ was not declared in this scope<br>src/swig_doxygen/OpenMMSwig.cxx:780: error: ‘str’ was not declared in this scope<br>src/swig_doxygen/OpenMMSwig.cxx:781: error: expected ‘,’ or ‘;’ before ‘{’ token<br>

src/swig_doxygen/OpenMMSwig.cxx:804: error: expected initializer before ‘*’ token<br>src/swig_doxygen/OpenMMSwig.cxx:830: error: expected initializer before ‘*’ token<br>src/swig_doxygen/OpenMMSwig.cxx:884: error: expected initializer before ‘*’ token<br>

src/swig_doxygen/OpenMMSwig.cxx:905: error: expected initializer before ‘*’ token<br>In file included from /usr/include/c++/4.4/stdexcept:38,<br>                 from src/swig_doxygen/OpenMMSwig.cxx:2862:<br>/usr/include/c++/4.4/exception:35: error: expected declaration before end of line<br>

error: command &#39;gcc&#39; failed with exit status 1<br>INSTALLATION FAILED<br>&quot;<br><br>The problem is really python?<br>