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
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
-
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
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
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]
---
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
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
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
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
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
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
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)
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
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
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
--
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
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
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.
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
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]
-
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
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
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
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
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
25 matches
Mail list logo