Re: Help with chaos math extensions.
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Help with chaos math extensions.

From: Fredrik Lundh <fredrik@pythonware.com>
Date: Wed Oct 05 2005 - 13:55:55 CEST

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>
Received on Sat Oct 15 04:10:15 2005