The following forum message was posted by gregorratmann at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296:

I also added the PYTHONVERBOSE variable to True in the Python3.1 Interpreter
configuration.

[code]import sys; print('%s %s' % (sys.executable or sys.platform,
sys.version))
<class 'AttributeError'>:can't set attribute[/code]

No more more log message was printed.
I removed [code]import sys; print('%s %s' % (sys.executable or sys.platform,
sys.version))[/code] from the Prefereces -> Console Entry and I could at least
insert a print("Hello"), which was exectued, but followed again with the 
[code]<class
'AttributeError'>:can't set attribute[/code] exception.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to