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

Summary: Python console does not work with >Python 3.0
Product: python Reporter: dualbus <dualbus>
Component: ConsoleAssignee: ardavis26 <ardavis26>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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