You are not logged in.

#1 2009-03-01 16:18:01

fmma
Member
From: London
Registered: 2008-07-25
Posts: 25

scigraphica (AUR} does not start

Hi,

just installed scigraphica from AUR in community. Application installs without warning. However it aborts wih the following message:

$ scigraphica
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
ImportError: No module named numarray.libnumeric
Fatal Python error: numarray.libnumeric failed to import... exiting.

Aborted

Can anyone help me or suggest a equal good plotting package ?

Thanks

Offline

#2 2009-03-01 16:47:15

sash
Member
Registered: 2005-10-16
Posts: 155

Re: scigraphica (AUR} does not start

Did you also install python-numarray?

pacman -Ss numarray
community/python-numarray 1.5.2-2
    Provides array manipulation and computational capabilities similar to those
    found in IDL, Matlab, or Octave.

Offline

#3 2009-03-01 17:01:55

fmma
Member
From: London
Registered: 2008-07-25
Posts: 25

Re: scigraphica (AUR} does not start

yes,

python-numarray-1.5.2-2

is installed.

fr

Offline

#4 2009-03-01 19:38:39

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: scigraphica (AUR} does not start

The general problem here is out-of-date-ness. The community scigraphica package was built two years ago from the 2.1.0 release, which itself was released nearly four years ago. A lot has changed since then e.g. new python releases, python-numarray replaced by python-numpy, etc.

I'd suggest you get the PKGBUILDs for scigraphica and its lib from abs, and see if you can rebuild everything. Be aware, though, that the numarray->numpy thing is not a drop-in replacement - details here: http://numpy.scipy.org .

Offline

Board footer

Powered by FluxBB