-
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
-
I've tried with latest released version and today's nightly.
2010-01-07 11:27:52 UTC by Alex Rades
-
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
-
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
-
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
-
Thanks a lot, Fabio.
2010-01-07 09:17:50 UTC by pachiburke
-
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
-
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
-
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
-
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