[05:22] Can someone help making https://code.launchpad.net/~smartboyhw/testdrive/lp-fix-ubuntukylin-1170617 work [07:20] maclin2, Can someone help making https://code.launchpad.net/~smartboyhw/testdrive/lp-fix-ubuntukylin-1170617 work [07:20] :P Help me :P [07:21] other than a fix in the doc files and re-basing (i've requested a merge for that smartboyhw), we're out of ides [07:21] *ideas [07:21] Noskcaj, the problem is that both Testdrive maintainers JUST IGNORE US. [07:21] yep [07:21] I'm thinking to tell balloons to directly contact them. [07:22] and now that kirkland is at canonical again, they don't have an excuse [07:22] maybe if we went to other canonical guys? [07:22] Noskcaj, kirkland is back at Canonical again? [07:23] smartboyhw, i think so, i saw it on planet ubuntu last month [07:28] smartboyhw, I am trying it. [07:39] smartboyhw, what is your problem? [07:41] smartboyhw, I have just installed python-distutils-extra. Now I can build and install your code. How to check right or not? [07:43] maclin, just run the setup.py file. testdrive-gtk won't open and running it from terminal giver the error http://paste.ubuntu.com/5812963/ [07:48] ok, i will try it [07:51] Noskcaj, I found testdrive-gtk not work and give an different error: testdrivegtk.testdrivegtkconfig.project_path_not_found [07:51] testdrive works well [07:52] I am checking the testdrive-gtk error... [08:04] Noskcaj,this is my error http://paste.ubuntu.com/5813208/, I wonder wether I take the right way and catch your step? [08:05] what command did you run? [08:05] and would you mind running it with -v to enable debug [08:06] python setup.py build and then python setup.py install [08:06] then i run testdrive-gtk in the bin directory [08:07] ok. could you tun "testdrive-gtk" as a command from terminal [08:09] yep, but error is the same: http://paste.ubuntu.com/5813208/ [08:09] ok [08:14] Noskcaj, the testdrive works well here. What is the correct result if the testdrive-gtk works? [08:15] maclin, it should open, with the addition of kylin [08:41] Noskcaj, the problem is that the build won't refresh the data file. [08:41] And it will fail to launch. [08:42] smartboyhw, since you understand the problem. any idea how to make a fix? [08:43] Noskcaj, no. [08:43] then back to pinging kirkland and roaxsoax [15:44] smartboyhw, I tried your testdrive branch, and I encountered the same error of you. Then i replace the error code :self.self.chk_flavor_ubuntukylin = self.builder.get_object("chk_flavor_ubuntukylin") with chk_flavor_ubuntukylin = self.builder.get_object("chk_flavor_lubuntu"), then the error disappeared, but expected things not happen... [16:02] maclin, of course:P [16:06] smartboyhw, these codes just create UI component , if i replace the connection , the UI will display as expected? [16:06] maclin, the problem is: I created the UI. however the UI files aren't replaced during build.