Re: [Tutor] unable to build python-2.7.1

2011-01-21 Thread Wayne Werner
On Fri, Jan 21, 2011 at 12:17 PM, wrote: > I would have thought that building python-2.7.1 would be pretty > straightforward - even on an SGI Altix. There were no issues when I ran > configure. However, running make results in the following compile error: > >Objects/floatobject.c(2603): remar

Re: [Tutor] list of tutors for python

2011-01-21 Thread Alan Gauld
"bruce" wrote Please don't slam me!! I'm working on a project, looking for a pretty good number of pythonistas. Trying to find resources that I should look to to find them, and thought I would try here for suggestions. OK, This list is not a recruiting forum for Python tutors. It is a mailin

Re: [Tutor] Tkinter in classes...why?

2011-01-21 Thread Alan Gauld
Elwin Estle" wrote I have some experience in Tcl\Tk, and so far, Tkinter is striking me as harder to use that Tk in it's "native" environment. They are actually very similar although Tkinter is a little more verbose. Remember that Tk uses objects too, its just that they are less visible. W

[Tutor] unable to build python-2.7.1

2011-01-21 Thread brian.sheely
I would have thought that building python-2.7.1 would be pretty straightforward - even on an SGI Altix. There were no issues when I ran configure. However, running make results in the following compile error:   Objects/floatobject.c(2603): remark #810: conversion from "int" to "unsigned char" may l

Re: [Tutor] list of tutors for python

2011-01-21 Thread Steven D'Aprano
bruce wrote: Hi guys. Please don't slam me!! I'm working on a project, looking for a pretty good number of pythonistas. Trying to find resources that I should look to to find them, and thought I would try here for suggestions. I'm sorry, I don't understand what your question is. If you're loo

Re: [Tutor] list of tutors for python

2011-01-21 Thread Emile van Sebille
On 1/21/2011 12:57 PM bruce said... Hi guys. Please don't slam me!! I'm working on a project, looking for a pretty good number of pythonistas. Trying to find resources that I should look to to find them, and thought I would try here for suggestions. Any comments would be appreciated. You're

[Tutor] list of tutors for python

2011-01-21 Thread bruce
Hi guys. Please don't slam me!! I'm working on a project, looking for a pretty good number of pythonistas. Trying to find resources that I should look to to find them, and thought I would try here for suggestions. Any comments would be appreciated. Thanks

Re: [Tutor] Importing packages

2011-01-21 Thread Jerry Hill
On Fri, Jan 21, 2011 at 4:10 AM, arun kumar wrote: > Hi, > > I'm trying to program with gdata > (http://code.google.com/p/gdata-python-client/) using python > library.I'm having problem in writing import statements. Have you read the Getting Started document linked from their wiki? Particularly,

Re: [Tutor] not understanding a recursion example

2011-01-21 Thread Bill Allen
Peter, Thank you very much for the explanation. I understand this much better now. You are correct, the implementation you show is easier for me to understand. --Bill On Fri, Jan 21, 2011 at 03:43, Peter Otten <__pete...@web.de> wrote: > Bill Allen wrote: > > > I am not understand

Re: [Tutor] Importing packages

2011-01-21 Thread arun kumar
hi, I am not understanding what you are saying. I included those modules in the sys.path. i want to know how to write the import statement for the modules and packages. I downloaded the gdata client library and extracted it. It contained a scr directory which contained two directories: 1)atom 2)g

Re: [Tutor] How to plot graph?

2011-01-21 Thread tee chwee liong
hi, i'm using python 2.5 and windows xp. my sample data is as below. i intend to plot EyVt and EyHt on the Y-axis and Lane as the X-axis. Platform: PC Tempt : 25 TAP0 :0 TAP1 :1 + Port Chnl Lane EyVt EyHt +

Re: [Tutor] Importing packages

2011-01-21 Thread Pacific Morrowind
Hi; On 21/01/2011 1:10 AM, arun kumar wrote: Hi, I'm trying to program with gdata (http://code.google.com/p/gdata-python-client/) using python library.I'm having problem in writing import statements. The source directory content is like this: atom(folder): this folder contains some files with

Re: [Tutor] not understanding a recursion example

2011-01-21 Thread Peter Otten
Bill Allen wrote: > I am not understanding the following code (I did not write it). It > demonstrates walking a tree-like data structure using recursion. It does > run and produces reasonable output. I particularly do not understand the > "traverse.level" statements. Can anyone give me an idea

[Tutor] Importing packages

2011-01-21 Thread arun kumar
Hi, I'm trying to program with gdata (http://code.google.com/p/gdata-python-client/) using python library.I'm having problem in writing import statements. The source directory content is like this: atom(folder): this folder contains some files with the .py extension gdata (folder):this folder co