Re: [Tutor] Eclipse and Member Function Availability

2005-05-27 Thread Lee Harr
>using autocomplete feature within Eclipse Are you using pydev? http://pydev.sourceforge.net/ Their website says: """ New Release: 0.9.3!! Wohooo!! Code completion Rules! Check it out! """ So apparently this is something they are actively working on. You may have an old version, or you may have

[Tutor] Eclipse and Member Function Availability

2005-05-27 Thread Gooch, John
I am building a class and using a "main.py" script as the "driver" for testing. Where I am having problems is that the class is defined in another file ( say the class is "MyClass" and the file is "MyClass.py" that I am importing as a module. The problem itself ( not a major one ), is that when usi