pydev-users Mailing List for PyDev for Eclipse (Page 198)
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-12-05 15:04:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4044586 By: kruegi It looks like Eclipse has problems with the massive symlinks in the site-packages folder. As a workaround you can include the per-module site-packages directory from pycentral: e.g. /usr/share/pycentral/python-sqlalchemy/site-packages/ Thomas ______________________________________________________________________ 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-12-01 12:44:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4039461 By: mkearney I'd like to give you small example code but my efforts have been frustrated so far. I've discovered that sometimes it successfuly runs to completion. So, it is hard to distinguish when I've isolated code that contributed to the problem or just got "lucky". Sigh... I realized this morning that premature termination is what I am seeing, at least if the debug display icons can be trusted. I think they can since I can just make several debug runs in quick succession without having to terminate. Notably, the red square turns grey. BTW, there is nothing in the error log not that I expected anything to be there. I am using eclipse 3.2. I am inclined to move to 3.2.1 at this point, since I saw that someone with a problem vaguely reminiscent of this solved their problem that way. If the problem turns into a nice hard failure, I'll be back. By the way, I just discovered the bug reporting protocol, which is where I should have initiated this discussion. I will use that means in the future. -m ______________________________________________________________________ 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-11-30 23:07:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038759 By: fabioz I don't really know... it might be something dependent on your modules structure, maybe relative imports, etc. Can you give more details on that? Also what is SC_ISO_Enc? A class? ______________________________________________________________________ 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-11-30 23:05:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038755 By: fabioz Try following the getting started manual: http://fabioz.com/pydev/manual_101_root.html 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-11-30 23:02:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038752 By: fabioz Yes, filters will be created for the next release. As for the other, it's a bug... I'll fix it for the next release too (can you report it as a bug?). Thanks for the reports, 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-11-30 20:58:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038580 By: fabioz Have you already checked the getting started manual on how to configure your project pythonpath? (http://fabioz.com/pydev/manual_101_root.html) ______________________________________________________________________ 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-11-30 20:56:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038579 By: fabioz Have you checked the getting started manual for info on how to config your project (http://fabioz.com/pydev/manual_101_root.html)? 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-11-30 20:47:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038566 By: fabioz Strange... from the error log it appears that the target is dying but it is not correctly notifying the debugger... can you reproduce that in a short example? ______________________________________________________________________ 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-11-30 20:43:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038561 By: fabioz You should try updating to the latest version... I remember a similar issue (but I don't remember in which version it occurred), so, try updating and see if it solves your problem (otherwise, please report again). 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-11-30 19:48:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038491 By: pwaldo Hi all, I am running PyDev 1.0.3 under Kubuntu Linux and Eclipse 3.1.2. I can run my program fine, but when I try to debug, it look like the interpreter is placing system modules before mine. I have a class called Image. There are also Image classes installed on the system: /usr/lib/python2.4/site-packages/PIL/Image.py /usr/lib/zope2.8/lib/python/OFS/Image.py As I said, Run mode works fine, but I get this when I try to debug: Traceback (most recent call last): [snip] File "/home/pwaldo/src/kmediauploader-python/src/ImageFactory.py", line 10, in getImage return Image(kFileItem, parent) TypeError: __init__() takes exactly 1 argument (3 given) My Image *does* take 3 args (including self). Since it works OK in Run mode, but not debug, I am concluding that the PYTHONPATH is getting set differently for each mode. I'm not sure why, though. "Resulting command line" for Debug mode gives this: /usr/bin/python2.4 -u /usr/share/eclipse/plugins/org.python.pydev.debug_1.0.3/pysrc/pydevd.py --type python --client localhost --port 0 --file /home/pwaldo/src/kmediauploader-python/src/kmediauploader.py --config develconfig The PYTHONPATH that will be used is: /usr/share/eclipse/plugins/org.python.pydev_1.0.3/PySrc:/usr/lib/python2.4:/usr/ lib/python2.4/plat-linux2:/usr/lib/python2.4/lib-tk:/usr/lib/python2.4/lib-dynlo ad:/usr/local/lib/python2.4/site-packages:/usr/lib/python2.4/site-packages:/usr/ lib/python2.4/site-packages/HTMLgen:/usr/lib/python2.4/site-packages/Numeric:/us r/lib/python2.4/site-packages/PIL:/usr/lib/python2.4/site-packages/cairo:/usr/li b/python2.4/site-packages/gtk-2.0:/usr/lib/site-python:/home/pwaldo/src/kmediaup loader-python/src Any thoughts on this would be greatly appreciated! Paul ______________________________________________________________________ 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-11-30 19:16:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038438 By: fabioz There were lots of changes in the synchronization code from 1.2.4 to 1.2.5, so, this might be the problem... do you have some sample code so that I can test 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-11-30 18:04:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038158 By: fabioz Yeap, that's the right way for doing it. You should take a look at the getting started manual: http://fabioz.com/pydev/manual_101_root.html it covers topics on how to configure your project (among others). 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-11-30 18:00:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4038151 By: fabioz Really strange... the API in both versions should be the same... So, maybe it was a broken install on version 3.2 (and in version 3.2.1, getting a fresh pydev solved it). Anyways, it's nice to see that it's solved! 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-11-30 09:41:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4037296 By: lowjackdesigns After trying many different things it turns out the problem was related to using Eclipse 3.2. Once I upgraded to Eclipse 3.2.1 python worked properly. I didn't read anything about pydev not working on eclipse 3.2, but i'll go back and check. Anyways problem solved. Lowjack ______________________________________________________________________ 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-11-30 01:16:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4036882 By: curyous I managed to solve this by going to Project -> Properties, and adding all source folders to PYTHONPATH. ______________________________________________________________________ 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-11-29 18:10:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4036381 By: mkearney I'm just reporting odd observed behavior with pydev 1.2.5, python 2.5, eclipse 3.2, I observed from console output that my code was not executing to completion. It appeared to hang. Successive debug runs revealed that the code appeared to hang in different spots. The code executed to completion when I did not include the debugger. The code executed to completion when I set a breakpoint on exit(). Crazy. -m ______________________________________________________________________ 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-11-29 18:00:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4036370 By: mkearney FYI, I upgraded to 1.2.5. While I am no longer getting the internal error, pydev now only hangs and less frequently, but still mysteriously. Bottom-line the problem is only a minor aggravation. I may just be getting better at avoiding the key strokes that provoke the problem. ______________________________________________________________________ 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-11-29 07:38:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4035429 By: lowjackdesigns Also when I try to double click on the python module I created I get this error in the error log: I probably have made some simple error with install or something so go easy on me. Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.NoSuchMethodError: org.python.pydev.editor.codecompletion.PyContentAssistant.setRepeatedInvocationT rigger(Lorg/eclipse/jface/bindings/keys/KeySequence;)V at org.python.pydev.editor.PyEditConfiguration.getContentAssistant(PyEditConfig uration.java:262) at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:357) at org.python.pydev.editor.codefolding.PySourceViewer.configure(PySourceViewer. java:50) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextE ditor.java:2554) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEdito r.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(Abst ractDecoratedTextEditor.java:343) at org.python.pydev.editor.codefolding.PyEditProjection.createPartControl(PyEdi tProjection.java:70) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.jav a:596) 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:266) 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:1147) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1100) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1319) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1285) at org.eclipse.ui.internal.PartStack.add(PartStack.java:454) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:440) 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:2501) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2436 ) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2428) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2413) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2408) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2393) 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:181) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:165) 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:296) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageEx plorerPart.java:648) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:810) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) 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:80 8) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java: 1040) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.jav a:1139) 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:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) 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:143) 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:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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-11-29 07:31:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4035424 By: lowjackdesigns Hi, I am new to PyDev, but I am somewhat familiar to Eclipse. I have installed a few times using the eclispe update tool from the site http://www.fabioz.com/pydev/updates. I have both PyDev and the Extensions. I am running PyDev 1.2.5 and using Eclipse 3.2. The Python interpreter I am using is ActivePython 2.3. I can create a new Pyton project fine, but the problem starts when I create a new Pyton Package. I get the following errors in the error log. org.python.pydev.editor.codecompletion.PyContentAssistant.setRepeatedInvocationT rigger(Lorg/eclipse/jface/bindings/keys/KeySequence;)V and Unhandled event loop exception The trace for the first error is: java.lang.NoSuchMethodError: org.python.pydev.editor.codecompletion.PyContentAssistant.setRepeatedInvocationT rigger(Lorg/eclipse/jface/bindings/keys/KeySequence;)V at org.python.pydev.editor.PyEditConfiguration.getContentAssistant(PyEditConfig uration.java:262) at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:357) at org.python.pydev.editor.codefolding.PySourceViewer.configure(PySourceViewer. java:50) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextE ditor.java:2554) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEdito r.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(Abst ractDecoratedTextEditor.java:343) at org.python.pydev.editor.codefolding.PyEditProjection.createPartControl(PyEdi tProjection.java:70) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.jav a:596) 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:266) 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:1147) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1100) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1319) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1285) at org.eclipse.ui.internal.PartStack.add(PartStack.java:454) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:440) 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:2501) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2436 ) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2428) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2413) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2408) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2393) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350) at org.python.pydev.ui.wizards.files.AbstractPythonWizard.performFinish(Abstrac tPythonWizard.java:92) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcu tAction.java:110) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action ContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI tem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribu tionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) 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:143) 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:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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) Also when I press the ok button to create the new package it will create the package in the navigator, but the dialog box to create the new package doesn't go away. I have to press cancel to get rid of it. Under the newly created package I can create a new module, but that causes the same errors as well. Also whenever I click on the editor window I generate the same errors again. And to top it all off when I close Eclipse there are more errors generated. I haven't tried to install from Zip files yet so I will try that next. If anyone has any ideas pls let me know. I would really like to use eclipse for my python development. lowjack ______________________________________________________________________ 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-11-29 04:26:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4035290 By: curyous I have a package 'UnitTests', containing the following file TestWork.py: import unittest #import StartUp class TestWork(unittest.TestCase): def testOne(self): self.assertEqual(True, False) if __name__ == '__main__': unittest.main() The folder also contains __init__.py: __all__ = [TestWork] If I run it, the unit test works OK, but if I uncomment 'import StartUp' which is a module in the root folder (one down from UnitTests), there is an error when importing TestWork. How do I rectify this? I would appreciate suggestions, I'm sure it's something simple that I'm missing. ______________________________________________________________________ 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-11-28 16:34:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4034025 By: boostpy2005 It is a problem of project configuration. Because our project is not declared as one package , so I muss configure it with the help of PYTHONPATH ( one can find that under the menu project--> properties) ______________________________________________________________________ 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-11-28 16:23:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4033998 By: boostpy2005 Hi Fabio, it is the same, if I use automatically build or not. There is no Tasks to see. As I used pydev the first time, it is simple there without configuration! But now, I can not bring it to work. As said, I installed all the plugins including Eclipse yesterday! After that, I can not find the correct funcitonality of F3 and Task display, too. Thanks for tips. HL ______________________________________________________________________ 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-11-27 20:39:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4032817 By: fabioz Do you have the auto build turned on? (check http://www.fabioz.com/pydev/manual_adv_tasks.html) -- this may affect F3, code-completion, etc too 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-11-27 20:33:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4032802 By: boostpy2005 Hello there, since a few weeks, my project under pydev does not list any more TODO & FIXME anymore I use python2.4.3 Subversion 1.4 and Eclipse 3.2.1 Pydev & Extensiion are the actual versions. OS is Windows XP BTW, I re-installed all of them and it does not help! Thanks for advance. HL ______________________________________________________________________ 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-11-27 20:28:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4032796 By: boostpy2005 BTW, i use Windows XP and python2.4.3! for example, I have Codesegment: from AModule import OneClass ... OneClass.callingOneFunc(...) ... If I press F3, it will go to the line "from AModule...", but Not the file AModule.py! All the modules are in a projects! ______________________________________________________________________ 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 |