pydev-users Mailing List for PyDev for Eclipse (Page 27)
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: Fabio Z. <fa...@gm...> - 2011-06-27 13:44:58
|
> When working on a file with several classes, is there an easy way to know in which class is the method I am editing? Hi Alejandro, I think that the easiest way would be leaving the outline view open with the option 'link to editor' enabled (that way it should synchronize the current editor selection to the outline). Cheers, Fabio |
|
From: Fabio Z. <fza...@ap...> - 2011-06-27 12:10:48
|
Hi All, Pydev 2.2.0 has been released Details on Pydev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- **Eclipse 3.7** * Eclipse 3.7 (Indigo) is now supported. **Break on Exceptions** * It's now possible to **break on caught exceptions** in the debugger. * There's an UI to break on caught or uncaught exceptions (menu: Run > Manage Python Exception Breakpoints). **Hierarchy view** * UI improved (now only uses SWT -- access through F4 with the cursor over a class). **PyPy**: * PyDev now supports PyPy (can be configured as a regular Python interpreter). **Django** * Django configuration in project properties page (improved UI for configuration of the django manage.py and django settings module). * Improved support for debugging Django with autoreload. Details at: http://pydev.org/manual_adv_remote_debugger.html#django-remote-debugging-with-auto-reload **Code analysis** * Fixed issue where a resolution of a token did not properly consider a try..except ImportError (always went for the first match). * Fixed issue with relative import with wildcards. * Fixed issue with relative import with alias. * Fixed issue where binary files would be wrongly parsed (ended up generating errors in the error log). **Code completion** * Improved sorting of proposals (__*__ come at last) **Others** * Improved ctrl+1 quick fix with local import. * Fixed issue running with py.test. * PyDev test runner working properly with unittest2. * Fixed compatibility issue with eclipse 3.2. * No longer sorting libraries when adding interpreter/added option to select all not in workspace. * Fixed deadlock in the debugger when dealing with multiple threads. * Fixed debugger issue (dictionary changing size during thread creation/removal on python 3.x). What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python, Jython and IronPython 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 Appcelerator http://appcelerator.com/ Aptana http://aptana.com/ Pydev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com |
|
From: SourceForge.net <no...@so...> - 2011-06-27 11:21:29
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4551200: Hey again Fabio, Thanks for addressing this issue. I've just updated to 2.2.0, and a notion of this issue yet remains unresolved. As a continuation to the example in my first message, suppose you have a deeper package "mypackage.deeper", and within it a python module "mymod3", the following code still causes an error ("Undefined variable: myattr"): [code]from ..mymod1 import * print([u]myattr[/u])[/code] Thanks again, Amnon |
|
From: SourceForge.net <no...@so...> - 2011-06-26 23:00:53
|
The following forum message was posted by mpac at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586649: Will PyDev ever support remote directories as first class projects? The Remote System Explorer doesn't integrate as well as I'd like. |
|
From: SourceForge.net <no...@so...> - 2011-06-26 17:44:21
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/1900822: Would it be possible to configure PyLint (which is already integrated with PyDev) to perform the same checks as PEP8 does? |
|
From: SourceForge.net <no...@so...> - 2011-06-26 17:02:39
|
The following forum message was posted by bugok at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/1900822: Yes, still interested. |
|
From: SourceForge.net <no...@so...> - 2011-06-26 16:54:36
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/1900822: BugoK - are you still interested in this? fabioz - what's the current state and plans for future? |
|
From: SourceForge.net <no...@so...> - 2011-06-26 15:40:21
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586199: Shell introspection means that PyDev will spawn a shell, import the module and do a dir() at them provide completions based on that. The Predefined Completions is for the use-cases where that doesn't work or doesn't provide enough information. Cheers, Fabio |
|
From: SourceForge.net <no...@so...> - 2011-06-26 11:58:32
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586196: Which version of the coverage module are you using? Cheers, Fabio |
|
From: SourceForge.net <no...@so...> - 2011-06-26 11:52:57
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586090: Yes, that was wrong (just fixed). Still, I believe those with newer Eclipse versions shouldn't have a problem, as the site.xml is ignored and the content.jar and artifacts.jar is used instead (and those were right). Cheers, Fabio |
|
From: SourceForge.net <no...@so...> - 2011-06-26 11:21:27
|
The following forum message was posted by fcano at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586199: Reading PyDev documentation you I have found this: "The Forced builtin libs are the libraries that are built-in the interpreter, such as __builtin__, sha, etc or libraries that should forcefully analyzed through shell introspection (the other option to analyze modules with too much runtime information is providing Predefined Completions)." What does "shell introspection" mean? And what do you think the writer want to say with "too much runtime information"? |
|
From: SourceForge.net <no...@so...> - 2011-06-26 11:18:59
|
The following forum message was posted by fcano at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586196: I get this message in the console when executing a script under coverage monitoring: no such option: --source Use 'coverage help' for help. I'm using Eclipse 3.7, PyDev 2.2 and Python 2.6 |
|
From: SourceForge.net <no...@so...> - 2011-06-26 08:14:14
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4586090: Hello, The update site URL (pydev.org/updates) redirects here: http://update-production-pydev.s3.amazonaws.com/pydev/updates/site.xml The first few lines of site.xml is as follows: [code]<?xml version="1.0" encoding="UTF-8"?> <site pack200="true"> <description url="http://pydev.org/">PyDev</description> <feature url="features/org.python.pydev.[b]feature_2.1.0.2011052613[/b].jar" id="org.python.pydev.feature" version="[b]2.2.0.2011062419[/b]"> <category name="PyDev"/> </feature> <feature url="features/org.python.pydev.[b]feature_2.1.0.2011052613[/b].jar" id="org.python.pydev.feature" version="[b]2.1.0.2011052613[/b]"> <category name="PyDev"/> </feature> <feature url="features/org.python.pydev.feature_2.0.0.2011040403.jar" id="org.python.pydev.feature" version="2.0.0.2011040403"> <category name="PyDev"/> </feature> [/code] Is the old 2.1.0 JAR being used instead of 2.2.0? Thanks in advance, Amnon |
|
From: Mier, A. <ale...@ti...> - 2011-06-24 21:32:51
|
Hi When working on a file with several classes, is there an easy way to know in which class is the method I am editing? Thanks! ____________________ Alejandro Mier y Concha |
|
From: SourceForge.net <no...@so...> - 2011-06-24 16:54:45
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4584545: This was already fixed. Please grab the latest nightly build. See: http://pydev.org/download.html for details on getting it. Cheers, Fabio |
|
From: SourceForge.net <no...@so...> - 2011-06-24 14:16:53
|
The following forum message was posted by pixeldroid at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4579718: !SESSION 2011-06-24 09:08:19.093 ----------------------------------------------- eclipse.buildId=M20110210-1200 java.version=1.6.0_20 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86_64 !ENTRY org.python.pydev.core 1 1 2011-06-24 09:08:22.875 !MESSAGE Expected IO issue (version changed or validation not ok): properly handled. !STACK 0 java.io.IOException: No loaded contents from: C:\tmp\EclipseWorkspace\.metadata\.plugins\org.eclipse.core.resources\.projects\ pixLScripts\org.python.pydev\v1_astmanager\pythonpath at org.python.pydev.editor.codecompletion.revisited.PythonPathHelper.loadFromFi le(PythonPathHelper.java:537) at org.python.pydev.editor.codecompletion.revisited.ModulesManager.loadFromFile (ModulesManager.java:267) at org.python.pydev.editor.codecompletion.revisited.ASTManager.loadFromFile(AST Manager.java:106) at org.python.pydev.plugin.nature.PythonNature.init(PythonNature.java:548) at org.python.pydev.plugin.nature.PythonNature.setProject(PythonNature.java:309 ) at org.eclipse.core.internal.resources.NatureManager.createNature(NatureManager .java:232) at org.eclipse.core.internal.resources.Project.getNature(Project.java:399) at org.python.pydev.plugin.nature.PythonNature.getPythonNature(PythonNature.jav a:701) at org.python.pydev.editor.PyEdit.getPythonNature(PyEdit.java:1565) at org.python.pydev.editor.PyEdit.getGrammarVersionProvider(PyEdit.java:1545) at org.python.pydev.parser.PyParser.getGrammarProviderFromEdit(PyParser.java:23 0) at org.python.pydev.parser.PyParser.<init>(PyParser.java:221) at org.python.pydev.parser.PyParserManager.attachParserTo(PyParserManager.java: 167) at org.python.pydev.editor.PyEdit.doSetInput(PyEdit.java:824) at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java: 3043) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.jav a:464) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2606) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor .java:3061) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:30 88) at org.python.pydev.editor.PyEdit.init(PyEdit.java:633) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:798) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.jav a:647) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReferenc e.java:595) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.j ava:271) at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:14 29) at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java: 942) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreadin g.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.jav a:803) at org.eclipse.ui.internal.Workbench$31.runWithException(Workbench.java:1567) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreadin g.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2548) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication. java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java: 196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp pLauncher.java:79) at org.ec |
|
From: SourceForge.net <no...@so...> - 2011-06-24 14:16:01
|
The following forum message was posted by pixeldroid at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4579718: In Properties/Resource/Linked Resources, the PROJECT_LOC directory is the same as the dir in which my scripts reside. I get 3 errors when I launch eclipse. I'll post them separately. It's a bit long, if its a hassle to figure, don't worry about it, this problem isn't a big deal - I can still drag and drop into eclipse. |
|
From: SourceForge.net <no...@so...> - 2011-06-24 14:14:11
|
The following forum message was posted by dyqik at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4584545: Hi, I've been using Eclipse and Pydev for a couple of weeks. This morning I've suddenly been getting java.lang.StackOverflowErrors from Eclipse on startup, while it tries to parse _dotblas.pyd and a couple of other blas related .pyd files (presumably from the numpy or scipy libraries). These occur a few moments after Eclipse opens up my existing pydev projects. I'm running a basic install of the native stable versions of Python 2.7, numpy, scipy, Eclipse Helios (20110218-0911), CDT and pydev (2.1.0.2011052613) on Windows 7 64-bit. I can't find anything about this with google, or searching this forum. Is there a way to stop this occuring? If I don't click through at least 6 pop up windows in exactly the right order, Eclipse closes/crashes again. |
|
From: SourceForge.net <no...@so...> - 2011-06-24 11:43:46
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4579718: Is it possible that you're seeing a different folder with similar contents in eclipse? (i.e.: right click project > properties and see resource location). Do you have some error in your error log? Cheers, Fabio |
|
From: SourceForge.net <no...@so...> - 2011-06-24 04:28:56
|
The following forum message was posted by pixeldroid at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4579718: It doesn't show in those either. Here's an example - you can see that the file 'advancetonextdrivenkey.py' is in the dir, but it doesn't show up in any of the navigators. http://thepixelfarm.com/tmp/EclipseImportProb01.png Thanks for your help. |
|
From: SourceForge.net <no...@so...> - 2011-06-23 20:36:32
|
The following forum message was posted by darrellrmay at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4560990: I encounter this too with my version is " PyDev for Eclipse 2.1.0.2011052613" running on Ubuntu. If you look in this version at pydevd.py on line 404, you have: for tId in self.RUNNING_THREAD_IDS.keys(): try: if not DictContains(foundThreads, tId): self.processThreadNotAlive(tId) except: sys.stderr.write('Error iterating through %s (%s) - %s\n' % (foundThreads, foundThreads.__class__, dir(foundThreads))) raise processThreadNotAlive is the method that modifies RUNNING_THREAD_IDS. They need to fix this by either making a copy of that list and iterate over that, or make a list of thread id's that we want to delete, and delete them after this loop iteration. You can't change this list while iterating over it. I'm going to patch it tonight and test it. |
|
From: SourceForge.net <no...@so...> - 2011-06-23 19:47:46
|
The following forum message was posted by songoftheweave at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4583570: Solved I had installed the new Eclipse: Indigo. I simply installed the last version, Eclipse: Helios instead and PyDev installed as per usual. |
|
From: SourceForge.net <no...@so...> - 2011-06-23 18:14:24
|
The following forum message was posted by songoftheweave at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4583570: I've installed PyDev via the Eclipse install site before without incident. However, today I was setting up some new boxes and I get the error: "Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1308118925849 (SharedProfile_epp.package.java 1.0.0.1308118925849) Missing requirement: Shared profile 1.0.0.1308118925849 (SharedProfile_epp.package.java 1.0.0.1308118925849) requires `org.maven.ide.eclipse [1.0.0.20110607-2117]` but it could not be found" This is happening on two different boxes with fresh windows installs and fresh latest version installs of the eclipse for java developers package. Is the maven package referred to something that used to come with an earlier version of eclipse? As I mentioned, it has never asked for this before, but if it came with eclipse I might not have noticed it was already installed. Thanks for your help! |
|
From: SourceForge.net <no...@so...> - 2011-06-23 17:55:08
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4579718: Can you check if the pydev package explorer or project explorer show those files? (i.e.: may be an issue in the navigator) Cheers, Fabio |
|
From: SourceForge.net <no...@so...> - 2011-06-22 21:21:25
|
The following forum message was posted by pixeldroid at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4579718: I'm just using the navigator. I don't see where the filter is located, but the files that I add to the dir are .py. I'm just adding via windows file system. Do I need to import them into the project. Can I tell eclipse to rescan the PROJECT_LOC directory? Thanks. |