[Pydev-users] [Users] RE: pydev console error

2011-01-20 Thread SourceForge.net
The following forum message was posted by gregorratmann at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Thanks. Fixed for me too, since version 1.6.5.2011011810. Regards, Greg -- Protect You

[Pydev-users] [Users] RE: pydev console error

2011-01-18 Thread SourceForge.net
The following forum message was posted by warknight at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Yep, thank you Fabio, Tested on Windows 7 and Windows Xp both with Eclipse Helios and Python 3.1.3 and problem is fixed for both. Regards, Matt -

[Pydev-users] [Users] RE: pydev console error

2011-01-18 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Many thanks Fabio, I can confirm that this is now fixed. -- Protect Your Site and Customers fr

[Pydev-users] [Users] RE: pydev console error

2011-01-18 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Hi All, I think I just fixed the issue :) It was because of a change in python 3.1.3 which changed pydoc.help.input to be a readonly property -- it got difficult to repr

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Have added the console output and check_pydevconsole.py results to the bug tracker. [url]https://sourceforge.net/tracker/?group_id=85796&atid=577329[/url] ---

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Hi, I've just pushed a new nightly (1.6.5.2011011800) in the hopes it'll at least give more information... Can someone with the problem run it and let me know the results

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Hi Fabio, The files appear to be in the bug tracker and assigned to you. I actually fixed the c: thing but didn't delete the errors from the file. Anyway let me know i

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Hi inioka, The files don't appear attached to the bug at https://sourceforge.net/tracker/index.php?func=detail&aid=3157697&group_id=85796 &atid=577329 (but anyways, I jus

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Okay my brain just woke up. I have added the files to the bug report as requested. -- Protect

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Sorry dont know how to attach files. The link below contains the only file generated sitecustomize_output : [url=http://www.headlessarmy.com/downloads/sitecustomize_outp

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: It's strange that setting the PYTHONVERBOSE didn't show more information, so, maybe the stderr/stdout is being swallowed for some reason... So can someone (after changing

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by gregorratmann at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: I compiled Python 3.1.3 (r313:86834, Jan 17 2011, 10:04:29) from source, but unfortunately did not change anything. [Ubuntu 10.10, Eclipse Platform (Version: 3.7.0)

[Pydev-users] [Users] RE: pydev console error

2011-01-17 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Yes I am using 3.1.3 and I also added the PYTHONVERBOSE variable to True. I did notice it mentioned that a bug which sounded like this was fixed. However the bug still e

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Can you check with Python 3.1.3? I was reading through the release docs and I think it *could* be something that was fixed from 3.1.2 ta 3.1.3 (although I may be wrong). M

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by gregorratmann at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Platform: Ubuntu 10.10, Eclipse Platform (Version: 3.7.0, Build id: I20101208-1300, though older version have same issue), Pydev 1.6.5.2011010512, Python 3.1.2 --

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: What's the exact python version you're using? 3.1.3? Which OS? Cheers, Fabio -- Protect Your

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by gregorratmann at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: nope, the shell does not work after that error message -- Protect Your Site and Custome

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
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.

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: A doubt: after that error, does the shell still work? -- Protect Your Site and Customers from

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: I probe it on python 3.1. Exactly same problem. No more data: [code]import sys; print('%s %s' % (sys.executable or sys.platform, sys.version)) :can't set attribute[/code] -

[Pydev-users] [Users] RE: pydev console error

2011-01-16 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Can someone with this error follow the steps requested at: https://sourceforge.net/tracker/index.php?func=detail&aid=3157697&group_id=85796 &atid=577329 (and attach the ou

[Pydev-users] [Users] RE: pydev console error

2011-01-15 Thread SourceForge.net
The following forum message was posted by inyoka at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Getting the same issue on Ubuntu, Vista and Mac. Every time I start a console for python 3+ I get the same error. import sys; print('%s %s' % (sys.executable or sys.plat

[Pydev-users] [Users] RE: pydev console error

2010-12-17 Thread SourceForge.net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: I am having the same issue. Anyone know how to solve it? import sys; print('%s %s' % (sys.executable or sys.platform, sys.version)) :can't set attribute [b]Version: 3.6.1 Bui

[Pydev-users] [Users] RE: pydev console error

2010-12-08 Thread SourceForge.net
The following forum message was posted by lodopidolo at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: Did you solve the problem? Any ideas? I've the same problem. -- This SF Dev2Dev email is

[Pydev-users] [Users] RE: pydev console error

2010-11-29 Thread SourceForge.net
The following forum message was posted by cloudlight at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296: i'm having the exact same problem -- Increase Visibility of Your 3D Game App & Earn a Chan