[Pydev-users] [pydev - Users] RE: Autocompletion with wxPython freezes Ecli
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2006-11-02 10:18:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992440 By: fabioz To debug the problem, can you: 1. Mark 'debug code-completion' in the code-completion preferences 3. Create a new project with the default 'src'structure 4. Create an empty file and request a code-completion 5. Write import wx and then make a request on 'wx.' 6.Wait for at least 1 minute before killing Eclipse and pass me the log on: .metadata/.plugins/org.python.pydev.core/PydevLog.log Also, it may be a change in your configuration if it worked before... have you added some firewall? This could have effects in the debugger... There was a bug related to some misconfiguration in linux too (it might be worth checking if you have a similar problem: http://sourceforge.net/tracker/index.php?func=detail&aid=1509582&group_id=85796& atid=577329) Also, check if you can do the following (create an empty file in eclipse and just run the code below through eclipse): import wx dir(wx) and see if it brings you all the completions for wx without problems... Cheers, Fabio ______________________________________________________________________ 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 |