On Mon, Jan 23, 2012 at 5:37 PM, lkcl luke <[email protected]> wrote:

> On Mon, Jan 23, 2012 at 1:06 PM, dokondr <[email protected]> wrote:
> >
> > On Sun, Jan 22, 2012 at 3:06 AM, lkcl luke <[email protected]>
> wrote:
> >>
> >> On Sat, Jan 21, 2012 at 10:57 PM, dokondr <[email protected]> wrote:
> >> > Need advice:
> >> > What is the best way to plot charts in Pyjamas for generating Web UI:
> >> > 1) using gcharttestapp (Port of GChart) :
> >>
> >>  gchart is pretty heavy-duty - but then again it's also very
> feature-rich.
> >>
> >> > or
> >> > 2) Mixing Python code with third-party Javascript chart library, like
> >> > RGraph:
> >> > http://www.rgraph.net/
> >> >
> >> > Any examples of mixing Python code with Javascript code?
> >>
> >>  yes there's a couple.  ok, several.  one of them is the raphael
> >> wrapper.  there's a couple of examples - testdict and testrect.
> >>
> >>  l.
> >
> >
> > I can not  find raphael wrapper and  testdict, testrect examples neither
> in
> > 'pyjamas/examples/ folder nor at http://pyjs.org/examples/
> >
> > Where are they?
>
>  find . "*.py" | xargs grep -i testdict
>
>  find . "*.py" | grep raphael.
>
>  come on, it's a trivial task to do "search" in files and filenames,
> please.  reserve the list for important stuff like asking for
> programming help, not how to do basic stuff like "find text in files".
>
>  sorry, but... honestly :)
>
>  l.


Ok, but find where? In Pyjams directory or on the Web ? Please give at
least some context to a humble newbie ))
Find syntax:
find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression]

You see, you missed 'path' completely ... ))

Reply via email to