FS#22135 - [python] idle doesn't work

Attached to Project: Arch Linux
Opened by Lukas Jirkovsky (6xx) - Saturday, 18 December 2010, 10:48 GMT
Last edited by Allan McRae (Allan) - Saturday, 18 December 2010, 11:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
running idle prints following error message:

Traceback (most recent call last):
File "/usr/bin/idle3", line 5, in <module>
main()
File "/usr/lib/python3.1/idlelib/PyShell.py", line 1388, in main
shell = flist.open_shell()
File "/usr/lib/python3.1/idlelib/PyShell.py", line 277, in open_shell
self.pyshell = PyShell(self)
File "/usr/lib/python3.1/idlelib/PyShell.py", line 849, in __init__
import pydoc # import must be done here to capture i/o rebinding.
File "/usr/bin/pydoc.py", line 338
raise TypeError, message
^
SyntaxError: invalid syntax

Additional info:
* python-3.1.3-1-x86_64

Steps to reproduce:
1. install python
2. run "idle" or "idle3" in terminal
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 18 December 2010, 11:14 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Reason for request: I found out it's caused by kdevelop-extra-plugins-python-git package from AUR

Loading...