Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5980828
By: hakubo

Hello.
I'm having a problem with calltips not showing up for extension identifier in
the "except" block. For example, with the code:

try:
  ...
except HTTPError, e:
  authline = e.headers["WWW-Authenticate"]

No suggestions appear after I print "." after "e" or press ctrl+space. I wonder
if something could be done about that.
Python 2.5.2, Eclipse 3.4.1, PyDev 1.4.0.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to