On Thu, Sep 25, 2008 at 1:33 PM, Fluoborate <[EMAIL PROTECTED]> wrote:
>
> There is a lot of very useful information in these posts, thank you.
>
> I now have several workable solutions to the date/time conversion
> problem, thank you.
>
> My choice now is essentially this: What tool will I use to draw the
> graphs? Some modules make interactive graphs, some have more features,
> some have better documentation. Hmmm...

Hopefully you'll have better luck than I did.  When I tried to make a
bar chart, I tried four Python libraries and could only get one
installed.  (I can't remember if it was called gdchart or pychart or
something else.)  The others depended on C libraries with nonexistent
troubleshooting docs.  Or one C library that depended on another.  The
API wasn't very pythonic.  It would only write the image to a file,
not to a string.  But it wouldn't do it right away.  Some time after
the Python routine finished, maybe ten minutes or so, the C library
would finally get around to writing the file.  I was updating the
chart based on a web form, so I had to tell users it would take some
time for the chart to update.  It was pretty fragile all around, so
when it broke during an upgrade, I asked if we could just disable the
chart until the next version of the site.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to