473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

mac IDLE problems

Hi,

In the IDLE, I can't get most shortcut keys that are listed next to
the menu items to work. For instance, under the Format menu item only
the shortcuts for "indent region" and "undent region" work. If I
highlight some text and use Shift+3 to comment out the region I
highlighted, the code is erased and I get the # symbol. When I use
the option(alt key) and type a character, I get things like this:

ƒ,¢,º,˚

I looked under Options/Configure IDLE/Keys and tried the various built
in key sets, and none seem to work.

I also can't use my mouse to copy(or cut) and paste. When I highlight
something and right click(in an attempt to bring up the context menu
that has copy, cut, paste, etc.), the text that is highlighted is
doubled when I right click, e.g.:

some text

becomes:

some textsome text

And, sometimes when I try to highlight a line, the line 7 lines below
the cursor gets highlighted.

intel mac, os 10.4.7, python 2.4.4

Apr 13 '07 #1
3 3187
7stud wrote:
Hi,

In the IDLE, I can't get most shortcut keys that are listed next to
the menu items to work. For instance, under the Format menu item only
the shortcuts for "indent region" and "undent region" work. If I
highlight some text and use Shift+3 to comment out the region I
highlighted, the code is erased and I get the # symbol. When I use
the option(alt key) and type a character, I get things like this:

ƒ,¢,º,˚

I looked under Options/Configure IDLE/Keys and tried the various built
in key sets, and none seem to work.

I also can't use my mouse to copy(or cut) and paste. When I highlight
something and right click(in an attempt to bring up the context menu
that has copy, cut, paste, etc.), the text that is highlighted is
doubled when I right click, e.g.:

some text

becomes:

some textsome text

And, sometimes when I try to highlight a line, the line 7 lines below
the cursor gets highlighted.

intel mac, os 10.4.7, python 2.4.4
IDLE under 2.5 has been much improved on the Mac; all the standard Mac
keyboard shortcuts are supported, and in general it's more stable. With
2.5, IDLE replaces the old PythonIDE that used to ship with MacPython.
Can you update to 2.5?

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Apr 13 '07 #2
On Apr 13, 10:27Â*am, Kevin Walzer <k...@codebykevin.comwrote:
7stud wrote:
Hi,
In the IDLE, I can't get most shortcut keys that are listed next to
the menu items to work. Â*For instance, under the Format menu item only
the shortcuts for "indent region" and "undent region" work. Â* If I
highlight some text and use Shift+3 to comment out the region I
highlighted, the code is erased and I get the # symbol. Â* When I use
the option(alt key) and type a character, I get things like this:
ƒ,¢,º,˚
I looked under Options/Configure IDLE/Keys and tried the various built
in key sets, and none seem to work.
I also can't use my mouse to copy(or cut) and paste. Â*When I highlight
something and right click(in an attempt to bring up the context menu
that has copy, cut, paste, etc.), the text that is highlighted is
doubled when I right click, e.g.:
Â* Â* Â*some text
becomes:
Â* Â* Â*some textsome text
And, sometimes when I try to highlight a line, the line 7 lines below
the cursor gets highlighted.
intel mac, os 10.4.7, python 2.4.4

IDLE under 2.5 has been much improved on the Mac; all the standard Mac
keyboard shortcuts are supported, and in general it's more stable. With
2.5, IDLE replaces the old PythonIDE that used to ship with MacPython.
Can you update to 2.5?

--
Kevin Walzer
Code by Kevinhttp://www.codebykevin.com
Thanks for the info. I just updated to 2.4.4 because the download
said there were more packages for the mac than with 2.5. I think I'll
probably just stick to vim for an editor.

Apr 13 '07 #3
7stud wrote:
On Apr 13, 10:27Â am, Kevin Walzer <k...@codebykevin.comwrote:
>7stud wrote:
>>Hi,
In the IDLE, I can't get most shortcut keys that are listed next to
the menu items to work. Â For instance, under the Format menu item only
the shortcuts for "indent region" and "undent region" work. Â If I
highlight some text and use Shift+3 to comment out the region I
highlighted, the code is erased and I get the # symbol. Â When I use
the option(alt key) and type a character, I get things like this:
ƒ,¢,º,˚
I looked under Options/Configure IDLE/Keys and tried the various built
in key sets, and none seem to work.
I also can't use my mouse to copy(or cut) and paste. Â When I highlight
something and right click(in an attempt to bring up the context menu
that has copy, cut, paste, etc.), the text that is highlighted is
doubled when I right click, e.g.:
   some text
becomes:
   some textsome text
And, sometimes when I try to highlight a line, the line 7 lines below
the cursor gets highlighted.
intel mac, os 10.4.7, python 2.4.4
IDLE under 2.5 has been much improved on the Mac; all the standard Mac
keyboard shortcuts are supported, and in general it's more stable. With
2.5, IDLE replaces the old PythonIDE that used to ship with MacPython.
Can you update to 2.5?

--
Kevin Walzer
Code by Kevinhttp://www.codebykevin.com

Thanks for the info. I just updated to 2.4.4 because the download
said there were more packages for the mac than with 2.5. I think I'll
probably just stick to vim for an editor.
You realize that packages are trivial to build for 2.5, assuming you
have the developer tools installed? Usually it's sudo easy_install foo
(if you have setuptools installed) or sudo python setup.py.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Apr 13 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bartolomé Sintes Marco | last post by:
Hi, I have downloaded and installed Python 2.3 RC1 in a Windows 98 SE computer. IDLE 1.0 does not work very well: a) When I open with IDLE 1.0 RC1 a program written with IDLE 0.8, non-ASCII...
16
by: Kerry Neilson | last post by:
For the past couple of months, Idle won't start when I invoke it. I am at a complete loss for why this is. When this happens, they python command line still starts, and python works fine...
15
by: Aubrey Hutchison | last post by:
### this will test if your version of IDLE on windows is a MATURE program design ### print "Hello world, If Python IDLE is a mature program design it will output this" Save this simple...
1
by: Moosebumps | last post by:
So say I am working on two separate .py files in IDLE that are part of the same program. Does anyone have problems where when you modify one file, and then run the other, the changes you made in...
1
by: Paul Dankoski | last post by:
Hello. I downloaded and installed Windows Python-2.3.exe. The install appears to be successful. There is a Start menu item showing "Python 2.3" --> "IDLE (Python GUI)". When I select this,...
0
by: Brian van den Broek | last post by:
Brian van den Broek said unto the world upon 2005-02-04 22:21: > Hi all, > > IDLE refuses to launch, and I believe it is because I attempted to > define a custom key-binding that it doesn't like....
1
by: Bennie Tilma | last post by:
I'm having trouble with opening the IDLE and running programs. Every time I try to open it, it says: 1. Socket error: Connection refused 2. IDLE's subprocess didn't make connection. Either IDLE...
2
by: Jim Hendricks | last post by:
New to Python, and just had something strange happen. I've been running my new code in IDLE running in windows. My IDLE version shows as 1.2.1, Python version displaying in IDLE is 2.5.1. I...
3
by: Giraffe | last post by:
I have the followong class in a file: -------------------------------------------- class someClass: def __init__ (self): self.someVar = 10 def getSomeVar (self): return self.someVar...
0
by: Terry Reedy | last post by:
Murphy.MarkS@epamail.epa.gov wrote: I have both 2.5.2 and 3.0b2 loaded for all users on stock xp with all upgrades. I put /Python25 and /Python30 under Program Files instead of C:. As normal...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.