This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175898 - Python console does not work with >Python 3.0
Summary: Python console does not work with >Python 3.0
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Console (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: ardavis26
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 08:19 UTC by dualbus
Modified: 2009-11-11 18:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dualbus 2009-11-02 08:19:34 UTC
The print keyword is a function in Python 3.0, so the 'print "NbPython console"' in console.py will not work with
>=Python 3.0.
Comment 1 ardavis26 2009-11-11 18:52:52 UTC
Edited console.py file to work with Python 3