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