Re: pycallgraph 0.2.0

2007-02-10 Thread Gerald Kaszuba
On Feb 11, 12:28 am, [EMAIL PROTECTED] wrote: > Looks nice. Before you get too far... Is there any chance that you can > support ASCII output mode (obviously not laid out in two dimensions, just > using indentation) so the GraphViz requirement can become optional? > GraphViz has so many dependenci

Re: pycallgraph 0.2.0

2007-02-10 Thread Gerald Kaszuba
On Feb 10, 11:14 pm, Stef Mientki <[EMAIL PROTECTED]> wrote: > My first test was terrible: a file of 800kB was created, > Trying to view it, resulted in the following: > - Paint Shop Pro told me it was not a valid PNG file, > - Mozilla crashed after 5 minutes, > - GIMP gave me a preview after half

Re: pycallgraph 0.2.0

2007-02-10 Thread skip
Gerald> I just released a new version of pycallgraph. It has many Gerald> improvements over 0.1.0. Looks nice. Before you get too far... Is there any chance that you can support ASCII output mode (obviously not laid out in two dimensions, just using indentation) so the GraphViz requireme

Re: pycallgraph 0.2.0

2007-02-10 Thread Stef Mientki
Gerald Kaszuba wrote: > Hi > > I just released a new version of pycallgraph. It has many improvements > over 0.1.0. Here is an example of a call graph made in pycallgraph > 0.2.0: > http://pycallgraph.slowchop.com/pycallgraph/wiki/RegExpExample > > There are more examples

pycallgraph 0.2.0

2007-02-09 Thread Gerald Kaszuba
Hi I just released a new version of pycallgraph. It has many improvements over 0.1.0. Here is an example of a call graph made in pycallgraph 0.2.0: http://pycallgraph.slowchop.com/pycallgraph/wiki/RegExpExample There are more examples on the web site: http://pycallgraph.slowchop.com/ The