pydev-users Mailing List for PyDev for Eclipse (Page 204)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(4) |
Sep
(3) |
Oct
(1) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
(49) |
May
(123) |
Jun
(162) |
Jul
(96) |
Aug
(59) |
Sep
(69) |
Oct
(73) |
Nov
(71) |
Dec
(29) |
2007 |
Jan
(68) |
Feb
(97) |
Mar
(170) |
Apr
(86) |
May
(78) |
Jun
(62) |
Jul
(114) |
Aug
(71) |
Sep
(145) |
Oct
(107) |
Nov
(43) |
Dec
(41) |
2008 |
Jan
(46) |
Feb
(66) |
Mar
(70) |
Apr
(91) |
May
(119) |
Jun
(104) |
Jul
(92) |
Aug
(83) |
Sep
(68) |
Oct
(146) |
Nov
(76) |
Dec
(70) |
2009 |
Jan
(114) |
Feb
(101) |
Mar
(153) |
Apr
(203) |
May
(85) |
Jun
(100) |
Jul
(109) |
Aug
(93) |
Sep
(48) |
Oct
(2) |
Nov
(1) |
Dec
(15) |
2010 |
Jan
(9) |
Feb
(12) |
Mar
(25) |
Apr
(61) |
May
(107) |
Jun
(75) |
Jul
(76) |
Aug
(91) |
Sep
(100) |
Oct
(46) |
Nov
(47) |
Dec
(28) |
2011 |
Jan
(105) |
Feb
(88) |
Mar
(82) |
Apr
(45) |
May
(46) |
Jun
(76) |
Jul
(73) |
Aug
(77) |
Sep
(53) |
Oct
(65) |
Nov
(58) |
Dec
(57) |
2012 |
Jan
(53) |
Feb
(19) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(12) |
2013 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(3) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(5) |
Aug
(12) |
Sep
|
Oct
(1) |
Nov
|
Dec
(15) |
2016 |
Jan
(16) |
Feb
(7) |
Mar
|
Apr
|
May
(3) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-09-29 22:43:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3939998 By: fabioz Can you report that as a bug? ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-29 22:04:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3939959 By: fabioz It works here... did you set python 2.5 in your project propertis (under Pydev - project type)? ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-29 21:45:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3939939 By: danielhs Conditional expression doesn't seem to work. Here's the error message that comes up in "problems" view: Encountered "if" at line 171, column 49. Was expecting one of: "(" ... ")" ... "[" ... "," ... "." ... "+" ... "-" ... "*" ... "/" ... "//" ... "<<" ... ">>" ... "%" ... "^" ... "|" ... "&" ... ">" ... "<" ... "==" ... "<=" ... ">=" ... "<>" ... "!=" ... "or" ... "and" ... "not" ... "is" ... "in" ... "for" ... "**" ... Here's the actual code: dbNames = {'table':table, 'idList':(str(tuple(idList)) if len(idList) > 1 else '(' + str(idList[0]) + ')'), 'idColumn':idColumn} Daniel ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-27 21:15:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3934947 By: fabioz Well, unfortunatelly, I don't think there is currently any UML plugin that supports python within Eclipse... 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 |
From: SourceForge.net <no...@so...> - 2006-09-27 17:46:20
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3934592 By: techniq Since I consider PyDev the authoritative python voice in Eclipse, can anyone recommend a UML eclipse plug-in that supports Python? Markerless roundtrip would be awesome, but I'm really just looking for reverse engineering support. Thanks in advance. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-27 02:40:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3933591 By: starcoder2006 I downloaded the new version and its working fine. Keep up the good work! Thanks ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-27 01:30:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3933549 By: fabioz What do you mean by not being able to access the jar file? Can you give an example? Also, there was a problem about that that was solved in version 1.2.4... which pydev version do you have? 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 |
From: SourceForge.net <no...@so...> - 2006-09-27 00:25:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3933513 By: starcoder2006 I am having problem accessing jar files from jython within PYDEV. I know FAQ's provide the following answer for the problem: "ALL additional jars you configure in a project must also be on your global PYTHONPATH" I added the jar file in Window->Preferences->Pydev->Jython-Interpreter (System PYTHONPATH) I still cant access the jar file. I would appreciate if someone can provide more details regarding how to set the PYTHONPATH. Thanks ______________________________________________________________________ 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 |
From: Fabio Z. <fa...@gm...> - 2006-09-26 19:56:37
|
Pydev and Pydev Extensions 1.2.4 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ----------------------------------------------------------------- * Code analysis: analysis on imported modules do no longer give you errors on * classes that have __getattribute__ or __getattr__ overriden * assigns that are initially None * assigns to a function call and not a class definition * Completions for parameters in a context-insensitive way, looking for all the methods/attributes declared in classes available to the project (after 3 chars) Release Highlights in Pydev: ---------------------------------------------- * Completions for parameters based on the tokens that were defined for it in a given context * Removed the default PyLint options, because its command-line interface changed (that was crashing PyLint in newer versions) * Changed the grammar so that 'yield' is correctly parsed as an expression * Giving better error message when external file is opened without any interpreter selected * Icons for the builtins gotten on large libraries (such as wx -- it was optimized not to do that before) * Adding jars relative to the project now works correctly * Patched (Kovan): The debugger is now able to get the variables in a context when handling negative payloads What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: SourceForge.net <no...@so...> - 2006-09-26 10:42:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3932542 By: fabioz Thanks for the solution! I've just fixed it in the cvs (and it'll be available in the next release... hopefully before the end of the day). 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 |
From: SourceForge.net <no...@so...> - 2006-09-26 02:38:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3932132 By: kovan I looked at Pydev source a bit and it seems that in the file org.python.pydev.debug.model.AbstractDebugTarget.java there is a regexp which matches positive payloads, but not negative ones. This is the line: static Pattern threadRunPattern = Pattern.compile("(\\d+)\\t(\\w*)"); I replaced the regexp with (-?\\d+)\\t(\\w*), so that it'd mach negative numbers too, and now the Pydev debugger is showing newly created variables again :DD. I have a patch just in case someone (or fabio) wants it. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-26 02:08:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3932117 By: kovan I checked in the 'Error Log' view, and I get error messages as this one: Unexpected treadRun payload -1210719860 108 ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-25 10:58:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3931003 By: eoloko Problem Solved Thanks!!! ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-25 10:51:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3930995 By: fabioz Well, actually, I don't think this has anything to do with pydev... I think that your current working dir is not suitable for that (so, you have to specify your working dir -- in pydev, the working dir is the Base Directory, on the arguments tab, in the run dialog) You can check it from python if you do: import os print os.path.abspath(os.curdir) 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 |
From: SourceForge.net <no...@so...> - 2006-09-25 09:20:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3930893 By: eoloko Hi! I have a problem. I can´t open file with relative paths (with absolute path works, but I need it be relative). My Project structure is that: AzureusPlugin |_src |_AzureusServices(folder) |_temp(folder) | |_peticionAzureus2.xml(file I want to open) | |_main.py |_tratarPeticiones.py I try to open the file in module tratarPeticiones.py in this way: src = './temp/%s' %self.nomPet petDoc = xml.dom.minidom.parse(src) I think the relative path is correct, but when I try to run the program, it throw me an IOError. The PYTHONPATH it's set in this way: AzureusPlugin/src What do I do wrong? (excuse me for my bad english) ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-25 04:15:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3930643 By: kovan I can't set breakpoints in the Python libraries. I can in my own code but not in the libraries. I'm using Python 2.4, Pydev 1.2.3, Eclipse 3.2 and Linux. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-23 14:25:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3929265 By: fabioz Ok, the problem is that pydev tries to validate that string against a configured interpreter (it didn't do that previously), and as that string is not valid, it won't accept it. I think that maybe pydev could accept a variable such as ${interpreter:python} or ${interpreter:jython}, what do you think? (please report that as a bug) 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 |
From: SourceForge.net <no...@so...> - 2006-09-23 14:20:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3929263 By: fabioz Which pydev/eclipse version are you using? Can you paste that message? ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-22 19:06:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3928558 By: patsmith heh yeah, I was just coming to say that was the problem and that I had it fixed and you beat me to it :) Thanks! ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-22 19:04:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3928554 By: fabioz Ok, I've been checking the code, and that can really happen if you open an external file without having an interpreter configured... so, if you just configure an interpreter, it should work. Check http://fabioz.com/pydev/manual_101_root.html for instructions on how to set things up... And please, report that as a bug (it should at least have a better message, asking you to configure your interpreter). 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 |
From: SourceForge.net <no...@so...> - 2006-09-22 18:55:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3928543 By: patsmith Hi everyone, I'm using a fresh install of Java 1.5, Eclipse 3.2, and PyDev 1.2.3 on a Windows XP box. When I attempt to open a .py file I get the following, any help would be most appreciated! java.lang.NullPointerException at org.python.pydev.editor.PyEdit.getPythonNature(PyEdit.java:996) at org.python.pydev.parser.PyParser.<init>(PyParser.java:158) at org.python.pydev.editor.PyEdit.checkAndCreateParserIfNeeded(PyEdit.java:443) at org.python.pydev.editor.PyEdit.doSetInput(PyEdit.java:465) at org.eclipse.ui.texteditor.AbstractTextEditor$17.run(AbstractTextEditor.java: 2396) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.jav a:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:763) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:760) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2283) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor .java:2414) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:24 41) at org.python.pydev.editor.PyEdit.init(PyEdit.java:329) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:839) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.jav a:583) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReferenc e.java:566) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Presentable Part.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(Pres entablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftTo RightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPar t(TabbedStackPresentation.java:394) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.jav a:1144) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1097) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1311) at org.eclipse.ui.internal.PartStack.add(PartStack.java:455) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:441) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.ja va:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:2 17) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207 ) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:819 ) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager .java:718) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:679) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.ja va:2586) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2521 ) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2513) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2498) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2493) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2478) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtil ity.java:275) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtil ity.java:139) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java: 49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:190) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:174) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDisp atchAction.java:267) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchActi on.java:243) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpe n(PackageExplorerActionGroup.java:306) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageEx plorerPart.java:651) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:817) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:81 5) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java: 1069) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.jav a:1168) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator. java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp pLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-21 14:27:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3926197 By: mnot Thanks! ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-21 10:44:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3925871 By: fabioz Did you set your project as python 2.5? (by default it is python 2.4) ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2006-09-21 06:05:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3925555 By: mnot in 1.2.3, imports of this form: from . import foo from ..foo import bar and so forth result in errors like this: Encountered "." at line nn, column nn. Was expecting one of "or"... "and"... "not"... [ and so forth ] ______________________________________________________________________ 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 |
From: Fabio Z. <fa...@gm...> - 2006-09-19 15:46:31
|
Hi All, Pydev and Pydev Extensions 1.2.3 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ----------------------------------------------------------------- * Support for python 2.5 has been added * Some minor issues on mark occurrences when the definition for something could not be found were fixed Release Highlights in Pydev: ---------------------------------------------- * When the user specifies an invalid interpreter, a better error report is given (previously it was only shown in the error log) * When threads die, the debugger is notified about it (so that they are removed from the stack) * Writing the preferences to the disk is now buffered * Fixed problem when debugging in jython with the statement "from xxx import *" * Fixed one issue with the indentation engine * Commenting a line does not remove a blank line in the end anymore * Added debug mode for unit-test * Added the possibility of setting the -Dpython.cachedir for running the jython shell (errors can arise in unix-based machines if jython is not able to write its cache) Contributions o Darrell Maples: + Unit-test refactoring + Run as jython unit-test + Filter test methods to run o Joel Hedlund + Added a support to ease adding options to Ctrl+1 in the scripting engine + Added a ctrl+1 for the case: def m1(self, arg=None): arg |<-- Ctrl+1 shows option to do: def m1(self, arg=None): if arg is None: arg = [] Support for python 2.5 o Added the new relative import o Added the new if expression o Added the unified try..except..finally statement o Added the with x:... statement o Indenting after the new with statement o Recognizing 'with' as a keyword in syntax highlighting What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |