|
From: Koen v. d. D. <kvd...@ea...> - 2006-02-09 11:40:58
|
>
> cd $prefix/share/plplot5.5.3/examples/python
>
> and execute the first example:
>
> ./x01
>
> It should give you a menu of every device driver available on your
> system
> including the aqt one.
>
> Alternatively specify the aqt device driver on the command line, e.g.,
>
> ./x01 -dev aqt
Both give the following result:
Traceback (most recent call last):
File "./x01", line 28, in ?
from plplot import *
File "/sw/lib/python2.4/site-packages/plplot.py", line 20, in ?
from plplotc import *
File "/sw/lib/python2.4/site-packages/plplotc.py", line 5, in ?
import _plplotc
ImportError: No module named _numpy
I have numeric installed thorugh fink.
- Koen.
|