Re: [Tutor] Drawing a figure

2011-12-31 Thread Brylie Oxley
There is a simple Python graphics library, written by John Zelle for his Python Programming textbook: http://mcsp.wartburg.edu/zelle/python/ http://mcsp.wartburg.edu/zelle/python/graphics/graphics/index.html The textbook is also worth reading. It is very well written. --Brylie Oxley

Re: [Tutor] Drawing a figure

2011-12-30 Thread Alan Gauld
On 30/12/11 18:49, Stayvoid wrote: I think I'll stick with PyGTK. I assume "stick with" implies you have previous experience with GTk? How to install it? Sorry, can't help there, but there are some other GTk users on the list, maybe some of them use Mac and can help? I know that there is

Re: [Tutor] Drawing a figure

2011-12-30 Thread Stayvoid
I think I'll stick with PyGTK. How to install it? This FAQ looks outdated: http://faq.pygtk.org/index.py?req=show&file=faq01.019.htp I've also tried to compile it from source: PyGTK asked for pkg-config and pygobject. Pygobject asked for pkg-config. Pkg-config asked for pkg-config and glib: conf

Re: [Tutor] Drawing a figure

2011-12-30 Thread Alan Gauld
On 30/12/11 14:12, Stayvoid wrote: I want to write a program that can draw a figure using the coordinates specified by the user and calculate its area. An output should be saved in tiff or png. What should I use for this? You have lots of options. Since you are on a Mac you might want to try u

[Tutor] Drawing a figure

2011-12-30 Thread Stayvoid
Hey there! I want to write a program that can draw a figure using the coordinates specified by the user and calculate its area. An output should be saved in tiff or png. What should I use for this? Cheers. ___ Tutor maillist - Tutor@python.org To uns