pydev-users Mailing List for PyDev for Eclipse (Page 205)
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-19 04:45:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3921245 By: rubinyoav Hi All, when i run my project in the run mode, the project runs fine, but when i run it in the debugger and place a breakpoint somewhere i get an error message in the console that sais that one of my imports (which is one of the modules i created in the project) does not exist. Does anyone has any idea what to do, i'm a newbie in pydev and python, thanks Yoav ______________________________________________________________________ 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-18 19:18:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919313 By: jcasbon Hi, When using a shared run configuration, it is nice not to have to specify the absolute path to the interpreter. With eclipse 3.1/pydev 1.1 it was possible to set the interpreter to: ${system_path:python} this would then be picked up if you had configured this interpreter. With eclipse 3.2/pydev 1.2, however, this behaviour is no longer possible and using this configuration gives an error dialog with: "The interpreter ${system_path:python} is not a correctly configured as a 'python' interpreter. etc". The generated command line is correct, however. Is it possible to support this usage some way? A shared run configuration should be as generic as possible and not all developers store python in the same place. Perhaps their should be a default interpreter choice? thanks, James ______________________________________________________________________ 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-18 16:16:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919072 By: fabioz Well, I haven't tried it, but I think that if you have a samba server (if windows is in the mix of platforms), it should work (but as I said, I've never tried it). Cheers, Fabio p.s. if you try it, please post a note with your results. ______________________________________________________________________ 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-18 16:09:06
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919062 By: a_sf i'm wondering if it's possible to run eclipse locally for python development, but have the python environment and project files on a remote machine? library references, debugging, and running would happen on the remote box? seems a bit pie-in-the-sky but would be really useful for our situation - multiple developers on different OS's, but we would like to maintain one development environment on a debian server. ______________________________________________________________________ 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-18 16:01:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919050 By: fabioz Actually, I think that currently classpath == pythonpath. The thing is that you need the classpath for loading the java stuff and the pythonpath to load the python stuff (they are really treated differently in jython). You should be able to just specify the pythonpath and have it load the java classes correctly, but there is a bug in jython 2.1 that prevents that from happening (I think that this has already changed in the svn). So, I'd have to take a look at the places and see what's actually suitable for each place (altough it is important for users to know that currently pythonpath == classpath). 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-18 15:53:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919033 By: rjst Hi, When working with jython, there are several places where pydev shows configuration for classpath and pythonpath. I think this causes some confusion, only classpath should have to be specified. Perhaps I'm missing something. thanks, Ricardo ______________________________________________________________________ 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-13 12:12:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3912190 By: rjst Hi, Thanks for your answer. There is already a feature request #1514992 for this issue. As for manually adding, it can become difficult to manage. In one of our projects, we have about 10 eclipse projects, with dependencies among them, exporting jars, etc..., so I think the only proper way to do it would be to inherit tha project's classpath to the pythonpath. Please note that if I start the jython script from java via the interpreter class, it works fine. As a workaround, we add a jar file with all our libraries and java code for the pythonpath, but it's suboptimal, since any java change requires rebuilding the jar for python to see 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-13 11:25:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3912130 By: fabioz You probably had a corrupt install... when it happens you usually have some classes not found... it appears in your error log. 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-13 03:29:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911689 By: ppngiap Well, I uninstalled and reinstalled Pydev and the problem is resolved. Not sure why. --Tom ______________________________________________________________________ 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-13 02:25:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911662 By: ppngiap Hi, Just got Pydev 1.2.2 installed. Started a new Pydev project and added an existing .py file. Tried to open the .py file, the content displayed, then an hour glass appear and eclipse stopped respond. Killed eclipse and retried but no luck. Environment: java 1.5.0_06-b05 eclipse 3.2 pydev 1.2.2 Windows XP Suggestion please? Thx, Tom ______________________________________________________________________ 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-13 02:19:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911655 By: ppngiap Thanks for quick response. Awesome support. --Tom ______________________________________________________________________ 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-13 02:00:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911637 By: fabioz The site at sourceforge seems down right now... have you tried the mirror at fabioz.com (see http://fabioz.com/pydev/download.html for details -- you can get it without the extensions from there if you want). 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-13 01:54:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911633 By: ppngiap Hi, I try to get a 1.2.2 from eclipse, but got a network timeout. Can anyone confirm this, or is it just me? Thx, Tom ______________________________________________________________________ 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-12 19:03:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911202 By: fabioz Actually that's not entirely true, the pydev project properties are actually shown in all places BUT the package explorer, because the package explorer will only show java information... if instead of right-clicking in the package explorer and go to the menu: project > properties, all the info should appear. As for the java information, you're right, it does not inherit the classpath information from a java project... maybe there could be an option to get that option to be added to the jython plugin (please add a feature request for that). There's no current workaround... you have to enter the information twice, one for the java project and another for the pydev project... so you have to add the folder that has the output for the classes in the pythonpath for the project. 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-12 18:41:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911173 By: rjst Hi The project does receive the python nature, and I am able to configure it as a jython project. However, the pydev specific entries in the project properties are only visible when in the pydev perspective. I'm not sure that's a good decision from a interface point of view, because it's a dual-language project, I think all option should be always available. But what really is annoying is the fact that pydev doesn't inherit the java classpath of the project. so, I add a python script to a java project, but can't import the java classes of the project. From a jython user's point of view, I'd say this is the worst bug/lack of feature of pydev at the moment. Is there a workaround for this ? I'm working on a java project that already has thousands of files, and I'm trying to write some of the new stuff in jython, but I'm having trouble referencing the java code from jython thanks, Ricardo ______________________________________________________________________ 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-11 21:40:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3909811 By: davmp I've submitted this as a bug report. (bug #1556667) ______________________________________________________________________ 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-10 21:10:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3908082 By: fabioz It seems like a bug in code analysis. It should stop trying to analyze the logger when it gets to the first method... The following code would work: class MyLogger(object): def debug(self): pass logger = MyLogger() #instead of using a method to get the logger from myapp.logger import logger class Foo(object): ..def __init__(self): ....logger.debug('Creating Foo: %s', self) Still, please report that as a bug. I'll try to fix it for the next release. 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-08 18:11:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3905932 By: davmp I'm seeing a number of marked errors related to logger methods such as calling logger.debug(), etc. I'm not sure if this is due to something I'm doing or whether there is something wrong with PyDev. Advice is appreciated. Here is a description of the typical pattern I'm using: * In the root level package for an application called 'myapp', define a logger for the application in a module called logger.py like this: import logging logger = logging.getLogger('myapp') * In other packages or modules within that application, import that logger and try to log to it using any of the info, debug, exception, etc. methods like this: from myapp.logger import logger class Foo(object): def __init__(self): logger.debug('Creating Foo: %s', self) PyDev (or is it PyDev extensions?) always marks the call to the debug method on this last line as an 'Undefined variable from import: debug'. How do I avoid this? ______________________________________________________________________ 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-07 22:44:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3904093 By: fabioz Well, if you do have source code for it, it should go there naturally... Can you explain better your case? ______________________________________________________________________ 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-07 18:49:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3903809 By: debedb Is it possible to do that? How? ______________________________________________________________________ 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-07 13:07:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3903301 By: miind ah, wonderful! that solved the problem! 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-07 12:07:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3903243 By: fabioz Have you read: http://fabioz.com/pydev/manual_adv_remote_debugger.html Actually, if you're in another computer, in the call to setttrace, you should be able to pass the host that should be listening E.g.: pydevd.settrace(host=10.0.0.1) 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-07 11:06:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3903177 By: miind Yes, I figured that out from your featurematrix. Is there any documentation on how to set up the serverpart? I guess I need to put some kind of remote debugger thing on the serverside!? ______________________________________________________________________ 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-07 10:57:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3902942 By: fabioz It is possible with pydev extensions (http://www.fabioz.com/pydev) ______________________________________________________________________ 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-07 07:51:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3902711 By: miind Im trying to get pydev to remote debug a python cgi app on a apache running on another computer (not my local dev machine). Is that possible? // Samuel ______________________________________________________________________ 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 |