Jump to content

marla06

Members
  • Posts

    10
  • Joined

  • Last visited

marla06's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Now it works great ! Thanks for everything
  2. Here is a link to the script causing the error: http://weatherstation.heliohost.org/sitemc/charts/ Thanks for your help !
  3. Sorry, I was just wondering if I had to go for an other option. Glad you still looking at it. Thanks !
  4. Hi, Any news ? It seems we are not far from getting it to work Cheers
  5. Apparently it only partially works. I don't have anymore the "no module present" error while I do an "import matplotlib", but get "libpng16.so.16: cannot open shared object file: No such file or directory" instead. Maybe a problem with access rights ? A minimalistic test case of what I'm trying to do (It works locally) is: from matplotlib.pyplot import Figure from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas import django fig=Figure() ax=fig.add_subplot(111) canvas=FigureCanvas(fig) response=django.http.HttpResponse(content_type='image/png') canvas.print_png(response)
  6. Hello, Have you any news about the matplotlib installation ? Cordially
  7. I'm using Python version 2.7.1 As I did not specified any python version, I suppose it is the default. If I want to choose a version, I suppose the line " #!/usr/local/bin/python?.? " should be at the top of my dispatch.wsgi file ? If it is more convenient for you I can use Python version 3.2 too. Cheers
  8. The server I use is stevie. The cpanel user name is marla06. The main domain is http://weatherstation.heliohost.org. Thanks a lot for the support ! Best regards
  9. Hello, I'm setting up my django website (http://weatherstation.heliohost.org/sitemc/charts/), but I have the problem numpy and matplotlib does not seem to be installed by default. As matplotlib is quite a big library (about 90Mo) installing it manually might be quite difficult. Any idea how to do that ? Thanks
×
×
  • Create New...