Re: [OpenIndiana-discuss] problem with idle3.9

2022-11-30 Thread Andreas Wacknitz

The file is there:

╰─➤  pkg search /usr/lib/python3.9/idlelib/util.py
INDEX  ACTION VALUE PACKAGE
path   file   usr/lib/python3.9/idlelib/util.py
pkg:/library/python/idle-39@3.9.15-2022.0.0.0

Maybe you need to update your installation? Are you sure that you have
the latest bits?

Andreas

Am 30.11.22 um 17:32 schrieb Apostolos Syropoulos via openindiana-discuss:

Hello,
idle3.9 ( Python's Integrated Development and Learning Environment) is not 
working:

  $ idle3.9
Traceback (most recent call last):
   File "/usr/bin/idle3.9", line 3, in 
     from idlelib.pyshell import main
   File "/usr/lib/python3.9/idlelib/pyshell.py", line 53, in 
     from idlelib.editor import EditorWindow, fixwordbreaks
   File "/usr/lib/python3.9/idlelib/editor.py", line 30, in 
     from idlelib.util import py_extensions
ModuleNotFoundError: No module named 'idlelib.util'

This means that the file

/usr/lib/python3.9/idlelib/util.py
is missing. I found this file in /tmp/XX/Python-3.9.13/Lib/idlelib/util.pyafter 
decompressing the python distribution to /tmp/ΧΧ I think thisfile must be 
included in the relevant package.
Kind regards,
Apostolos
--Apostolos Syropoulos
Xanthi, Greece



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] problem with idle3.9

2022-11-30 Thread Apostolos Syropoulos via openindiana-discuss
Hello,
idle3.9 ( Python's Integrated Development and Learning Environment) is not 
working:

 $ idle3.9
Traceback (most recent call last):
  File "/usr/bin/idle3.9", line 3, in 
    from idlelib.pyshell import main
  File "/usr/lib/python3.9/idlelib/pyshell.py", line 53, in 
    from idlelib.editor import EditorWindow, fixwordbreaks
  File "/usr/lib/python3.9/idlelib/editor.py", line 30, in 
    from idlelib.util import py_extensions
ModuleNotFoundError: No module named 'idlelib.util'

This means that the file 

/usr/lib/python3.9/idlelib/util.py
is missing. I found this file in /tmp/XX/Python-3.9.13/Lib/idlelib/util.pyafter 
decompressing the python distribution to /tmp/ΧΧ I think thisfile must be 
included in the relevant package.
Kind regards,
Apostolos
--Apostolos Syropoulos
Xanthi, Greece



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss