pydev-users Mailing List for PyDev for Eclipse (Page 14)
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...> - 2011-11-30 00:18:40
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4850986: Hi Gabor, See: https://github.com/aptana/Pydev/blob/master/plugins/com.python.pydev.analys is/src/com/python/pydev/analysis/IAnalysisPreferences.java Unfortunately there's no better documentation (but the code should be easy to follow). Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-11-29 21:32:38
|
The following forum message was posted by gmaghera at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4850986: How can I find the list of comment/annotations (not sure if that's the correct terminology), of the form: #@UndefinedVariable, #@ReservedAssignment, etc.? I've been using them via Eclipse's Quick Fix menu, but I'd like to educate myself about it a bit better. My apologies if this has already been answered. I've searched for a while to no avail. Thanks, Gabor |
From: SourceForge.net <no...@so...> - 2011-11-29 13:44:27
|
The following forum message was posted by jules43 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4849964: I'm fairly new to Eclipse and PyDev so excuse me if I'm being dumb. I am using Eclipse/PyDev to develop a Google App Engine project called GAEServer. One of my common operations is to right click on the project and select Debug As->1 PyDev: Google App Run. Which kicks of a debug session for my application. I would like to change the command line arguments executed when this command is invoked (to relocate where GAE local server looks for its database). This requires me to add arguments to the executed command. If I select from the main menu: Run->Debug Configurations... there is an expandable item called PyDev Google App Run which contains a list of items: \/ PyDev Goodle App Run GAEServer GAEServer GAEServer GAEServer (1) GAEServer GAEServer (2) ... At the moment I have 19 of these which is a little surprising. If I select the first one then there is a tab where you appear to be able to add arguments '(x)= Arguments' but if I edit this and try to debug as again, it does not invoke GAE with the additional options, instead it creates another GAEServer GAEServer with the default settings. It may be that I have set up my project in some odd way, that I'm not understanding how this is supposed to work or that I have uncovered a bug. Can anyone help me figure out which? Thanks in advance Jules |
From: SourceForge.net <no...@so...> - 2011-11-27 20:50:54
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4811909: Item [url=https://sourceforge.net/tracker/?func=detail&aid=3443479&group_id=8579 6&atid=577329]3443479 [/url] |
From: SourceForge.net <no...@so...> - 2011-11-27 20:46:13
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4843169: Feature request [url=https://sourceforge.net/tracker/?func=detail&aid=3443476&group_id=85796&ati d=577332]3443476[/url] |
From: SourceForge.net <no...@so...> - 2011-11-27 16:00:57
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4811909: Please create a bug report for that (see: http://pydev.org/faq.html#how_do_i_report_a_bug ) Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-11-27 15:55:12
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4821798: As you want to change Ruby and not PyDev, please ask at https://aptanastudio.tenderapp.com/discussions/questions/ (or stack overflow with an 'aptana' tag). Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-11-27 15:00:57
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4834958: It does seem weird that the collections imported is not the one from Python. Does it work from the command line? Can you run: import sys print('\n'.join(sorted(sys.path))) From both the command line and Eclipse (to try to discover if there's any difference there). Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-11-27 14:29:19
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4828510: Regarding issue 1: Usually it gets slow when during the install process you ask to contact all update sites (which is not really needed when installing PyDev as it needs no dependencies other than Eclipse itself). So, unchecking that option during install should make the install fast. 2: Please create a new thread entry as this is unrelated to the original topic. Please provide more information (ideally some source code explaining what you have and what you were expecting). Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-11-27 13:55:40
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4843169: Please enter that as a feature request (or if you want, you can provide a patch for it, as that shouldn't be hard to do...) Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-11-26 19:28:39
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4843169: It would be very nice to have an option to define custom levels of expansion in Outline view as neither 'Expand all' nor 'Collapse all' is a good default option. For example the most useful level for me is when I have only module-level entities expanded. This way I see all classes and their methods and the view is not cluttered with other information. |
From: SourceForge.net <no...@so...> - 2011-11-25 16:05:59
|
The following forum message was posted by poyraz58 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4828510: Hello, i have instaled pydev in eclipse, but i cannot see the hierarchie view. If i take F4 than i have a empty window. The source code is written in python. best Regards |
From: SourceForge.net <no...@so...> - 2011-11-23 11:47:00
|
The following forum message was posted by stefangrewe at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4834958: Hi, I am using Eclipse Indigo, python3.2 from macports on a macbook pro with lion. Trying to run a simple one line program like - print('hi') - gives the traceback below. It seems to me that the 'from collections ...' in functools should be not be resolved through matplotlib? The output following 'searching' stems from a print(PYTHONPATH) which I added to site.py. Following the traceback is some output from python interpreterinfo.py Please help. Deleting the python interpreter for the project and adding a new interpreter and pythonpath does not change the printed pythonpath in a way I would expect. Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/site.py", line 73, in <module> __boot() File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/site.py", line 33, in __boot imp.load_module('site',stream,path,descr) File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site.py", line 58, in <module> import traceback File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/traceback.py", line 3, in <module> import linecache File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/linecache.py", line 10, in <module> import tokenize File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/tokenize.py", line 28, in <module> import re File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/re.py", line 121, in <module> import functools File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/functools.py", line 15, in <module> from collections import OrderedDict, namedtuple File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/matplotlib/collections.py", line 13, in <module> import numpy as np File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/numpy/__init__.py", line 137, in <module> from . import add_newdocs File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/numpy/add_newdocs.py", line 9, in <module> from numpy.lib import add_newdoc File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/numpy/lib/__init__.py", line 4, in <module> from .type_check import * File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/numpy/lib/type_check.py", line 8, in <module> import numpy.core.numeric as _nx File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/numpy/core/__init__.py", line 7, in <module> from . import _internal # for freeze programs File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3. 2/site-packages/numpy/core/_internal.py", line 169, in <module> format_datetime = re.compile(asbytes(r""" AttributeError: 'module' object has no attribute 'compile' searching ['/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/pyth on32.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/pyth on3.2/', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python 3.2/plat-darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-d ynload'] ['/Applications/eclipse/plugins/org.python.pydev_2.2.4.2011110216/PySrc /pydev_sitecustomize', '/Users/Stefan/PC/Software Development/Python/Geld32', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site- packages', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/pyth on3.2/site-packages/matplotlib', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python32.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/plat- darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python 3.2/site-packages/readline', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-d ynload', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python 3.2/site-packages', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site- packages/setuptools-0.6c11-py3.2.eg?\ude00\x01??\udcff\udd3e\udf50?\ufffe??\udfb f\uffbf\udffe??\ufe27\x03\x03', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python32.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/', '/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/plat- darwin', '/opt/local/Library/Frameworks/P |
From: SourceForge.net <no...@so...> - 2011-11-19 22:16:09
|
The following forum message was posted by leegold58 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4828510: Hi, Eclipse updates do not work it hangs, trying to install Pydev from pydev.org/update also hangs. I can not find a general Eclipse forum - the Eclipse forum page is long and complicated. Totally confused. Where is general Eclipse help? What does PyDev hang during the install process? I have a very fast connection to web. Thanks |
From: SourceForge.net <no...@so...> - 2011-11-16 14:43:23
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4821798: Hi everyone, There is something I really hate in Aptana Studio 3 when I am using Ruby. When I try to use Ctrl+Shift+/ it inserts a comment of this form: =begin My lines of code My lines of code My lines of code My lines of code My lines of code =end I would like the Ctrl+Shift+/ to be defaulted to toggle commenting with '# ' instead; like so: # My lines of code # My lines of code # My lines of code # My lines of code # My lines of code I have gone to the key preferences and tried changing PyDev toggle comment to Ctrl+Shift+/ but it doesn't work. It must be picking that behavior from somewhere else. What do I need to change so that I get the IDE to behave like I want? Ted. |
From: SourceForge.net <no...@so...> - 2011-11-13 18:20:38
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4811909: It looks like interpreter chosen from dropdown in the 'Python unittest' run configuration is not being saved. I'm using a shared file for this run configuration. |
From: SourceForge.net <no...@so...> - 2011-11-13 18:08:29
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4811846: Could http://stackoverflow.com/questions/3121107/is-test-suite-deprecated-in-pyu nit/7368528#7368528 be the answer? [quote]In addition to Mark's answer, one more reason to build your own suite() is if you are dynamically building tests. Also, it took me a while to figure out how to get PyDev to pick up the suite and run it in the graphical test runner. The trick is to put in a method like so: [code]def load_tests(loader, tests, pattern): return suite() [/code] Such a method gets picked up the graphical test runner. [/quote] |
From: SourceForge.net <no...@so...> - 2011-11-13 17:52:24
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4811846: Is it possible to configure 'Python unittest' run configuration which uses PyDev test runner so that only specific test methods are being run? If not is it possible using other test runners - Nose or Py.test? |
From: SourceForge.net <no...@so...> - 2011-11-12 12:31:41
|
The following forum message was posted by yuntian at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4560827: worsen significantly before [url=http://www.coach-outlet-onlines.org/]Coach Outlet[/url] putting the United States economy crucial that Europe move quickly to put in |
From: Fabio Z. <fa...@gm...> - 2011-11-11 22:04:09
|
It seems there's a problem with starting the shell to get completions from builtins (maybe a new firewall?) Do you have some error in your error log? (see: http://pydev.org/faq.html#how_do_i_report_a_bug for details on getting the error log) Cheers, Fabio On Fri, Nov 11, 2011 at 5:33 PM, Raffi Khatchadourian <rkh...@ap...> wrote: > All of a sudden (seemingly), I'm starting to get some very strange errors in pydev: > > Undefined variable: __file__ > Undefined variable: __name__ > Undefined variable: dict > Undefined variable: enumerate > Undefined variable: Exception > Undefined variable: False > > These all seem to be false positives. Any idea what could be wrong? > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |
From: Raffi K. <rkh...@ap...> - 2011-11-11 19:33:48
|
All of a sudden (seemingly), I'm starting to get some very strange errors in pydev: Undefined variable: __file__ Undefined variable: __name__ Undefined variable: dict Undefined variable: enumerate Undefined variable: Exception Undefined variable: False These all seem to be false positives. Any idea what could be wrong? |
From: SourceForge.net <no...@so...> - 2011-11-10 20:27:16
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4805453: I think PyDev's test runner should handle exceptions being raised in test cases more gracefully than in the following example. ------------------------------------------------------------- test module import unittest class TestCase(unittest.TestCase): @classmethod def setUpClass(cls): raise RuntimeError def testA(self): pass if __name__ == '__main__': unittest.main() ------------------------------------------------------------- output Finding files... done. Importing test modules ... done. Traceback (most recent call last): File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ pydev_runfiles_unittest.py", line 55, in getTestName test_name = test.__class__.__name__ + "." + test._TestCase__testMethodName AttributeError: '_ErrorHolder' object has no attribute '_TestCase__testMethodName' Traceback (most recent call last): File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ runfiles.py", line 163, in <module> main() File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ runfiles.py", line 77, in main pydev_runfiles.main(configuration) File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ pydev_runfiles.py", line 583, in main PydevTestRunner(configuration).run_tests() File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ pydev_runfiles.py", line 569, in run_tests runner.run(test_suite) File "C:\Program Files\Python\2.7\lib\unittest\runner.py", line 151, in run test(result) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 70, in __call__ return self.run(*args, **kwds) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 108, in run test(result) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 70, in __call__ return self.run(*args, **kwds) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 108, in run test(result) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 70, in __call__ return self.run(*args, **kwds) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 100, in run self._handleClassSetUp(test, result) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 153, in _handleClassSetUp self._addClassOrModuleLevelException(result, e, errorName) File "C:\Program Files\Python\2.7\lib\unittest\suite.py", line 198, in _addClassOrModuleLevelException result.addError(error, sys.exc_info()) File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ pydev_runfiles_unittest.py", line 112, in addError self._reportErrors([self.errors[-1]], [], '', self.getTestName(test)) File "C:\eclipse\indigo\plugins\org.python.pydev.debug_2.2.4.2011110216\pysrc\ pydev_runfiles_unittest.py", line 96, in _reportErrors 'error', captured_output, error_contents, test.__pydev_pyfile__, test_name, diff_time) AttributeError: '_ErrorHolder' object has no attribute '__pydev_pyfile__' |
From: Fabio Z. <fa...@gm...> - 2011-11-10 18:18:29
|
Hi Daniel, thanks, I really had an issue in my paypal account (it's solved now). On Thu, Nov 10, 2011 at 2:28 PM, Daniel Sokolowski < dan...@kl...> wrote: > Trying to show my support but get this error on donation page (this is > after I enter my comment and click submit) > > fa...@gm... > ------------------------------ > Retornar para fa...@gm... > Mensagem de erro > > Este destinatário no momento não pode receber dinheiro. > Retornar para fa...@gm... > [image: PayPal] > > Não conseguimos processar sua solicitação neste momento. Retorne a > fa...@gm... e tente outra opção. > Feedback do site [image: Feedback do site] > > PayPal. A maneira mais fácil e segura de efetuar pagamentos. Para obter > mais informações, leia o Contrato do usuário<https://cms.paypal.com/br/cgi-bin/marketingweb?cmd=_render-content&content_ID=ua/UserAgreement_popup&locale.x=pt_BR>e a Política > de privacidade<https://cms.paypal.com/br/cgi-bin/marketingweb?cmd=_render-content&content_ID=ua/Privacy_popup&locale.x=pt_BR> > . > > -- > Daniel Sokolowski > KL Insight > http://klinsight.com/ > Tel: 613-344-2116 | Fax: 613.634.7029 > 993 Princess Street, Suite 202 > Kingston, ON K7L 1H3, Canada > > > Notice of Confidentiality: > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review re-transmission dissemination or other use of or > taking of any action in reliance upon this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error please contact the sender immediately by return electronic > transmission and then immediately delete this transmission including all > attachments without copying distributing or disclosing same. > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > > |
From: Fabio Z. <fa...@gm...> - 2011-11-10 17:35:21
|
Hi Daniel, I think that the major problem there is that PyDev internally doesn't work with some things as RSE would like, namely, PyDev works with the Eclipse IResource structure in a very limited way (mostly, it works with the actual filesystem resources when possible -- that works 2 ways: PyDev should deal better with external files than other plugins but doesn't work so well with RSE, which I believe 'fakes' the Eclipse IResource structure to the plugin). Unfortunately, currently changing this in the PyDev design isn't a trivial task... So, the support is limited to watching the contents of the file that RSE provides for PyDev (which is the behavior that you'd also get with external files). Note that usually this isn't such a big limitation because the filesystem itself usually has ways to mount a remote filesystem as if it was local... see: http://en.wikipedia.org/wiki/Filesystem_in_Userspace It'd still lack launching in the remote env, but all the editing could be done locally (and only launching would be done externally) -- you still need to configure a local interpreter though. Cheers, Fabio On Thu, Nov 10, 2011 at 2:27 PM, Daniel Sokolowski <dan...@kl...> wrote: > Hi All > I've been using PyDev for 3 years now and was never able to make it play > nice with Target Management (RSE) but I am willing to give it another go. > The issues are: > 1. PyDev does not allow using remote systems setup in RSE in python path > - work around is to install a local python and your libraries needed > 2. PyDev fails to see any of the projects source files > - so auto imports and ctrl+click fail to work (you hear on windows the > ding sound) > - even though on project level you can set additional PythonPath sources > manually > to your projects source files it still does not work and setting is > lost on eclipse restart > Has anyone found a work around for this? That is so PyDev plays nicley with > RSE? If my memory serves me right Java eclipse plugin and the PHP plugin are > able to do so. > I am willing to submit as much information and do testing as is needed. > > -- > Daniel Sokolowski > KL Insight > http://klinsight.com/ > Tel: 613-344-2116 | Fax: 613.634.7029 > 993 Princess Street, Suite 202 > Kingston, ON K7L 1H3, Canada > > > Notice of Confidentiality: > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review re-transmission dissemination or other use of or taking > of any action in reliance upon this information by persons or entities other > than the intended recipient is prohibited. If you received this in error > please contact the sender immediately by return electronic transmission and > then immediately delete this transmission including all attachments without > copying distributing or disclosing same. > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > > |
From: Daniel S. <dan...@kl...> - 2011-11-10 16:58:59
|
Trying to show my support but get this error on donation page (this is after I enter my comment and click submit) fa...@gm... ------------------------------ Retornar para fa...@gm... Mensagem de erro Este destinatário no momento não pode receber dinheiro. Retornar para fa...@gm... [image: PayPal] Não conseguimos processar sua solicitação neste momento. Retorne a fa...@gm... e tente outra opção. Feedback do site <javascript:PP_O_LC()> [image: Feedback do site] PayPal. A maneira mais fácil e segura de efetuar pagamentos. Para obter mais informações, leia o Contrato do usuário<https://cms.paypal.com/br/cgi-bin/marketingweb?cmd=_render-content&content_ID=ua/UserAgreement_popup&locale.x=pt_BR>e a Política de privacidade<https://cms.paypal.com/br/cgi-bin/marketingweb?cmd=_render-content&content_ID=ua/Privacy_popup&locale.x=pt_BR> . -- Daniel Sokolowski KL Insight http://klinsight.com/ Tel: 613-344-2116 | Fax: 613.634.7029 993 Princess Street, Suite 202 Kingston, ON K7L 1H3, Canada Notice of Confidentiality: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review re-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error please contact the sender immediately by return electronic transmission and then immediately delete this transmission including all attachments without copying distributing or disclosing same. |