|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[pydev - Users] Autocompletion with wxPython in EclipseRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6205854 By: jonbob200 Hello I am using eclipse for developing python (on an Windows machine). For other the Tkinter the auto-completion works. I installed wxPython but the auto-completion doesn’t work for all wx classes. Has anybody a clue way it should not work or how I can add the auto-completion manual? Thanks for your Help! Max ______________________________________________________________________ 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 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: Autocompletion with wxPython in EclipseRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6257815 By: fabioz Can you give an example of what exactly it is not finding? 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 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: Autocompletion with wxPython in EclipseRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7391095 By: primozch Hi, I have a similar issue (eclipse 3.4.2, pydev 1.4.5.2727), namely, code completion for wx and numpy does not work at all (in the editor), i.e., it doesn't show any of the members when I invoke import wx wx. # <- no autocompletion ? The same applies to numpy. However, for other modules/packages (Python built-ins or my custom packages) the completion works fine. Note: Code completion in Python console (not the editor) works completely for numpy while it works only partially for wx (it shows only the member of wx but not the help, arguments,...). ______________________________________________________________________ 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 ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: Autocompletion with wxPython in EclipseRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7391233 By: primozch Hi again, I found out that to solve the completion problems with wx and numpy in pydev editor within eclipse a solution is (at least it worked in my case) to REMOVE the python interpreter from the interpreters list in Window|Preferences|Pydev|Interpreter-Python and add it back right and applying the changes (just clicking apply without removing the interpreter and selecting it back didn't work). Also, add wx and numpy (if not there already) to Forced Builtins. After that, invoking wx. or numpy. should show all the memebers,.... Cheers, Primoz ______________________________________________________________________ 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 ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
| Free embeddable forum powered by Nabble | Forum Help |