re: Steps for making a Fractal with Python
Did this fractal demo actually work for you? On my machine, I get a blank Tk box but no image -- no error messages either. That's when either clicking on the program in Explorer or when doing Ctrl-F5 with the source open in a window. Any clues?
See what you mean. Its old code, probably incompatible somehow with newer PIL or TK. But to see the image, you can add self.im.save("mandel.gif") to 'def creatImagef', and pull up the gif. I changed w and h params to 800 to make the gif large enough to be interesting. ART
This surfaced on Slashdot today, and it made me think of you guys: http://www.ai.mit.edu/people/minsky/papers/Logoworks.html Cheers, Jason :-) PS -- If anyone is planning on attending the O'Reilly Open Source conference this month, I'll be giving a talk on massively multiplayer games and Python. I think edu and gaming goes together like peanut butter and jelly. :-) ("Learning Through Simulation" is another way to put it...)
participants (2)
-
Arthur_Siegel@rsmi.com
-
Jason L. Asbahr