Re: Help with chaos math extensions.

2005-10-06 Thread Brandon K
Well, I didn't buy it JUST to compile python extensions, I'm looking to write C++ apps as well, I just use python for a lot of math and science simulations, and I got VS .NET at heavy discount since I'm a student. > Brandon K wrote: >> In case you missed it, I said I have windows XP. Windows XP

Re: Help with chaos math extensions.

2005-10-06 Thread Steve Holden
Brandon K wrote: > In case you missed it, I said I have windows XP. Windows XP > pre-compiled python binaries are built on VS .NET 2003. In order to > build extensions, you need the compiler the interpreter was built on, or > at least that is what is reported to me by calling setup.py. If I w

Re: Help with chaos math extensions.

2005-10-06 Thread Andrew Gwozdziewycz
On Oct 5, 2005, at 7:44 AM, Brandon K wrote:In case you missed it, I said I have windows XP.  Windows XP pre-compiled python binaries are built on VS .NET 2003.  In order to build extensions, you need the compiler the interpreter was built on, or at least that is what is reported to me by calling s

Re: Help with chaos math extensions.

2005-10-05 Thread Fredrik Lundh
Brandon K" wrote: > Here's the Script it was being used in (forgive it if it seems a bit > messy, i have been tinkering with variables and such to try different > ideas and haven't really cleaned it up). the C compiler does in fact provide you with some clues: c:\test\c_lib.cpp(22) : warning C47

Re: Help with chaos math extensions.

2005-10-05 Thread Brandon K
Here's the Script it was being used in (forgive it if it seems a bit messy, i have been tinkering with variables and such to try different ideas and haven't really cleaned it up). import ctest import Tkinter import threading hue_map = ("#FF","#FEFEFF","#FDFDFF","#FCFCFF","#FBFBFF","#FAFAF

Re: Help with chaos math extensions.

2005-10-05 Thread Fredrik Lundh
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

Re: Help with chaos math extensions.

2005-10-05 Thread Brandon K
In case you missed it, I said I have windows XP. Windows XP pre-compiled python binaries are built on VS .NET 2003. In order to build extensions, you need the compiler the interpreter was built on, or at least that is what is reported to me by calling setup.py. If I was using linux, which I

Help with chaos math extensions.

2005-10-04 Thread Brandon Keown
Hi, 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