Re: pycallgraph 0.1.0

2007-02-10 Thread Steve Holden
Gerald Kaszuba wrote:
 On 2/10/07, Stef Mientki [EMAIL PROTECTED] wrote:
 ... but isn't __main__. non-information ?
 
 Good point -- I'll consider removing it in the next version.
 
Does the 404 error on

   http://pycallgraph.slowchop.com/files/examples/mongballs-client.png

indicate you are subject to the slashdot effect?

regards
  Steve
-- 
Steve Holden   +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd  http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Blog of Note:  http://holdenweb.blogspot.com
See you at PyCon? http://us.pycon.org/TX2007

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: pycallgraph 0.1.0

2007-02-10 Thread Gerald Kaszuba
http://pycallgraph.slowchop.com/files/examples/mongballs-client.png

 indicate you are subject to the slashdot effect?

Steve,

No /. effect :)

I rearranged some files around because of the new version of
pycallgraph. The new preview image is:
http://pycallgraph.slowchop.com/pycallgraph/wiki/RegExpExample

Gerald

-- 
http://mail.python.org/mailman/listinfo/python-list


pycallgraph 0.1.0

2007-02-09 Thread Gerald Kaszuba
Hi

I've just released the first version of Python Call Graph. I haven't
tested it too much so don't expect it not to crash :)

An example of its output is:
http://pycallgraph.slowchop.com/files/examples/mongballs-client.png

It's easy to use... you just need Graphviz installed and in your path
and a few lines of code changes.

More details at http://pycallgraph.slowchop.com/

If you have any problems, don't hesitate to ask here or email me directly.

Enjoy!

Gerald
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: pycallgraph 0.1.0

2007-02-09 Thread Stef Mientki
Gerald Kaszuba wrote:
 Hi
 
 I've just released the first version of Python Call Graph. I haven't
 tested it too much so don't expect it not to crash :)
 
 An example of its output is:
 http://pycallgraph.slowchop.com/files/examples/mongballs-client.png
 
 It's easy to use... you just need Graphviz installed and in your path
 and a few lines of code changes.
 
 More details at http://pycallgraph.slowchop.com/
 
 If you have any problems, don't hesitate to ask here or email me directly.
 
 Enjoy!
 
 Gerald

looks quit good ...
... but isn't __main__. non-information ?
cheers,
Stef
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: pycallgraph 0.1.0

2007-02-09 Thread Gerald Kaszuba
On 2/10/07, Stef Mientki [EMAIL PROTECTED] wrote:
 ... but isn't __main__. non-information ?

Good point -- I'll consider removing it in the next version.

Gerald
-- 
http://mail.python.org/mailman/listinfo/python-list