Help with chaos math extensions.

Fredrik Lundh fredrik at pythonware.com
Wed Oct 5 07:55:55 EDT 2005


Brandon Keown wrote:

>    I have programmed a fractal generator (Julia Set/Mandelbrot Set) in
> python in the past, and have had good success, but it would run so
> slowly because of the overhead involved with the calculation.  I
> recently purchased VS .NET 2003 (Win XP, precomp binary of python
> 2.4.2rc1) to make my own extensions.  I was wondering if anyone could
> help me figure out why I'm getting obscure memory exceptions (runtime
> errors resulting in automatic closing of Python) with my extension.  It
> seems to run okay if imported alone, but when accompanied in a list of
> instructions such as a function it crashes.

a short script or interpreter session that illustrates how to get the errors
would help.

</F> 






More information about the Python-list mailing list