[Pydev-users] [Users] RE: class decorator - syntax error for valid code

2011-02-15 Thread SourceForge.net
The following forum message was posted by burdell2k at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4364529: Sorry for wasting your time. I had been using 2.6 to test all that time, and not realized it.

[Pydev-users] [Users] RE: PyDev Incorrectly Compiled

2011-02-15 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4362438: Ok :) -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint

[Pydev-users] [Users] RE: Ellipsis as Error in code analysis

2011-02-15 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4363584: Seems it's a bug in the Python 3.x grammar. Please create a bug report for that (I'll make sure it works on the next Pydev release). Cheers, Fabio -

[Pydev-users] [Users] RE: Eclipse frezes on code completion

2011-02-15 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: Hi there, If connections are being refused, the most common thing is a firewall, now, if you're 100% sure it's not, take a look at: http://www.smartftp.com/support/kb/co

[Pydev-users] [Users] RE: class decorator - syntax error for valid code

2011-02-15 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4364529: Actually, that's correct when using a Python 2.5 grammar (class decorators were only added on Python 2.6 -- so, if you set your grammar to Python 2.6, it should work). Ch

[Pydev-users] [Users] class decorator - syntax error for valid code

2011-02-15 Thread SourceForge.net
The following forum message was posted by burdell2k at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4364529: Using Python 2.5 grammar and VM. Using Eclipse Helios and PyDev both fully patched on Windows XP. My code: [code] foo = lambda x: x @foo class bar(object): pass [/cod

[Pydev-users] [Users] RE: Eclipse frezes on code completion

2011-02-15 Thread SourceForge.net
The following forum message was posted by foxterri at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: BTW, I am able to open IDLE if i open it from the command prompt with: "idle -n" -- The ulti

[Pydev-users] [Users] RE: Eclipse frezes on code completion

2011-02-15 Thread SourceForge.net
The following forum message was posted by foxterri at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: It is not only eclipse where I have the problem. The problem does also appear when I try to open IDLE. Here I get two errors: Socket Error: No connection could be made b

[Pydev-users] [Users] Ellipsis as Error in code analysis

2011-02-15 Thread SourceForge.net
The following forum message was posted by gerenukk at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4363584: Is there a possibility to configure PyDev such that the code analysis doesn't indicate an error on an Ellipsis (i.e. "func(..., arg)")? This is especially annoying when