Python Forum
Using IDLE, bug when clicking code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using IDLE, bug when clicking code
#1
Hi,

When using IDLE, I click on my code and it selects the row of code above, for example (look below) if I click on the end of the "print('Hello')" line, it will select the end of the "print('No')" line of text/code.

Demo text:

print('No')
print('Hello')
Help would be appreciate.


Cheers
Reply
#2
IDLE is probably considered the worst IDE's out there. Unfortunately, it is packaged with python on Windows. I would suggest to use a different IDE.
Recommended Tutorials:
Reply
#3
@metalburr What would you recommend?

P.S Thank you @Yoriz
Reply
#4
any other one that that one. Its all based on preference. Some people like huge IDE's that does everything for you, some people like simple text editors with the bare minimum. Some people dont want a GUI at all (Vim).

Here is a list of common ones
https://www.softwaretestinghelp.com/pyth...e-editors/

list of IDE's
https://wiki.python.org/moin/IntegratedD...vironments
list of editors
https://wiki.python.org/moin/PythonEditors
Recommended Tutorials:
Reply
#5
Notepad++ ?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why can I not see the code correctly in Python IDLE.? Trump 7 439 Mar-14-2024, 09:05 PM
Last Post: deanhystad
  Clicking Every Page and Attachment on Website shoulddt 1 1,700 Jul-09-2021, 01:08 PM
Last Post: snippsat
  vs code interpreter vs IDLE feature tsmspace 4 4,149 Apr-01-2020, 10:45 PM
Last Post: kiliman13
  How to automate the clicking of GUI's menu? Hypermesher 3 3,141 Jul-26-2019, 08:55 AM
Last Post: Malt
  Code works in IDLE, appears to work in CMD, but won't produce files in CMD/Windows ChrisPy33 3 3,195 Jun-12-2019, 05:56 AM
Last Post: ChrisPy33
  How to write a code to get this kind of output in IDLE kavindu 5 3,496 Oct-28-2018, 07:46 PM
Last Post: wavic
  Pop up the Python shell after clicking a window aking76 0 2,124 Sep-18-2018, 02:27 PM
Last Post: aking76
  IDLE not importing pygame (ok outside of IDLE) miner_tom 1 3,282 Sep-14-2018, 07:54 PM
Last Post: Larz60+
  How to write a code to open and read text file by clicking on the "text file" kavindu 4 4,076 Jul-06-2018, 06:55 PM
Last Post: buran
  Function for clicking a button within a browser NikonNorm 6 4,382 Jun-06-2018, 04:08 PM
Last Post: Grok_It

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020