Re: [Tutor] passing arguments via an instance of a class

2007-04-03 Thread John Fouhy
On 04/04/07, Che M <[EMAIL PROTECTED]> wrote: > As is, when I press that button I get this error: > > Name Error: global name xpoints is not defined. Can you post the full error message (including stack trace and line numbers) and the code for the last function in the stack trace? (i.e. the code

[Tutor] passing arguments via an instance of a class

2007-04-03 Thread Che M
Hi. Alan G helped me a week or two back with how to pass a list of points to a class which could use it to draw a graph.. Now I am doing it again, but with different code (based on an example of embedding a matplotlib plot in wxPython) and having trouble. That same basic issue is: I need to

Re: [Tutor] Building Project Management Software

2007-04-03 Thread wesley chun
> So I want this Project Management software to be able to hold multiple > projects, with tasks and sub tasks. In those tasks are placed for > notes, and notes about progress, etc. trac is good. if you want barebones issue mgmt, there's RoundUp ( http://roundup.sf.net ). for something on the o

Re: [Tutor] Building Project Management Software

2007-04-03 Thread Alan Gauld
"Will Shattuck" <[EMAIL PROTECTED]> wrote > I'm a beginning Python programmer and a beginning programmer in > general. I have a need to fill, but I can't seem to find any > software > out there that currently meets my needs. So, I'm wanting to try to > build it using Python, however I am very

Re: [Tutor] Building Project Management Software

2007-04-03 Thread Andreas Kostyrka
* Will Shattuck <[EMAIL PROTECTED]> [070404 00:08]: > Hi all, > > I'm a beginning Python programmer and a beginning programmer in > general. I have a need to fill, but I can't seem to find any software > out there that currently meets my needs. So, I'm wanting to try to > build it using Python,

[Tutor] Building Project Management Software

2007-04-03 Thread Will Shattuck
Hi all, I'm a beginning Python programmer and a beginning programmer in general. I have a need to fill, but I can't seem to find any software out there that currently meets my needs. So, I'm wanting to try to build it using Python, however I am very new to everything. So I want this Project Man