Re: Thread

2007-12-03 Thread Gianmaria Iaculo - NVENTA
Diez i'm so sorry, You are right. thank you. Gianmaria Firma Gianmaria Iaculo "Diez B. Roggisch" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Gianmaria Iaculo - NVENTA wrote: > >> >> Hi all, >> i'm using python 1.5.2

Thread

2007-12-03 Thread Gianmaria Iaculo - NVENTA
Hi all, i'm using python 1.5.2. Is it possible to use the Thread module? I need it for the Timer library. Regards, Gianmaria -- http://mail.python.org/mailman/listinfo/python-list

Events - Design Patterns

2007-11-30 Thread Gianmaria Iaculo - NVENTA
Hi there, i found a nice article about a custom implementation of events by Duncan Booth here: http://www.suttoncourtenay.org.uk/duncan/accu/pythonpatterns.html#observer The code is here: STEP 1) Define a Delegate Class class Delegate: '''Handles a list of methods and functions Usage:

Re: Bit Operations

2007-11-28 Thread Gianmaria Iaculo - NVENTA
John can you make an example of this solution? You maen that a more compact way is possible??? Firma Gianmaria Iaculo "John Machin" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > On Nov 29, 8:05 am, "Gianmaria Iaculo - NVENTA" > <[

Re: Bit Operations

2007-11-28 Thread Gianmaria Iaculo - NVENTA
M, J. Clifford Dyer <[EMAIL PROTECTED]> wrote: >> On Wed, Nov 28, 2007 at 10:05:40PM +0100, Gianmaria Iaculo - NVENTA wrote >> regarding Re: Bit Operations: >> > >> > Txs all, >> > i wont to respond to who asked why i needed it: >> > >>

Re: Bit Operations

2007-11-28 Thread Gianmaria Iaculo - NVENTA
,12.345678 i can send it as it's or use the nibble trick and on the receiving station 'unlift" the data and rebuild the original information... isn'it??? cheers + TXS, Gianmaria ps: now i'm gonna read all your answers in details... txs again Firma Gianmaria Iaculo

Bit Operations

2007-11-28 Thread Gianmaria Iaculo - NVENTA
Hi there, I'm so new to python (coming from .net so excuse me for the stupid question) and i'm tring to do a very simple thing,with bytes. My problem is this: i've a byte that naturally is composed from 2 nibbles hi&low, and two chars.. like A nd B. What i wonna do is to write A to the High nib