[issue40031] Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to work.

2020-03-21 Thread Saaheer Purav


New submission from Saaheer Purav :

In Python 3.8.2 IDLE, when I try to select a new theme or change the font and 
font size in the Configure IDLE section, and click on 'Ok' or 'Apply', nothing 
happens. The buttons have no action. Even when I tried to press F5 to run 
module, nothing happened. In the 'config-keys.def' file, I edited the run 
module to 'F6' and tried to run module, but still nothing happened. However, 
when I edited the file back to 'F5' for run module, it worked, strangely. But 
still I am unable to select a new theme or change the font and font size as the 
buttons do not work.

--
assignee: terry.reedy
components: IDLE
messages: 364735
nosy: Vader27, terry.reedy
priority: normal
severity: normal
status: open
title: Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to work.
type: behavior
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue40031>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40031] Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to work.

2020-03-22 Thread Saaheer Purav


Saaheer Purav  added the comment:

I use Windows 10. I had a similar issue with python 3.8.0, which is why I 
uninstalled it and installed Python 3.8.2. The issue had been cleared, but then 
after a few weeks it happened again.

--

___
Python tracker 
<https://bugs.python.org/issue40031>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40031] Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to work.

2020-03-22 Thread Saaheer Purav


Saaheer Purav  added the comment:

I have tried everything like going to the .idlerc folder and making changes, 
but nothing worked. Finally, I had to change the original config files and it 
worked because Python is assuming that another theme which I put under 'IDLE 
Classic' is the original one. Also, the key for run-module(F5) doesn't work. In 
the original config file, the key for run-module is . However, Python 
does not read only that particular line and in the configure IDLE it shows that 
the field for run-module is empty.

--

___
Python tracker 
<https://bugs.python.org/issue40031>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40031] Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to work.

2020-04-25 Thread Saaheer Purav


Saaheer Purav  added the comment:

This is the error message that I get:

Failed to import extension:  AutoExpand
Failed to load extension 'AutoExpand'
Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1115, in load_extension
mod = importlib.import_module('.' + fname, package=__package__)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'idlelib.AutoExpand'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1099, in load_standard_extensions
self.load_extension(name)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1117, in load_extension
mod = importlib.import_module(fname)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'AutoExpand'

Failed to import extension:  CallTips
Failed to load extension 'CallTips'
Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1115, in load_extension
mod = importlib.import_module('.' + fname, package=__package__)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'idlelib.CallTips'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1099, in load_standard_extensions
self.load_extension(name)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1117, in load_extension
mod = importlib.import_module(fname)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'CallTips'

Failed to import extension:  ZoomHeight
Failed to load extension 'ZoomHeight'
Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1115, in load_extension
mod = importlib.import_module('.' + fname, package=__package__)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'idlelib.ZoomHeight'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1099, in load_standard_extensions
self.load_extension(name)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1117, in load_extension
mod = importlib.import_module(fname)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'ZoomHeight'

--

___
Python tracker 
<https://bugs.python.org/issue40031>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-05-02 Thread Saaheer Purav


Saaheer Purav  added the comment:

In my .idlerc folder, only 1 file is there- 'recent-files.lst'.

--

___
Python tracker 
<https://bugs.python.org/issue40031>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-05-03 Thread Saaheer Purav


Saaheer Purav  added the comment:

Here is the file.

--
Added file: https://bugs.python.org/file49116/config-extensions.def

___
Python tracker 
<https://bugs.python.org/issue40031>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com