Re: [Tutor] first call - newcomer

2008-10-10 Thread Lie Ryan
On Mon, 2008-10-06 at 05:32 +0200, [EMAIL PROTECTED] wrote: > > Message: 8 > Date: Sun, 5 Oct 2008 20:27:39 -0700 > From: Anthony Smith <[EMAIL PROTECTED]> > Subject: [Tutor] first call - newcomer > To: > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > > Thi

Re: [Tutor] Installation Problems

2008-10-10 Thread Pierre Dagenais
Matthew Hill wrote: oops I ment to say 2.5.2 is what blender wanted and 2.6 was the newest one I had Then blender is likely to look for python.exe in c:\python25 while on your computer it's probably under c:\python26. Try renaming the directory c:\python26 to c:\python25 and see if that wo

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-10 Thread Wayne Watson
Title: Signature.html I decided on WinMerge. It works fine, but unless I missed it does not highlight changed lines on a b/w printer. I found some options for color, but none of them applied to the "yellow" line highlighting for differences. Wayne Watson wrote: I'm sure you're correct, bu

[Tutor] Iterating two one dimensional lists to create a multidemsional array

2008-10-10 Thread S Potter
OK I'm still new to the python list / array deal. I'm having problems with something very simple that I could accomplish in C++ but for some reason I'm not grasping it python. Here is my example psuedo code: I have two lists: items = ['roses','violets','sugar','so'] and attributes = ['red','b

Re: [Tutor] Iterating two one dimensional lists to create a multidemsional array

2008-10-10 Thread Kent Johnson
On Fri, Oct 10, 2008 at 10:45 PM, S Potter <[EMAIL PROTECTED]> wrote: > OK I'm still new to the python list / array deal. I'm having problems with > something very simple that I could accomplish in C++ but > for some reason I'm not grasping it python. > > Here is my example psuedo code: > > I have

Re: [Tutor] Text Scatter Plots?

2008-10-10 Thread Wayne Watson
Title: Signature.html Hi, I'm finally in a position where I might want to use matplotlib. I looked at the site but I'm not sure there's a download for 2.4. There seems to be one ( matplotlib-0.98.1.win32-py2.5.exe)download for Win XP (and other Win OSes). I did see that it requires python 2.3 a