[Pydev-users] [pydev - Users] RE: Autocompletion with wxPython freezes Ecli
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2006-11-03 22:09:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3994825 By: smilelover This is my PydevLog.log after the experiment: AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 PyCodeCompletion: Starting getCodeCompletionProposals PyCodeCompletion: Request:CompletionRequest[ editorFile:/home/android/projekty/prj/src/mod.py activationToken:wx. qualifier: isInCalltip:false alreadyHasParams:false] PyCodeCompletion: AbstractShell.getServerShell AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 PyCodeCompletion: END AbstractShell.getServerShell ASTManager: getCompletionsForModule AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 ASTManager: getCompletionsForModule ASTManager: getGlobalCompletions AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 AbstractShell: executing /usr/bin/python2.4 /home/android/.eclipse-callisto/plugins/org.python.pydev_1.2.5/PySrc/pycompletio nserver.py 53388 57545 AbstractShell: afterCreateProcess AbstractShell: connecting... AbstractShell: connecting attept...1 AbstractShell: connected! AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 And with dir(wx) -- when run, it exited successfully, when run with "print dir(wx)", it printed the result sucessfully. Dan ______________________________________________________________________ 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 |