it does stuff automatically, so it either finds it or it doesn't
2004-12-08 34312, 2004
CarlosEcheverry
:( its not there :(
2004-12-08 34316, 2004
cikkolata
:\
2004-12-08 34313, 2004
CarlosEcheverry
well, anyway has been a big advance. He's now in DB at least
2004-12-08 34315, 2004
CarlosEcheverry
:)
2004-12-08 34341, 2004
cikkolata
that's good :)
2004-12-08 34324, 2004
CarlosEcheverry
mmhh 6 colombians artist has been grammy nominated :)
2004-12-08 34320, 2004
CarlosEcheverry
hehehe, ive added his photo album to my WMP :P
2004-12-08 34307, 2004
rj_ joined the channel
2004-12-08 34355, 2004
CarlosEcheverry has quit
2004-12-08 34317, 2004
Knio-sleep
Knio-sleep is now known as Knio
2004-12-08 34320, 2004
mambobuen joined the channel
2004-12-08 34325, 2004
mambobuen has quit
2004-12-08 34356, 2004
Knio
Knio is now known as Knio-school
2004-12-08 34332, 2004
walkah has quit
2004-12-08 34333, 2004
egru joined the channel
2004-12-08 34302, 2004
egru
Anyone have a second to help me get picard up and running on Linux?
2004-12-08 34315, 2004
cikkolata
I can try
2004-12-08 34337, 2004
egru
I've gone through all the prereq's, have most of the exact versions (more recent in 1 or 2 cases), when I try to start up tagger.py, I get a backtrace ending in TypeError: a bool is expected
2004-12-08 34343, 2004
egru
in SetUnderlined
2004-12-08 34302, 2004
cikkolata
hmm
2004-12-08 34333, 2004
cikkolata pokes ruaok
2004-12-08 34332, 2004
egru
i'll go back and make sure I have the exact versions recommended everywhere and see if I still hit it
2004-12-08 34335, 2004
egru
thanks though
2004-12-08 34338, 2004
cikkolata
ok
2004-12-08 34355, 2004
egru
anyone have it running with wxpython 2.5.3?
2004-12-08 34307, 2004
cikkolata checks what version she has
2004-12-08 34342, 2004
cikkolata
mine's 2.5.2, it seems
2004-12-08 34348, 2004
egru
k
2004-12-08 34303, 2004
egru
don't see any older versions for download. i'll come back in a bit to see if ruaok is around
2004-12-08 34308, 2004
egru waves
2004-12-08 34311, 2004
egru has quit
2004-12-08 34356, 2004
zwobly joined the channel
2004-12-08 34300, 2004
Necronom has quit
2004-12-08 34359, 2004
egru joined the channel
2004-12-08 34314, 2004
ruaok
egru: morning.
2004-12-08 34335, 2004
cikkolata
ruaok: do you know how to do regexes with unicode in them on stuff without python getting annoyed with me?
2004-12-08 34320, 2004
Russss has quit
2004-12-08 34321, 2004
ruaok
sure. its trivial. :-0
2004-12-08 34329, 2004
ruaok
use a u'this is a unicode' string.
2004-12-08 34348, 2004
ruaok
and pass that to the re module
2004-12-08 34350, 2004
cikkolata
it hates me though
2004-12-08 34358, 2004
cikkolata
I'm trying to do stuff on stuff I'm reading from stdin
2004-12-08 34342, 2004
cikkolata
I'm having a bad day :(
2004-12-08 34356, 2004
cikkolata
everything is telling me to take my unicode and go fuck myself
2004-12-08 34347, 2004
DJKC
well, is it at least cute unicode you can have fun doing that with?
2004-12-08 34354, 2004
cikkolata laughs
2004-12-08 34348, 2004
ruaok
are you converting your data read from stdin to unicode?
2004-12-08 34358, 2004
cikkolata
no, I don't know how :x
2004-12-08 34317, 2004
ruaok
simpy cast it to type unicode:
2004-12-08 34328, 2004
ruaok
uString = unicode(nString)
2004-12-08 34352, 2004
cikkolata
:/
2004-12-08 34337, 2004
cikkolata
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 23: ordinal not in range(128)
2004-12-08 34307, 2004
ruaok
paste some code
2004-12-08 34339, 2004
cikkolata
it says that for the ustring = unicode(nstring) line
2004-12-08 34357, 2004
ruaok
how are you reading input
2004-12-08 34359, 2004
ruaok
?
2004-12-08 34311, 2004
cikkolata
for line in sys.stdin
2004-12-08 34336, 2004
ruaok
and it dies the moment you put in valid utf8 chars, right?