pydev-users Mailing List for PyDev for Eclipse (Page 21)
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: Torvon <to...@gm...> - 2011-08-24 14:30:19
|
Hey there. I got this first issue fixed now. If you meet people with a similar problem, keep in mind that in the terminal you can just type "which python" ;) ... that will lead you to the source of the python interpreter. I have very basic problems now, which I for some reason am not able to solve with basic FAQs and manuals. Perhaps my questions are too "noobish" ... I am able to create a PyDev project in Eclipse, but since this is my first programming language, I am lost in using Eclipse. What I am looking for is some kind of command line (I used MacTerminal for that, but it's annoying), and also some way to open a new python file, put in code, and run it when I feel like it. How exactly do I do that in Eclipse? Do I need Eclipse for that at all, or are there are "lighter" programs who do that kind of job (command line + editor for files which you can just run)? Sorry and thanks Eiko Fabio Zadrozny-2 wrote: > > It's exactly the use-case I told you before: the python from mac > doesn't ship with the .py files (only the .pyc files). PyDev needs > those to properly do a bunch of static-code analysis, so, if you can, > grab the python version from python.org and use that version > (otherwise, grab the version from python.org and just extract the .py > files from /Lib over your current installation of python in mac os). > > Cheers, > > Fabio > > On Wed, Aug 10, 2011 at 9:46 PM, Eiko Fried <to...@gm...> wrote: >> I did edit the links in the forum, somehow they got cut. >> >> The direct link to the thread is: >> http://old.nabble.com/Help-please%3A-Python%2C-Mac%2C-Eclipse%2C-PyDev-td32236580.html >> >> I hope the screenshot will provide enough help to help me ;) >> >> Thanks! >> Eiko >> >> >> On 11 August 2011 02:39, Fabio Zadrozny <fa...@gm...> wrote: >>> The links for dropbox didn't appear, so, it's hard to know what's >>> going on... so, I'm guessing here: mac doesn't provide the .py files >>> for the library, so, you have to either use the interpreter from >>> python.org or grab the .py files from the library and copy them to >>> your mac installation (personally, I always use the version from >>> python.org instead of using the one from the system -- you never know >>> what you may break in the system while developing). >>> >>> If that's not the case, try entering the links in the forum (not sure >>> why the links didn't appear properly in the e-mail). >>> >>> Cheers, >>> >>> Fabio >>> >>> On Wed, Aug 10, 2011 at 3:37 PM, Torvon <to...@gm...> wrote: >>>> >>>> Hey there. >>>> >>>> (1) My employer forces me to work on a MAC, that's a new OS to me. So >>>> excuse >>>> me if these questions are stupid. (10.6.8) >>>> >>>> (2) I have eclipse, and want to run Python in it. I followed the steps >>>> installing PyDev, no problemo. Now I have to setup the path where the >>>> interpreter is in. And I can't find it. I found 10.000 topics on the >>>> net for >>>> this problem, but none solved my issues. >>>> >>>> (3) Most of the topics say check /libraries/Python. In this folder I >>>> have 3 >>>> subfolders, called 2.3, 2.5 and 2.6. These folders contain identical >>>> things: >>>> a folder called "site-packages", which contains a readme, which >>>> contains >>>> ("This directory exists so that 3rd party packages can be installed >>>> here. >>>> Read the source for site.py for more details.") >>>> Nothing else. >>>> The PyDev stuff is apparently in my /repast-simphony/eclipse/plugins >>>> folder >>>> (in this folder are 5 subfolders called PyDev 2.2.1 etc blablabla and >>>> then >>>> debug/fastparser/analysis etc.) >>>> >>>> Ok. So how do I find where my Python actually is? >>>> I tried --> python -c "from distutils.sysconfig import get_python_lib; >>>> print >>>> get_python_lib()" >>>> which tells me >>>> --> /Library/Python/2.6/site-packages >>>> >>>> But that is empty. >>>> >>>> In /system/frameworks there is one. That one looks interesting. But no >>>> matter if I choose "Python" (alias, no idea what that means on mac, but >>>> it >>>> looks like an executable file) in the main folder, or the other Pythons >>>> in >>>> subfolders (e.g. versions/2.6 or versions/current), I receive an >>>> unspecific >>>> error which is kind enough to tell me that common problems are using an >>>> unsupported version or specifying an invalid interpreter. >>>> >>>> python -c "import sys; print sys.executable" >>>> ... points to the folder /usr/bin/python. >>>> (there are also other ones like python 2.6 in that folder) >>>> >>>> In eclipse now I enter this path as interpreter, like that: >>>> http://dl.dropbox.com/u/35594260/Bildsc ... .18.31.png >>>> >>>> I get this message dialog afterwards (I don't understand this, because >>>> this >>>> is EXACTLY the dialog that appears if I do not enter the path manually >>>> "new >>>> ->", like above, but when I hit "auto config): >>>> http://dl.dropbox.com/u/35594260/Bildsc ... .18.38.png >>>> >>>> When I click OK, this error message pops up: >>>> http://dl.dropbox.com/u/35594260/Bildsc ... .18.44.png >>>> >>>> I honestly have no idea what to do. Please help. >>>> >>>> Thanks >>>> Eiko >>>> -- >>>> View this message in context: >>>> http://old.nabble.com/Help-please%3A-Python%2C-Mac%2C-Eclipse%2C-PyDev-tp32236580p32236580.html >>>> Sent from the pydev-users mailing list archive at Nabble.com. >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> uberSVN's rich system and user administration capabilities and model >>>> configuration take the hassle out of deploying and managing Subversion >>>> and >>>> the tools developers use with it. Learn more about uberSVN and get a >>>> free >>>> download at: http://p.sf.net/sfu/wandisco-dev2dev >>>> _______________________________________________ >>>> Pydev-users mailing list >>>> Pyd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pydev-users >>>> >>> >>> ------------------------------------------------------------------------------ >>> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >>> user administration capabilities and model configuration. Take >>> the hassle out of deploying and managing Subversion and the >>> tools developers use with it. >>> http://p.sf.net/sfu/wandisco-dev2dev >>> _______________________________________________ >>> Pydev-users mailing list >>> Pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-users >>> >> >> ------------------------------------------------------------------------------ >> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, >> user administration capabilities and model configuration. Take >> the hassle out of deploying and managing Subversion and the >> tools developers use with it. >> http://p.sf.net/sfu/wandisco-dev2dev >> _______________________________________________ >> Pydev-users mailing list >> Pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-users >> > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > > -- View this message in context: http://old.nabble.com/Help-please%3A-Python%2C-Mac%2C-Eclipse%2C-PyDev-tp32236580p32326948.html Sent from the pydev-users mailing list archive at Nabble.com. |
From: SourceForge.net <no...@so...> - 2011-08-24 12:19:00
|
The following forum message was posted by floridajo at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4672487: After installing PyDev, then trying to install Python interpreter, it wants to install 2.6, but I want Python3.2. When I installed Python 3.2 it only installed the launcher and IDLE (plus 2 insignificant files). Anyone know where the 3.2 frameworks would be or how to have 3.2 as the interpreter in OSX? Thanks |
From: SourceForge.net <no...@so...> - 2011-08-24 12:14:32
|
The following forum message was posted by floridajo at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4644425: I also had this problem. I eventually just downloaded the zip folder, unzipped and installed in the dropins folder. Mac OSX 10.6.8 |
From: SourceForge.net <no...@so...> - 2011-08-24 08:53:51
|
The following forum message was posted by sertel at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4672207: Hi, I'm trying to debug stackless with PyDev but still see the same problems as described in the following thread: https://sourceforge.net/projects/pydev/forums/forum/293649/topic/1740993?message =4332466 Breakpoints inside tasklet code are not working. I'm using the following configuration: Eclipse: 3.6.2 PyDev: 2.2.2.2011082312 Stackless: 3.1 Is this supposed to work or does PyDev not support stackless at all? Cheers, Sebastian |
From: Georges S. <geo...@in...> - 2011-08-24 08:10:23
|
Hello thank you for this very interesting update. IPython in eclipse is really useful. In order to get this ruining on Eclipse (Helios - V3.6.2) on win-XP with python 2.6.2 I needed to run easy_install --upgrade pyreadline FYI: The IPython console on the windows shell worked well without this but eclipse needed this upgrade. Best regards Georges Schutz On 23/08/2011 15:36, Fabio Zadrozny wrote: > Hi All, > > PyDev 2.2.2 has been released > > Details on PyDev: http://pydev.org > Details on its development: http://pydev.blogspot.com > > Release Highlights: > ------------------------------- > > **IPython / Interactive console** > > * IPython (0.10 or 0.11) is now used as the interactive console > backend if PyDev can detect it in the PYTHONPATH. > * While waiting for the output of a command, intermediary results > are printed in the console. > * ANSI color codes are supported in the interactive console. > > **Code Analysis** > > * Reporting variables that shadow builtins as warnings. > * Fixed issue where __dict__ was not found. > > **Code completion** > > * Aliases have a better treatment (i.e.: unittest.assertEqual will > show the proper type/parameters). > * Improved support for analyzing function builtins where the > return type is known (i.e.: open, str.split, etc). > > **Debugger** > > * When doing a remote debug session, if the files cannot be found > in the local filesystem, PyDev will ask for files in the remote > debugger. > > **Editor** > > * Files without extension that have a python shebang (e.g.: > #!/usr/bin/python in the first line) are automatically opened with the > PyDev editor (in the PyDev Package Explorer). > > **Django** > > * When the shell command is used in the django custom commands, > PyDev no longer uses 100% cpu while it doesn't complete. > > **Others** > > * Fixed issue where the * operator was not properly formatted. > * When the quick outline dialog is deactivated, it's closed. > * Fixed heuristic for finding position for local import. > * Fixed compare editor issue with Eclipse 3.2. > * Fixed integration issue with latest PyLint. > * Fixed deadlock issue on app engine manage window. > * More options added to configure the automatic deletion of .pyc > files (delete always, never delete, delete only on .py delete). > > > > 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, > |
From: Fabio Z. <fza...@ap...> - 2011-08-23 13:36:52
|
Hi All, PyDev 2.2.2 has been released Details on PyDev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- **IPython / Interactive console** * IPython (0.10 or 0.11) is now used as the interactive console backend if PyDev can detect it in the PYTHONPATH. * While waiting for the output of a command, intermediary results are printed in the console. * ANSI color codes are supported in the interactive console. **Code Analysis** * Reporting variables that shadow builtins as warnings. * Fixed issue where __dict__ was not found. **Code completion** * Aliases have a better treatment (i.e.: unittest.assertEqual will show the proper type/parameters). * Improved support for analyzing function builtins where the return type is known (i.e.: open, str.split, etc). **Debugger** * When doing a remote debug session, if the files cannot be found in the local filesystem, PyDev will ask for files in the remote debugger. **Editor** * Files without extension that have a python shebang (e.g.: #!/usr/bin/python in the first line) are automatically opened with the PyDev editor (in the PyDev Package Explorer). **Django** * When the shell command is used in the django custom commands, PyDev no longer uses 100% cpu while it doesn't complete. **Others** * Fixed issue where the * operator was not properly formatted. * When the quick outline dialog is deactivated, it's closed. * Fixed heuristic for finding position for local import. * Fixed compare editor issue with Eclipse 3.2. * Fixed integration issue with latest PyLint. * Fixed deadlock issue on app engine manage window. * More options added to configure the automatic deletion of .pyc files (delete always, never delete, delete only on .py delete). 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-08-21 14:55:56
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4665540: The path to code analysis has changed (it's now pydev > editor > code analysis -- the best way to find something in the preferences is searching for it in the menu). If it doesn't appear there, you have some problem in your installation (so, try to reinstall), if it's there, it's probably because your file is not under a source folder or it's within a folder that's not a valid python package -- i.e.: you need to have __init__.py files in each folder for it to be considered a valid package). I the getting started: http://pydev.org/manual_101_root.html there are steps for properly configuring a source folder. Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-08-21 11:19:06
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4666725: It seems that the problem is that the shell that PyDev is spawning for the code-completion does not have the DYLD_LIBRARY_PATH configured properly, as the real error is: dyld: Library not loaded: /bitnami/djangostack-osx-x86/output/common/lib/libreadline.5.2.dylib Referenced from: /Applications/djangostack-1.3-1/python/bin/.python.bin Reason: image not found So, to fix that, close eclipse, start a shell, run the .sh that'll contfigure that shell and then launch eclipse from that shell (this should make it inherit the values from the shell (where you can already launch the pycompletionserver). Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-08-20 22:34:58
|
The following forum message was posted by tnine9 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4666725: Hi all, I'm new to Python from Java. I've installed the bitnami stack, and I'm having issues getting code completion to work. I'm using the latest aptana studio 3 ( 3.0.4.201108101506) and pydev (2.2.1.2011073123) using the django bitnami stack version 1.3-1 on OS X 10.5.6. Here is how I have configured PyDev. Interpreter: /Applications/djangostack-1.3-1/python/bin/python Which has correctly detected all my modules. I can start the process manually after changing my DYLD_LIBRARY_PATH using the bitnami bin/setenv.sh script python /Applications/Aptana\ Studio\ 3/plugins/org.python.pydev_2.2.1.2011073123/PySrc/pycompletionserver.py 2930 2931 This is the error I receive in the .log file <pre> !ENTRY org.python.pydev.core 4 4 2011-08-21 10:32:00.646 !MESSAGE Error connecting to python process (Name:/Applications/djangostack-1.3-1/python/bin/python:EndName:Version2.6Execut able:/Applications/djangostack-1.3-1/python/bin/.python.bin|/Applications/django stack-1.3-1/python/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg|/Appl ications/djangostack-1.3-1/python/lib/python2.6/site-packages/MySQL_python-1.2.3 c1-py2.6-macosx-10.4-i386.egg|/Applications/djangostack-1.3-1/python/lib/python2 .6/site-packages/South-0.7.3-py2.6.egg|/Applications/djangostack-1.3-1/python/li b/python2.6/site-packages/html5lib-0.90-py2.6.egg|/Applications/djangostack-1.3- 1/python/lib/python2.6/site-packages/django_sentry-1.8.9-py2.6.egg|/Applications /djangostack-1.3-1/python/lib/python2.6/site-packages/importlib-1.0.2-py2.6.egg| /Applications/djangostack-1.3-1/python/lib/python2.6/site-packages/django_templa tetag_sugar-0.1-py2.6.egg|/Applications/djangostack-1.3-1/python/lib/python2.6/s ite-packages/django_indexer-0.3.0-py2.6.egg|/Applications/djangostack-1.3-1/pyth on/lib/python2.6/site-packages/django_paging-0.2.4-py2.6.egg|/Applications/djang ostack-1.3-1/python/lib/python2.6/site-packages/Pinax-0.9a2.dev1004-py2.6.egg|/A pplications/djangostack-1.3-1/python/lib/python2.6/site-packages/Unipath-0.2.1-p y2.6.egg|/Applications/djangostack-1.3-1/python/lib/python26.zip|/Applications/d jangostack-1.3-1/python/lib/python2.6|/Applications/djangostack-1.3-1/python/lib /python2.6/plat-darwin|/Applications/djangostack-1.3-1/python/lib/python2.6/plat -mac|/Applications/djangostack-1.3-1/python/lib/python2.6/plat-mac/lib-scriptpac kages|/Applications/djangostack-1.3-1/python/lib/python2.6/lib-tk|/Applications/ djangostack-1.3-1/python/lib/python2.6/lib-old|/Applications/djangostack-1.3-1/p ython/lib/python2.6/lib-dynload|/Applications/djangostack-1.3-1/python/lib/pytho n2.6/site-packages@$|Image|OpenGL|__builtin__|__main__|_ast|_bisect|_bytesio|_co decs|_codecs_cn|_codecs_hk|_codecs_iso2022|_codecs_jp|_codecs_kr|_codecs_tw|_col lections|_csv|_fileio|_functools|_heapq|_hotshot|_json|_locale|_lsprof|_md5|_mul tibytecodec|_random|_sha|_sha256|_sha512|_socket|_sre|_ssl|_struct|_subprocess|_ symtable|_warnings|_weakref|_winreg|array|audioop|binascii|cPickle|cStringIO|cma th|datetime|email|errno|exceptions|future_builtins|gc|hashlib|imageop|imp|iterto ols|marshal|math|mmap|msvcrt|nt|numpy|operator|os|os.path|parser|posix|pwd|pytes t|readline|scipy|signal|socket|strop|sys|thread|time|wx|wxPython|xxsubtype|zipim port|zlib /Applications/Aptana Studio 3/plugins/org.python.pydev_2.2.1.2011073123/PySrc/pycompletionserver.py 58525 58524) - the process in NOT ALIVE anymore (output=133) - the output of the process is: Std output: Err output: dyld: Library not loaded: /bitnami/djangostack-osx-x86/output/common/lib/libreadline.5.2.dylib Referenced from: /Applications/djangostack-1.3-1/python/bin/.python.bin Reason: image not found !STACK 0 java.lang.RuntimeException: Error connecting to python process (Name:/Applications/djangostack-1.3-1/python/bin/python:EndName:Version2.6Execut able:/Applications/djangostack-1.3-1/python/bin/.python.bin|/Applications/django stack-1.3-1/python/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg|/Appl ications/djangostack-1.3-1/python/lib/python2.6/site-packages/MySQL_python-1.2.3 c1-py2.6-macosx-10.4-i386.egg|/Applications/djangostack-1.3-1/python/lib/python2 .6/site-packages/South-0.7.3-py2.6.egg|/Applications/djangostack-1.3-1/python/li b/python2.6/site-packages/html5lib-0.90-py2.6.egg|/Applications/djangostack-1.3- 1/python/lib/python2.6/site-packages/django_sentry-1.8.9-py2.6.egg|/Applications /djangostack-1.3-1/python/lib/python2.6/site-packages/importlib-1.0.2-py2.6.egg| /Applications/djangostack-1.3-1/python/lib/python2.6/site-packages/django_templa tetag_sugar-0.1-py2.6.egg|/Applications/djangostack-1.3-1/python/lib/python2.6/s ite-packages/django_indexer-0.3.0-py2.6.egg|/Applications/djangostack-1.3-1/pyth on/lib/python2.6/site-packages/django_paging-0.2.4-py2.6.egg|/Applications/djang ostack-1.3-1/python/lib/python2.6/site-packages/Pinax-0.9a2.dev1004-py2.6.egg|/A pplications/djangostack-1.3-1/python/lib/python2.6/site-packages/Unipath-0.2.1-p y2.6.egg|/Applications/djangostack-1.3-1/python/lib/python2 |
From: SourceForge.net <no...@so...> - 2011-08-19 23:52:08
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4665540: Out of the box, PyDev 2.2.1, I can't seem to get code analysis to happen. Typing "print somerandomundefinedvariable" doesn't produce red underlining. I tried to look at the manual, but the menu in the screen shot doesn't match my version and there seems to be no reference to code analysis in my menu at all. http://pydev.org/manual_adv_code_analysis.html |
From: SourceForge.net <no...@so...> - 2011-08-18 21:01:45
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770: Verified using PyDev 2.2.1.2011081814 and PyLint 0.24.0 - bug is fixed. |
From: SourceForge.net <no...@so...> - 2011-08-18 19:15:11
|
The following forum message was posted by newman2 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4661091: Hi Fabio, that is exactly what I was searching for. Great ! So I have tried it and did some progress - but not reached the goal complete. What is working now: -I can start the project,so that a second eclipse+pydev is coming up -I can see there my changes in the pydev auto completion settings -If I try to add a new project, than it will crash ( with or without my changes ) So here is one further question. Is it needed to bring it complete to work or is it now possible to build only the auto completion part ( with my changes ) and to use this as replacement for the released pydev auto completion part ? If possible , please can you give me some idea how? I played a little bit with the 'Export deployable plug-ins and fragments' function from the plugin.xml. With that its possible to build a File which is named "com.python.pydev.codecompletion_0.9.7.1.jar". But I dont have a plan what to do with it. Regards and many thx for the help newman |
From: SourceForge.net <no...@so...> - 2011-08-18 08:46:48
|
The following forum message was posted by kirillmueller at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340: Dear Fabio, thanks for helping me with that. I did apt-get --reinstall eclipse and upgraded to pydev 2.2.1 -- nope. However, deleting ~/.eclipse did the trick. (The plugin binaries are not deleted when a plugin is uninstalled.) Got to get a new hard drive, I guess. Cheers, Kirill |
From: SourceForge.net <no...@so...> - 2011-08-18 00:35:14
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4652696: Yeap, seems like a bug to me. Please report it in the bugtracker (you can reference this thread if you want). Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-08-18 00:05:32
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4647767: In the interpreter configuration. See: http://pydev.org/manual_101_interpreter.html |
From: SourceForge.net <no...@so...> - 2011-08-18 00:03:22
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770: Just fixed. Please grab the nightly build in a couple of hours to see if it works for you. Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-08-18 00:00:50
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340: If possible, can you try getting a clean eclipse with the latest pydev to see if it works? From searching on the net, it seems this can happen for 2 reasons: 1. a compiler bug (which doesn't seem to be the case as yours is the first report with that error -- and that version was released more than a month ago, so, there are many people using it already and I believe it'd have been reported quite some time ago). 2. A class file could get corrupted (which I think is more likely, so, getting the version again should work -- if it still fails, try getting the .zip) Cheers, Fabio |
From: Fabio Z. <fa...@gm...> - 2011-08-17 23:55:19
|
This was just fixed... in a couple of hours the nightly build version will have that fix incorporated (so, please get it to fix that). Cheers, Fabio On Wed, Aug 17, 2011 at 7:32 PM, Nikolaus Rath <Nik...@ra...> wrote: > Hello, > > PyDev is not showing PyLint messages in the Problems view and Editor > pane for me. > > In the Console view, I can see that pylint gets executed: > > PyLint: Executing command line:' /usr/share/pyshared/pylint/lint.py --include-ids=y /home/nikratio/projekte/s3ql/src/s3ql/block_cache.py 'PyLint: The stdout of the command line is: ************* Module block_cache > I0011:364,0: Locally disabling E1103 > C0301:222,0: Line too long (85/80) > C0301:223,0: Line too long (115/80) > [...] > E1101:425,67:BlockCache.remove: Instance of 'BlockCache' has no 'bucket' member > [...] > PyLint: The stderr of the command line is: /usr/share/pyshared/pylint/lint.py:387: DeprecationWarning: disable-msg is deprecated, replace it by disable (/home/nikratio/projekte/s3ql/src/s3ql/block_cache.py, line #pylint: disable-msg=E1103 > ) > DeprecationWarning) > > > In the Errors view, I can see errors like this: > > java.lang.NumberFormatException: For input string: "425,67" > at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) > at java.lang.Integer.parseInt(Integer.java:458) > at java.lang.Integer.parseInt(Integer.java:499) > at org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.passPyLint(PyLintVisitor.java:301) > at org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.run(PyLintVisitor.java:107) > > > PyDev 2.2.1.2011071313 > > pylint 0.24.0, > astng 0.22.0, common 0.56.0 > Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) > > > Thanks, > > -Nikolaus > > -- > »Time flies like an arrow, fruit flies like a Banana.« > > PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |
From: Nikolaus R. <Nik...@ra...> - 2011-08-17 23:08:34
|
Hello, PyDev is not showing PyLint messages in the Problems view and Editor pane for me. In the Console view, I can see that pylint gets executed: PyLint: Executing command line:' /usr/share/pyshared/pylint/lint.py --include-ids=y /home/nikratio/projekte/s3ql/src/s3ql/block_cache.py 'PyLint: The stdout of the command line is: ************* Module block_cache I0011:364,0: Locally disabling E1103 C0301:222,0: Line too long (85/80) C0301:223,0: Line too long (115/80) [...] E1101:425,67:BlockCache.remove: Instance of 'BlockCache' has no 'bucket' member [...] PyLint: The stderr of the command line is: /usr/share/pyshared/pylint/lint.py:387: DeprecationWarning: disable-msg is deprecated, replace it by disable (/home/nikratio/projekte/s3ql/src/s3ql/block_cache.py, line #pylint: disable-msg=E1103 ) DeprecationWarning) In the Errors view, I can see errors like this: java.lang.NumberFormatException: For input string: "425,67" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:458) at java.lang.Integer.parseInt(Integer.java:499) at org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.passPyLint(PyLintVisitor.java:301) at org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.run(PyLintVisitor.java:107) PyDev 2.2.1.2011071313 pylint 0.24.0, astng 0.22.0, common 0.56.0 Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) Thanks, -Nikolaus -- »Time flies like an arrow, fruit flies like a Banana.« PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C |
From: SourceForge.net <no...@so...> - 2011-08-17 19:30:31
|
The following forum message was posted by kirillmueller at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340: My pydev is from pydev.org/updates via Eclipse's "Install new software..." menu. |
From: SourceForge.net <no...@so...> - 2011-08-17 15:29:23
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4661091: Have you taken a look at: http://pydev.org/developers.html ? Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-08-17 15:23:12
|
The following forum message was posted by newman2 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4661091: Hi, I like pydev very much and I am very happy with it. But there is a little change I want to make for the moment. I never programmed with java until now, but I looked into the pydev source code and it looks that I can do it by myself. So far so good, but... The difficulty for me is to setup the project that way, that I can make a change and rebuild that stuff on my PC. I have download the pydev source code. How do I open this source now with eclipse correctly so that it is possible to re-compile it? Is it too difficult for a newbie? By the way – what I want to change is: The Auto-completion shows (for my personal opinion) sometimes to much. So I want to include a option that names which are starting with a special string or character given by the user are not shown in the Auto-completion context. Thx and regards newman |
From: SourceForge.net <no...@so...> - 2011-08-17 11:22:45
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340: Where are you getting PyDev from? Are you getting it from pydev.org or from Ubuntu? Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-08-17 09:47:12
|
The following forum message was posted by kirillmueller at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340: Downgrading to PyDev 2.2.0 solved the problem for me, however, I prefer to use up-to-date software :-) |
From: SourceForge.net <no...@so...> - 2011-08-17 09:32:45
|
The following forum message was posted by kirillmueller at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340: I'm on the 64-bit version of Ubuntu Natty Tried both openjdk and sun-jdk -- same error |