Re: Python IDE/text-editor

2011-04-18 Thread Ton van Vliet
tform independant source (.zip), however wxPython is a requirement (so possibly not 'exactly' what you are looking for) -- Ton -- http://mail.python.org/mailman/listinfo/python-list

Help: problem in setting the background colour ListBox

2010-11-30 Thread ton ph
Hi everyone , I have a requirement of displaying my data in a textCtrl like widget , but i need that the data in the row be clickable , so as when i click the data i could be able to get fire and even and get me the selected data value.After a long search i found ListBox to be perfect for my use

Re: Help: Guide needed in trying to delete/flush the content of a fifo file.

2010-11-17 Thread Ton
, MRAB wrote: > On 16/11/2010 06:52, Ton wrote: > > > > > On Nov 16, 1:47 am, MRAB  wrote: > >> On 15/11/2010 11:03, Ton wrote: > > >>> On Nov 14, 11:55 pm, MRAB    wrote: > >>>> On 14/11/2010 14:48, ton ph wrote:>    Hi python geeks, >

Re: Help: Guide needed in trying to delete/flush the content of a fifo file.

2010-11-15 Thread Ton
On Nov 16, 1:47 am, MRAB wrote: > On 15/11/2010 11:03, Ton wrote: > > > > > On Nov 14, 11:55 pm, MRAB  wrote: > >> On 14/11/2010 14:48, ton ph wrote:>  Hi python geeks, > >>>     I have  problem which i have been trying to find out for the past > >&

Re: Help: Guide needed in trying to delete/flush the content of a fifo file.

2010-11-15 Thread Ton
On Nov 14, 11:55 pm, MRAB wrote: > On 14/11/2010 14:48, ton ph wrote:> Hi python geeks, > >    I have  problem which i have been trying to find out for the past > > some days, i have a device which feeds info to my fifo continuosly, and > > a thread of mine reads the &

Help: Guide needed in trying to delete/flush the content of a fifo file.

2010-11-14 Thread ton ph
Hi python geeks, I have problem which i have been trying to find out for the past some days, i have a device which feeds info to my fifo continuosly, and a thread of mine reads the fifo continuosly. Now when i change a parameter in the device, it sends me different values. Now my problem is that

Re: the annoying, verbose self

2007-11-26 Thread Ton van Vliet
ow a way to distinguish between them (I'm just a beginner ;-) -- Ton -- http://mail.python.org/mailman/listinfo/python-list

Re: the annoying, verbose self

2007-11-24 Thread Ton van Vliet
On 24 Nov 2007 16:07:18 GMT, Duncan Booth <[EMAIL PROTECTED]> wrote: >Ton van Vliet <[EMAIL PROTECTED]> wrote: > >> It would boil down to choice: explicit/speed vs implicit/readability > >No, it would boil down to explicit+speed+readability+maintainability vs >im

Re: the annoying, verbose self

2007-11-24 Thread Ton van Vliet
On 24 Nov 2007 13:56:37 GMT, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: >On Sat, 24 Nov 2007 14:09:04 +0100, Ton van Vliet wrote: > >> On 24 Nov 2007 08:48:30 GMT, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> >> wrote: >> &g

Re: the annoying, verbose self

2007-11-24 Thread Ton van Vliet
On 24 Nov 2007 08:48:30 GMT, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: >On Sat, 24 Nov 2007 09:12:34 +0100, Ton van Vliet wrote: > >> Just bringing up something I sometimes miss from good-old Turbo-Pascal >> here, which has the WITH statement to reduce

Re: the annoying, verbose self

2007-11-24 Thread Ton van Vliet
ce 'with' is already in use, another keyword (e.g. 'using') would be needed I guess speed would also be a major issue, but readibility would gain from it (IHMO :-) -- Ton -- http://mail.python.org/mailman/listinfo/python-list

Re: python at command prompt

2007-11-05 Thread Ton van Vliet
;t apply to the >command line. Try typing "wordpad" in a cmd shell, then try it >in Start -> Run. Which, as I learned now, can be 'simulated' by typing 'start wordpad' at the command line (I wasn't aware of that before) Let's hope the OP got his problem solved ;-) -- Ton -- http://mail.python.org/mailman/listinfo/python-list

Re: python at command prompt

2007-11-05 Thread Ton van Vliet
On Mon, 05 Nov 2007 11:03:36 +1100, "[david]" <[EMAIL PROTECTED]> wrote: >Tim Roberts wrote: >> Ton van Vliet <[EMAIL PROTECTED]> wrote: >>> There's could also be an issue with entering 'python' at the command >>> line, and not

Re: python at command prompt

2007-11-05 Thread Ton van Vliet
On Sat, 03 Nov 2007 22:51:05 GMT, Tim Roberts <[EMAIL PROTECTED]> wrote: >Ton van Vliet <[EMAIL PROTECTED]> wrote: >> >>There's could also be an issue with entering 'python' at the command >>line, and not 'python.exe'. Once the PATH

Re: python at command prompt

2007-11-01 Thread Ton van Vliet
exe', and check whether that works. IMHO, to get any 'program-name' (without the .exe extension) to work, one needs to: 1. register the executable with windows (doesn't work for python) or 2. make sure the the PATHEXT environment variable is set correctly, and includes