[Touch-packages] [Bug 1722397] Re: idle doesn't run in 17.10

2017-10-10 Thread Serhiy Storchaka
** Changed in: python3-defaults (Ubuntu)
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1722397

Title:
  idle doesn't run in 17.10

Status in python3-defaults package in Ubuntu:
  Fix Released

Bug description:
  In 17.10 the idle package (v. 3.6.3-0ubuntu1) depends on Python 3.6.
  But the /usr/bin/idle script contains the code that doesn't work in
  Python 3.6.

  $ idle
  Traceback (most recent call last):
File "/usr/bin/idle", line 3, in 
  from idlelib.PyShell import main
  ModuleNotFoundError: No module named 'idlelib.PyShell'

  In Python 3.6 the PyShell module was renamed to pyshell (see
  https://bugs.python.org/issue24225).

  /usr/bin/idle-python3.6 from the idle-python3.6 package works
  correctly.

  Maybe make /usr/bin/idle just a link to /usr/bin/idle-python3.6?

  If you want /usr/bin/idle always run the default python3 and don't
  depent of future changes in the idlelib Python package, you can make
  it a shell script:

  #! /bin/sh
  exec /usr/bin/python3 -m idlelib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1722397/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1722397] Re: idle doesn't run in 17.10

2017-10-10 Thread dino99
Should be fixed now:

python3-defaults (3.6.3-0ubuntu2) artful; urgency=medium

  * Fix idle script. LP: #1721852.

 -- Matthias Klose   Tue, 10 Oct 2017 08:00:04 +0200

** Changed in: python3-defaults (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1722397

Title:
  idle doesn't run in 17.10

Status in python3-defaults package in Ubuntu:
  Incomplete

Bug description:
  In 17.10 the idle package (v. 3.6.3-0ubuntu1) depends on Python 3.6.
  But the /usr/bin/idle script contains the code that doesn't work in
  Python 3.6.

  $ idle
  Traceback (most recent call last):
File "/usr/bin/idle", line 3, in 
  from idlelib.PyShell import main
  ModuleNotFoundError: No module named 'idlelib.PyShell'

  In Python 3.6 the PyShell module was renamed to pyshell (see
  https://bugs.python.org/issue24225).

  /usr/bin/idle-python3.6 from the idle-python3.6 package works
  correctly.

  Maybe make /usr/bin/idle just a link to /usr/bin/idle-python3.6?

  If you want /usr/bin/idle always run the default python3 and don't
  depent of future changes in the idlelib Python package, you can make
  it a shell script:

  #! /bin/sh
  exec /usr/bin/python3 -m idlelib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1722397/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1722397] Re: idle doesn't run in 17.10

2017-10-09 Thread dino99
** Tags added: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1722397

Title:
  idle doesn't run in 17.10

Status in python3-defaults package in Ubuntu:
  New

Bug description:
  In 17.10 the idle package (v. 3.6.3-0ubuntu1) depends on Python 3.6.
  But the /usr/bin/idle script contains the code that doesn't work in
  Python 3.6.

  $ idle
  Traceback (most recent call last):
File "/usr/bin/idle", line 3, in 
  from idlelib.PyShell import main
  ModuleNotFoundError: No module named 'idlelib.PyShell'

  In Python 3.6 the PyShell module was renamed to pyshell (see
  https://bugs.python.org/issue24225).

  /usr/bin/idle-python3.6 from the idle-python3.6 package works
  correctly.

  Maybe make /usr/bin/idle just a link to /usr/bin/idle-python3.6?

  If you want /usr/bin/idle always run the default python3 and don't
  depent of future changes in the idlelib Python package, you can make
  it a shell script:

  #! /bin/sh
  exec /usr/bin/python3 -m idlelib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1722397/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp