Re: ITStool failed to build

2014-02-28 Thread Giuseppe Di Matteo
I installed the default version of python27 and now it works fine. Thank you for your help David. Le 27 févr. 2014 à 16:38, David Evans a écrit : > On 2/27/14 1:02 AM, Giuseppe Di Matteo wrote: >> Here it is: >> echo "import libxml2" | /opt/local/bin/python2.7 - >> >> Traceback (most recent ca

Re: ITStool failed to build

2014-02-27 Thread David Evans
On 2/27/14 1:02 AM, Giuseppe Di Matteo wrote: > Here it is: > echo "import libxml2" | /opt/local/bin/python2.7 - > > Traceback (most recent call last): > File "", line 1, in > File > "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libxml2.py", > line 1

Re: ITStool failed to build

2014-02-27 Thread Giuseppe Di Matteo
Here it is: echo "import libxml2" | /opt/local/bin/python2.7 - Traceback (most recent call last): File "", line 1, in File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libxml2.py", line 1, in import libxml2mod ImportError: dlopen(/opt/local

Re: ITStool failed to build

2014-02-26 Thread David Evans
On 2/26/14 2:00 AM, Giuseppe Di Matteo wrote: > Hello, > I need to install itstool as a dependency of winetricks, but it failed at the > configure stage: a module is missing. > I checked my system and both the libxml2 and py27-libxml2 are installed but > it seems to me that it is searching in the

ITStool failed to build

2014-02-26 Thread Giuseppe Di Matteo
Hello, I need to install itstool as a dependency of winetricks, but it failed at the configure stage: a module is missing. I checked my system and both the libxml2 and py27-libxml2 are installed but it seems to me that it is searching in the wrong place. Giuseppe Di Matteo pinodimat...@icloud.c