2009-01-21 18:55:11 UTC
Hello
I tried to build faces-pm-0.11.7 with :
* python : 2.5.1-39.8
* numpy : 1.2.1-8.1
* matplotlib : 0.98.5.2-0.pm.1
* wxGTK : 2.8.7.1-0.pm.1
* SE : Linux 2.6.22.5-31-default x86_64
* Processeur : AMD Athlon(tm) 64 Processor 3800+
* System : openSUSE 10.3 (x86_64)
* KDE : 3.5.7 "release 72"
This a copy of the terminal screen :
>
olivier@ip-142:~/faces-pm-0.11.7> python setup.py build
> Traceback (most recent call last):
> File "setup.py", line 138, in <module>
> import faces
> File "/home/olivier/faces-pm-0.11.7/faces/__init__.py", line 74, in <module>
> from charting.tools import VSEP, HSEP, LEFT, RIGHT, BOTTOM, \
> File "/home/olivier/faces-pm-0.11.7/faces/charting/tools.py", line 29, in <module>
> _minus = _mtrans.Value(-1)
> AttributeError: 'module' object has no attribute 'Value'
What can i do to correct the problem ?
I tried to use the frozen package but it doesn't work.
Thanks.