Hello, I'm trying to install the Tryton Server on a Mac OS 10.7 Server. I've followed this instructions (http://code.google.com/p/tryton/wiki/ InstallationMacOSX), but it didn't work, I get a few of errors.
May I show you them: When I try to install "sudo port install python26 py26-setuptools" I get this error: sudo port install python26 py26-setuptools Warning: xcodebuild exists but failed to execute Warning: Xcode appears to be installed but xcodebuild is unusable; some ports will likely fail to build. Warning: You may need to run `sudo xcode-select -switch /Applications/ Xcode.app` ---> Computing dependencies for python26 ---> Dependencies to be installed: openssl zlib python_select sqlite3 ---> Extracting zlib Error: Couldn't determine your Xcode version (from '/usr/bin/ xcodebuild -version'). Error: Error: If you have not installed Xcode, install it now; see: Error: http://guide.macports.org/chunked/installing.xcode.html Error: Error: Target org.macports.extract returned: unable to find Xcode Error: Failed to install zlib Log for zlib is at: /opt/local/var/macports/logs/ _opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/ zlib/main.log Error: The following dependencies were not installed: openssl zlib python_select sqlite3 Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> And when I try to install "sudo easy_install trytond", then I get this error: sudo easy_install trytond Searching for trytond Best match: trytond 2.2.1 Processing trytond-2.2.1-py2.7.egg trytond 2.2.1 is already the active version in easy-install.pth Installing trytond script to /usr/local/bin Using /Library/Python/2.7/site-packages/trytond-2.2.1-py2.7.egg Processing dependencies for trytond Searching for lxml>=2.0 Reading http://pypi.python.org/simple/lxml/ Reading http://codespeak.net/lxml Best match: lxml 2.3.3 Downloading http://lxml.de/files/lxml-2.3.3.tgz Processing lxml-2.3.3.tgz Running lxml-2.3.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install- ITzQOP/lxml-2.3.3/egg-dist-tmp-1cBlzi Building lxml version 2.3.3. Building without Cython. Using build configuration of libxslt 1.1.24 unable to execute llvm-gcc-4.2: No such file or directory error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1 I already installed Xcode. I installed the new version from the App Store and the version from the 10.6 install DVD. Also I've searched llvm-gcc-4.2 and found it in the directory /usr/bin. Can you help me, please? Greetings, Nhat-Ha -- [email protected] mailing list
