Re: Troubles with 'self'

2008-05-08 Thread John Schroeder
I think you need to make an instance of your class. Try this: my_class_instance = DataAnalysis() LogFile = my_class_instance.BasicSummary ( ) On Thu, May 8, 2008 at 7:07 AM, Richard Speaker < [EMAIL PROTECTED]> wrote: > I'm somewhat new to Python... and programming in general. I know enough to

Troubles with 'self'

2008-05-08 Thread Richard Speaker
I'm somewhat new to Python... and programming in general. I know enough to be dangerous for sure. I have a feeling the solution to this is simple. I'm having trouble getting 'self' to initialize or work in a class application. I keep getting the message: LogFile = self.BasicSummary (