[Bug 1242991] [NEW] idle-python2.7 Can't Open Existing File (

Jh sifter23 at aol.com
Tue Oct 22 02:23:00 UTC 2013


Public bug reported:

Hi,

  Kubuntu 13.4, KDE Platform Version 4.11.2...
   Installed idle-python2.7 via MuonPackage Manager.  

After downloading the package for IDLE (python2.7) I found I could not
open any existing files from "<TOOLBAR>->File->Open". This would only
result in a blank (grayish) screen that would freeze and stay open after
closing IDLE.

After running the source in "/usr/lib/python2.7/idlelib/idle.py", I
discover the problem is on line 129 on file
"/usr/lib/python2.7/idlelib/IOBinding.py". There seems to be a variable
declared incorrectly.

-- for line in lst:       #This line causing exception  
++for line in str:      #Changin line to this fixed the problem.

I hope this helps.

Regards,

sifter

** Affects: python2.7 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1242991

Title:
  idle-python2.7 Can't Open Existing File (

Status in “python2.7” package in Ubuntu:
  New

Bug description:
  Hi,

    Kubuntu 13.4, KDE Platform Version 4.11.2...
     Installed idle-python2.7 via MuonPackage Manager.  

  After downloading the package for IDLE (python2.7) I found I could not
  open any existing files from "<TOOLBAR>->File->Open". This would only
  result in a blank (grayish) screen that would freeze and stay open
  after closing IDLE.

  After running the source in "/usr/lib/python2.7/idlelib/idle.py", I
  discover the problem is on line 129 on file
  "/usr/lib/python2.7/idlelib/IOBinding.py". There seems to be a
  variable declared incorrectly.

  -- for line in lst:       #This line causing exception  
  ++for line in str:      #Changin line to this fixed the problem.

  I hope this helps.

  Regards,

  sifter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1242991/+subscriptions



More information about the foundations-bugs mailing list