sciapp / gr

GR framework: a graphics library for visualisation applications
Other
329 stars 54 forks source link

Create a mailing list of forum to support gr users #12

Closed ufechner7 closed 8 years ago

ufechner7 commented 9 years ago

Hello,

I have an installation problem with gr, but I do not know, where I can ask questions. Is there a mailing list for gr users?

Best regards:

Uwe Fechner, TU Delft

ufechner7 commented 9 years ago

By problem is the following error message

In [1]: from gr import pygr

In [2]: pygr.plot([0,1,4],[3,2,5])
GKS: file open error (lib/python2.7/site-packages/gr/fonts/gksfont.dat)
open: No such file or directory

In [3]:

The file exists, but probably not at the place, where gks is looking for it:

(numba2)ufechner@TUD277255:~$ locate gksfont.dat
/home/ufechner/miniconda/envs/numba2/lib/python2.7/site-packages/lib/python2.7/site-packages/gr/fonts/gksfont.dat

Any help appreciated!

jheinen commented 9 years ago

Could you explain, how you created your Miniconda environment?

I'd suggest:

% miniconda/bin/conda create -n numba2 python
% source miniconda/bin/activate numba2
(numba2)% conda install -c https://conda.binstar.org/jheinen gr

Does this work for you ?

jheinen commented 9 years ago

We will think about a mailing list ....

astrojuanlu commented 8 years ago

:+1:

Perhaps the SciPy folks can host a Mailman list on their servers, or if you don't want to use Google Groups you can give https://groups.io a try.

jheinen commented 8 years ago

You can use https://gitter.im/jheinen/GR.jl.