[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

[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

[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

[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

[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