Donate Share

Pydev for Eclipse

Code

Programming Languages: Python, Java

License: Eclipse Public License

Show:

What's happening?

  • Followup: RE: Code Analysis stopped working

    Are your sources under a source folder? Is auto-build activated? Do you have some error in your error log? Cheers, Fabio.

    2010-01-07 13:15:26 UTC by fabioz

  • Followup: RE: Code Analysis stopped working

    I've tried with latest released version and today's nightly.

    2010-01-07 11:27:52 UTC by Alex Rades

  • Code Analysis stopped working

    Hi, sometimes, and I've never understood exactly when, the code analysis feature stops working. All the rest works (I see syntax errors and inline documentation). But unused imports, etc... is not working. I have checked in the configuration and the relevant options are activated. I've also activated "logging for code analysis requests" and in the Error log there are no errors (only...

    2010-01-07 11:21:33 UTC by Alex Rades

  • Followup: RE: No error reported, but no compile

    If you want to see the output, you shouldn't ask the wx.App to redirect the output (so, use wx.App(redirect=False) instead of wx.App()). Cheers, Fabio.

    2010-01-07 10:27:46 UTC by fabioz

  • Unable to create the selected preference page.

    Hello all, I have some nasty pb trying to use Pydev, thank you very much if you can help me First eclipse.buildId=M20090917-0800 java.version=1.6.0_13 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB Command-line arguments: -os win32 -ws win32 -arch x86 And then the log : java.lang.ClassNotFoundException...

    2010-01-07 09:46:27 UTC by phdquant

  • Comment: Add dosctring wrapping to Format code

    Thanks a lot, Fabio.

    2010-01-07 09:17:50 UTC by pachiburke

  • Followup: RE: No error reported, but no compile

    Let me try "codify text". [code] ''' Created on Jan 6, 2010 @author: darnold ''' import wx class GoToClass(wx.Frame): def __init__(self, parent, id, title): wx.Frame.__init__(self, parent, id, title, size=(390, 350)) panel = wx.Panel(self, -1) panel.SetBackgroundColour('#ff00ff') font = wx.SystemSettings_GetFont(wx.SYS_SYSTEM_FONT)

    2010-01-07 04:13:15 UTC by dwarnold

  • No error reported, but no compile

    All, I'll frequently make a mistake like that shown in the code (line 40 should be vbox.Add instead of vbox), but PyDev reports no problem and when I run the file, the PyDev console reports no problem. The window opens briefly, then shuts down. I believe an error message is actually going to the window instead of stdout, so I don't get to see the error message (perhaps, I'm just a beginner). In...

    2010-01-07 04:11:21 UTC by dwarnold

  • Followup: RE: Developing Classes Using Pydev and/or Python

    Take a look at http://showmedo.com/ (there are some interesting videos that might help you out there). Cheers, Fabio.

    2010-01-07 00:32:20 UTC by fabioz

  • Followup: RE: Developing Classes Using Pydev and/or Python

    Fabio, Yes and no. If someone using PyDev has devloped something like the following, users of this list would be able to point toward a link: http://eclipsetutorial.sourceforge.net/totalbeginner.html But I will try other arenas. D.

    2010-01-07 00:27:05 UTC by dwarnold

Our Numbers