[14:13] working in the GUI [14:13] anyone has tested? [14:14] not me lul [14:15] I didn't know its ready to be tested heh [14:18] Cool [14:18] "load available dumps" includes referata wikis which I uploaded [14:18] you can also include from the WikiTeamMirror directory [14:19] yes, just a second ago i added a scrollbar [14:19] svn up [14:20] heh [14:20] everything loads nicely [14:20] (so far) [14:21] (since it isn't really designed to do anything yet) [14:21] are you on linux or windows? [14:21] linux for now [14:22] do you know python? [14:22] still very much beginner [14:23] but looking at something that is written like gui.py, should be easy to make small changes [14:23] like writing/improving documentation :) [14:27] emijrp: I wanted to ask you, how is the editcount ranking script that you used to have going on? [14:28] you have committer access, just checkout using your developer password http://code.google.com/p/wikiteam/source/checkout [14:29] oh, thanks :) [14:29] but how is the editcount ranking tool you have going? [14:29] everyone is waiting for it to come back up :P [14:30] code is gpl3 [14:30] help me, i cant code all the things [14:32] lol [14:33] but archive all the things [14:34] ok, I shall try to do as much as I can [14:40] let me commit something... [14:42] okay, I will help some other time, got to go :) [17:46] emijrp: I just read your message about GUI, sounds great [17:46] Wanted to warn you though: If you use Tkinter as your GUI toolkit, you won't be able to bundle everything together into a single exe file with py2exe [17:47] Creating a windows binary that also requires some subfolders to run will work fine, but the bundle option on py2exe will fail [17:47] Cost me a lot of time on a project once :-/ [17:49] i heard tkinter works fine with py2exe [17:49] i will try later [17:50] if you know tkinter, you can help [17:50] im learning now.. [17:52] Yes, it will work fine, just the "bundle_files" option will not work, so you will never be able to create a single windows executable. You will always need to distribute the executable plus a folder of support files. [17:53] I don't know much about tkinter either, I stopped using it because that single problem was a dealbreaker [17:55] but it is better than installing wxwidgets, i guess [17:55] Probably. I just wanted to warn you, in case you also depend on the bundle_files option of py2exe. [17:55] ok thanks