Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Mark Weil
Ctrl+M isn't bound to anything in particular in wxPython (the 'enter' key or otherwise). Drop down menus will auto-bind menu items if you include the shortcut keys on the menu's line item; Ctrl+N for New, for example. The OS could also be catching the event and doing something unwanted. Ctrl+M wo

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Wayne Werner
On Thu, Jan 6, 2011 at 11:46 AM, Octavian Rasnita wrote: > > I think that not the keystroke is the problem, but the library that creates > the GUI that handles it might have a bug. > > I gave you the idea that Control+M might not work because for example if > you press that hotkey in Notepad, it

Re: [Tutor] 4suite for python 2.7.1

2011-01-06 Thread Alan Gauld
"Harb, Ziad (STP)" wrote I'm using python 2.7.1 at work and we need to install 4suite-xml library but I see that the last installer is for python 2.5. Can you direct me to where I can download this installer from. I don't want the zip file, I want an installer. If it does not exist, Can you h

Re: [Tutor] I cant find add/remove in linux

2011-01-06 Thread Alan Gauld
"shaheryar ali" wrote I cant find add/remove in my linux, I am using a virtual box and actually want to install apache, This has little if anything to do with Python so you should probably try another discussion group. However, if you do, they will need to know more information. Like what

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Octavian Rasnita
From: "Alex Hall" > On 1/6/11, Octavian Rasnita wrote: >> From: "Alex Hall" >>> Hello all, >>> First, this is about a wx accelerator table, so if it is too off-topic >>> for this list, let me know. >>> >>> I have a table with 23 entries, all of which work. I added another >>> entry last night,

[Tutor] 4suite for python 2.7.1

2011-01-06 Thread Harb, Ziad (STP)
I'm using python 2.7.1 at work and we need to install 4suite-xml library but I see that the last installer is for python 2.5. Can you direct me to where I can download this installer from. I don't want the zip file, I want an installer. If it does not exist, Can you help me to make one? Thanks

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Alex Hall
On 1/6/11, Octavian Rasnita wrote: > From: "Alex Hall" >> Hello all, >> First, this is about a wx accelerator table, so if it is too off-topic >> for this list, let me know. >> >> I have a table with 23 entries, all of which work. I added another >> entry last night, and it does not work. The odd

Re: [Tutor] range function and floats?

2011-01-06 Thread Wayne Werner
On Wed, Jan 5, 2011 at 4:59 PM, Steven D'Aprano wrote: > Wayne Werner wrote: > >> > > I never said rounding errors - I said "pesky floating point errors". When >> > > Which ARE rounding errors. They're *all* rounding errors, caused by the > same fundamental issue -- the impossibility of represe

[Tutor] I cant find add/remove in linux

2011-01-06 Thread shaheryar ali
Hi everone out there, I cant find add/remove in my linux, I am using a virtual box and actually want to install apache, what should I do:) thanks From: Christian Witts To: tutor@python.org Sent: Thu, January 6, 2011 8:57:58 AM Subject: Re: [Tutor] cx_Oracle