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-08-23 11:06:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3880645 By: fabioz Where do you put the breakpoint when that happens? Are you using it with python or jython? ______________________________________________________________________ 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-08-23 06:42:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3880275 By: mosegard If I include a module with: "from TestModule import *" a subsequent debug run does not start debugging (i.e. the debugging perspective is not startet and breakpoints are not handled - but the code is executed correctly) If I use (with a proper execution of the function foobar) either "from TestModule import foobar" or "import TestModule" Debugging works fine (Eclipse 3.2.0, PyDev 1.2.2) - have I misunderstood something, or might this be 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-08-22 17:09:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3879480 By: fabioz Currently the associations are only as file associations. I believe this was already added as a feature-request, but I still haven't gotten to it. 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-08-22 16:59:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3879467 By: jwhitley That would definitely be handy... Is this something on the TODO list, or does Eclipse not readily permit ad-hoc file typing? While it's possible to use File Associations as a hack to get around this, it's not very elegant or portable. ______________________________________________________________________ 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: Sasha O <sas...@gm...> - 2006-08-20 16:15:24
|
Fabio -- It seems that the problem is with wxPython and not PyDev -- it happens also under Komodo. I will let you know if there is any relation to PyDev. Thanks for the great product, Sasha Fabio Zadrozny wrote: > > > On 8/5/06, *Sasha O* <sas...@gm... <mailto:sas...@gm...>> wrote: > > Fabio -- > > > Well, can you give more information? (pydev version, os, eclipse, > >> wxPython, etc) > > Some of it is in the subject: > Pydev 1.2.2 + Eclipse 3.2.0 + wxPython 2.6.3 (tried .2 and .3). > > Sorry for missing out the OS -- it is Windows XP. Python is 2.4.3 > (#69). > > > Ok, I still haven't been able to test, and just keeping it in my e-mail > is a hard way to remember about it, so, could you report it as a bug in > the sf tracker? > > Thanks, > > Fabio > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users |
From: SourceForge.net <no...@so...> - 2006-08-19 11:42:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3874946 By: fabioz Well, when you use the red square button of Pydev, it does not actually throw a KeyboardInterrupt exception... It sends a kill message to the system (which will in turn kill your program)... It would be like sending a SIGTERM to the python shell. Now, this gets to an interesting point... the Eclipse console is not actually a full implementation of a shell, you're not able to send a Ctrl+C to the console. (There's already a bug for that in Eclipse.org)... So, your implementation won't work correctly inside Eclipse... I think the best choice you'd have is making your application handle text inputs, so that you could type 'exit' and then it would exit instead of using a keyboard interrupt for that. 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-08-17 08:11:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3871110 By: untom now i feel really stupid for not having found that one on my own.... sorry ;) ______________________________________________________________________ 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-08-16 21:58:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3870673 By: meads594 I seem to have solved my own problem. It looks like there were problems since I was using gcj instead of sun java. I installed the latest sun java (jre1.5.0_08). Then after wiping out eclipse and starting with a fresh copy, I was able to successful install v1.2.2 of pydev and the extensions. ______________________________________________________________________ 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-08-16 18:34:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3870377 By: kovan I have a python script that uses a database. The database is closed in, among other places, the KeyboardInterrupt exception handler, which when running the script from the Linux shell is raised when the user presses Ctrl+C. My problem is that, periodically, I'm getting a database corruption error, caused by the database not have been closed properly, which requires the DB file to be deleted and re-created. The database is, in fact, not closed, when terminating the script from within Eclipse (using the red square button of Pydev console). The KeyboardInterrupt exception doesn't seem to be thrown, and the close() function call in its handler is not executed. Any light on how to solve this?. Thanks a lot. ______________________________________________________________________ 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-08-16 16:00:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3870173 By: fabioz Not Currently. 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-08-16 15:19:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3870073 By: rzoz Apologies if this has been brought up before. Is it possible to detect python nature of files that do not have a .py extension but begin with a #!/usr/bin/env python line? ______________________________________________________________________ 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-08-16 13:45:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3869934 By: fabioz It's in the preferences: window > preferences > Pydev (option: replace tabs with spaces when typing). 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-08-16 13:35:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3869918 By: untom Hi there! I'm using the PyDev 1.2.2 on Eclipse 3.2 to do some Python-Developing. PyDev seems to work just fine, except for one really anoying thing: I seem to be unable to use "Hard Tabs" (as opposed to spaces-as-tabs) in my files. Whenever I press the TAB-key, 4 Spaces are automatically inserted in the editor. I looked through all the Preferences in Window->Preferences, but I couldn't find the setting anywhere. Of course my Java-Formatter is set to use Tabs rather then spaces, but PyDev doesn't seem to be using the same formatter-settings anyway. Since the Coding-Style-Guides I use dictate the use of hard tabs this is very annoying. I have to use the Ctrl+Shift+Tab Hotkey to change all the Spaces to tabs every time befor saving, and this is really starting to get on my nerves. Do I simply overlook the setting where i can set PyDev to use hard tabs? If there isn't such a setting: is there any config-file I can dig into to change the behaviour of PyDev? (Simply accepting to use spaces rather than tabs isn't an option) ______________________________________________________________________ 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-08-15 23:44:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3869094 By: meads594 I'm using eclipse 3.2 on linux. I'm trying to install the latest version of Pydev (which looks to be 1.2.2) using the eclipse update manager. I enter the "New remote site" in eclipse with the url http://pydev.sf.net/updates/. But, eclipse just pops up a window saying "No features found on the selected sites". I then change the remote site url to http://pydev.sourceforge.net/updates/, and I do see Pydev, ut the version is 1.0.4. So, I cancel, and repeat (with the exact same url) and now version 1.0.5 pops up. In fact, if I uncheck the "show only latest version", 1.0.4 isn't even present now. So, I try again (again without changing the url) and now I'm back to the "No features found on the selected sites" pop-up. Can anybody tell me what I am doing wrong? There is a long list of errors on stdout, here is a snippet: org.eclipse.update.internal.core.FeatureDownloadException: An exception occured while downloading feature from "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.2.1.ja r". org.eclipse.update.internal.core.FeatureDownloadException: An exception occured while downloading feature from "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.1.0.ja r". org.eclipse.update.internal.core.FeatureDownloadException: An exception occured while downloading feature from "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.2.2.ja r". org.eclipse.update.internal.core.FeatureDownloadException: An exception occured while downloading feature from "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.0.7.ja r". org.eclipse.update.internal.core.FeatureDownloadException: An exception occured while downloading feature from "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.0.6.ja r". java.lang.NullPointerException at gnu.java.net.protocol.http.HTTPConnection.getSocket() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPConnection.getOutputStream() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.Request.dispatch() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPURLConnection.connect() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPURLConnection.getInputStream() (/usr/lib/libgcj.so.6.0.0) at org.eclipse.update.internal.core.connection.HttpResponse.getInputStream() (Unknown Source) at org.eclipse.update.core.ContentReference.getInputStream() (Unknown Source) at org.eclipse.update.core.FeatureContentProvider.asLocalReference(org.eclips e.update.core.ContentReference, org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeature EntryArchiveReferences(org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeature ManifestReference(org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(java .net.URL, org.eclipse.update.core.ISite, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.Site.createFeature(java.lang.String, java.net.URL, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.FeatureReference.createFeature(java.net.URL, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.FeatureReference.getFeature(org.eclipse.update.cor e.IFeatureReference, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.FeatureReference.getFeature(org.eclipse.core.runti me.IProgressMonitor) (Unknown Source) at org.eclipse.update.internal.search.SiteSearchCategory$FeatureDownloader.run() (Unknown Source) at java.lang.Thread.run() (/usr/lib/libgcj.so.6.0.0) org.eclipse.core.runtime.CoreException: Error creating feature "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.0.8.jar". [java.lang.NullPointerException] org.eclipse.update.internal.core.FeatureDownloadException: An exception occured while downloading feature from "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.0.5.ja r". java.lang.NullPointerException at gnu.java.net.protocol.http.HTTPConnection.getSocket() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPConnection.getOutputStream() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.Request.dispatch() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPURLConnection.connect() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPURLConnection.getResponseCode() (/usr/lib/libgcj.so.6.0.0) at org.eclipse.update.internal.core.connection.HttpResponse.getStatusCode() (Unknown Source) at org.eclipse.update.internal.core.UpdateManagerUtils.checkConnectionResult( org.eclipse.update.internal.core.connection.IResponse, java.net.URL) (Unknown Source) at org.eclipse.update.core.ContentReference.getInputStream() (Unknown Source) at org.eclipse.update.core.FeatureContentProvider.asLocalReference(org.eclips e.update.core.ContentReference, org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeature EntryArchiveReferences(org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeature ManifestReference(org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(java .net.URL, org.eclipse.update.core.ISite, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.Site.createFeature(java.lang.String, java.net.URL, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.FeatureReference.createFeature(java.net.URL, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.FeatureReference.getFeature(org.eclipse.update.cor e.IFeatureReference, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.update.core.FeatureReference.getFeature(org.eclipse.core.runti me.IProgressMonitor) (Unknown Source) at org.eclipse.update.internal.search.SiteSearchCategory$FeatureDownloader.run() (Unknown Source) at java.lang.Thread.run() (/usr/lib/libgcj.so.6.0.0) org.eclipse.core.runtime.CoreException: Error creating feature "http://pydev.sourceforge.net/updates/features/org.python.pydev.feature_1.0.2.jar". [java.lang.NullPointerException] java.lang.NullPointerException at gnu.java.net.protocol.http.HTTPConnection.getSocket() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPConnection.getOutputStream() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.Request.dispatch() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPURLConnection.connect() (/usr/lib/libgcj.so.6.0.0) at gnu.java.net.protocol.http.HTTPURLConnection.getInputStream() (/usr/lib/libgcj.so.6.0.0) at org.eclipse.update.internal.core.connection.HttpResponse.getInputStream() (Unknown Source) at org.eclipse.update.core.ContentReference.getInputStream() (Unknown Source) at org.eclipse.update.core.FeatureContentProvider.asLocalReference(org.eclips e.update.core.ContentReference, org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeature EntryArchiveReferences(org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeature ManifestReference(org.eclipse.update.core.InstallMonitor) (Unknown Source) at org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(java .net.URL, org.eclipse.update.core.ISite, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) ______________________________________________________________________ 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-08-15 06:54:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3867872 By: prkelly Thanks Fabio, removing '-u' from the pydev runners that start the interpreter worked fine. I had to learn a bit about building eclipse plugins at the same time! It was very straight forward in the end. ______________________________________________________________________ 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-08-12 17:11:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3864980 By: fabioz Which Eclipse and pydev version are you using? ______________________________________________________________________ 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-08-12 01:19:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3864544 By: yuirei input() accepts int/flota while raw_input() accepts string? ______________________________________________________________________ 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-08-11 22:18:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3864438 By: yuraant Me error the same. Pless Help :-) ______________________________________________________________________ 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-08-11 07:45:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3862894 By: jacky_h Unfortunately not... I had something in it which I wasn't sure whether it was connected to the console problem. Just tried to clear and reproduce it, but I don't get anything. ______________________________________________________________________ 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-08-10 13:26:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3861410 By: shakeel_butt Sorry! that was the prob. ______________________________________________________________________ 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-08-10 10:34:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3861240 By: fabioz Which Eclipse version and which Pydev version are you using? 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-08-10 06:28:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3860990 By: shakeel_butt Hi I'm new to eclipse and Pydev. I have installed Pydev from zip files. Whenever I open any python file the editor error occurs giving following error and editor doesn't open. Thanx Shakeel Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.NoSuchMethodError: org.python.pydev.editor.codecompletion.PyContentAssistant.setRepeatedInvocationM ode(Z)V at org.python.pydev.editor.PyEditConfiguration.getContentAssistant(PyEditConfig uration.java:260) at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:344) at org.python.pydev.editor.codefolding.PySourceViewer.configure(PySourceViewer. java:50) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextE ditor.java:2531) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEdito r.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(Abst ractDecoratedTextEditor.java:341) at org.python.pydev.editor.codefolding.PyEditProjection.createPartControl(PyEdi tProjection.java:70) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.jav a:598) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:374) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReferenc e.java:552) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:213) at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:11 22) at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:10 80) at org.eclipse.ui.internal.WorkbenchPage.partAdded(WorkbenchPage.java:1429) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207 ) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:764 ) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager .java:671) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:634) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.ja va:2381) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2316 ) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2308) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2294) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2289) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2274) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:372) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:335) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:98) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.jav a:98) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGr oup.java:120) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGr oup.java:327) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigato r.java:673) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.ja va:432) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:73 9) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java: 968) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.jav a:1067) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:244) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:239) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:278) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1059) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3061) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2743) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator. java:109) 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:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) 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-08-09 23:11:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3860640 By: fabioz Well, you could get the pydev code and change it if you think that this is easier than changing 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-08-09 21:38:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3860552 By: prkelly ahh - your right! My interpreter doesn't accept '-u'. Is it possible for me to change this somewhere in pydev to not use '-u' as it could be a long process getting changes made to our interpreter . Cheers 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-08-09 00:42:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3859177 By: fabioz Do you have something in your error log? ______________________________________________________________________ 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 |