The following forum message was posted by gerenukk at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4635781:
Hi!
Since I updated PyDev the Code analysis shows error on valid Python lines like
def (a, *b):
It breaks on parsing the "*" saying "Expected :)" . Actually it doesn't always
do that and copy-pasting the same text into a new file may not show an error
in the new file. The program works.
Moreover PyDev started complaining about "from a import b" (Unresolved import)
where "b" actually does really exist and the Python program runs fine.
I tried refreshing the projects, but I don't know what else to try.
Any suggestions?
|