Re: Serial I/O problem with pywin32 ?

2008-09-04 Thread Impotent Verse
On 3 Sep, 16:33, Diez B. Roggisch [EMAIL PROTECTED] wrote: Xavier schrieb: Hi, I try to access to a Bluetooth GPS data-logger with Python. I use pySerial. Sending and receiving little messages (~100 char) works fine. However, when I ask the GPS to dump the trails, it returns some

Re: Dictionary bidirectional

2008-07-14 Thread Impotent Verse
If keys and values are unique you could do this... -- # Left : Right roman = { One : I, Two : II, Three : III, Four: IV, Five: V, Six : VI, Seven : VII, Eight : VIII,