[06:52] good morning === dholbach_ is now known as dholbach [07:10] Hi, How do I call a method from a class into another method in python. I am stuck at this, here is my code --> http://pastebin.com/ncX0PyD2 [07:12] I want to call workingfolder_set [07:14] raam, so you want to call workingfolder_set() from another method in Record? [07:14] dholbach: no another method in another class [07:15] r = Record(); r.workingfolder_set(widget)? [12:05] Hello, how do i refer to a "non __init__" method variable using instance in python? see this --> http://pastebin.com/e4DUuvUw [12:12] johnp_, like that: http://pastebin.com/8SSwXLQs? [12:12] (without the ? at the end...) [12:12] johnp_, what do you want to do in test() ? [12:13] I want to avoid global and class variables :) [12:16] I want to call a local variable 'y' outside method 'test'. [12:16] johnp_, "y" is in a method "test", so, you can't access it outside the method. What you can do is doing self.y = 0, so as it is attached to the object. [12:17] johnp_, for instance, this will work: http://pastebin.com/VVHwJpqJ [12:18] ok i try === allquixotic_ is now known as allquixotic === margo_ is now known as margo [23:56] http://askubuntu.com/questions/159302/whats-up-with-the-libqtrpc2-1-rds-package-in-the-archives [23:56] Can anyone figure out exactly what's going on there? [23:56] It's terribly confusing.