[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: Well, I looked for 'com.aptana.ide' string in [i].metadata[/i] folder in my workspace, in Eclipse installation folder and in folder with my projects with no results. Very strange... -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: Well, that entry in the log: org.eclipse.core.runtime.CoreException: No property tester contributes a property com.aptana.ide.core.ui.nature to type class org.python.pydev.navigator.elements.PythonProjectSourceFolder is saying that it was a problem with com.aptana.ide.core.ui.nature, so, maybe that's where your problem is lying (i.e.: maybe you installed aptana, removed it and somehow you're using the same metadata which still has some information from aptana? -- so, there's a chance that starting things with a fresh workspace could solve your issues...) Cheers, Fabio -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: Well it seems like I don't have Aptana Studio installed... Below is contents of [i]Installed Software[/i] tab in [i]Eclipse SDK Installation Details[/i] window: [code] Autotools support for CDT (Incubation)3.0.1.201108301805 org.eclipse.linuxtools.cdt.autotools.feature.gro up Eclipse Linux Tools C/C++ Development Tools 8.0.0.201109151620 org.eclipse.cdt.feature.group Eclipse CDT C/C++ Library API Documentation Hover Help (Incubation)0.3.0.201108301805 org.eclipse.linuxtools.cdt.libhover.feature.grou p Eclipse Linux Tools Eclipse SDK 3.7.1.M20110909-1335org.eclipse.sdk.ide null Eclipse XML Editors and Tools 3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL org.eclipse.ws t.xml_ui.feature.feature.group Eclipse Web Tools Platform Eclipse XSL Developer Tools 1.3.1.v201109012200-7T7YFRTFIqUoIrvbEtBlSIJXGZNg org.eclipse.wst.xsl.featu re.feature.groupEclipse Web Tools Platform JavaScript Development Tools 1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy org.eclipse.wst.jsdt.feature.f eature.groupEclipse Web Tools Platform MercurialEclipse 1.9.0.201106191824 mercurialeclipse.feature.group MercurialEclipse project PyDev for Eclipse 2.2.2.2011091514 org.python.pydev.feature.feature.group Apta na Pydev Mylyn Integration 0.3.0 org.python.pydev.mylyn.feature.feature.groupFabio Zadrozny[/code] In the past I had Aptana Studio installed indeed but I think I haven't installed it in my current Eclipse installation (Indigo) at all. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: Seems some issue between PyDev and Aptana Studio... Which Aptana Studio version are you using? -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: Thanks Fabio for quick reply. I'll try this as soon as possible and I will post results. Could you please comment on log entry posted in comment 2? -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
Re: [Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit
On Thu, Oct 6, 2011 at 5:05 PM, Mehrdad Pazooki wrote: > Thanks for the reply; > > this is what I got from python3; import sys print(sys.path) > '/usr/lib/python32.zip', > '/usr/lib/python3.2', > '/usr/lib/python3.2/plat-linux2', > '/usr/lib/python3.2/lib-dynload', > '/usr/lib/python3.2/site-packages' > > and this is what I got from PYTHONPATH in Eclipse: > /usr/src/eclipse/plugins/org.python.pydev_2.2.2.2011082312/PySrc > /usr/lib/python32.zip > /usr/lib/python3.2 > /usr/lib/python3.2/plat-linux2 > /usr/lib/python3.2/lib-dynload > /usr/lib/python3.2/site-packages > > they both have the same path so how is that possible that python3 > doesn't have any problem with atexit but eclipse with the same > path cannot import it?! > It seems that on Python 3, atexit is a builtin module (probably the /usr/lib/python3.2/lib-dynload/atexit.cpython-32mu.so) you found in the find... So, maybe there's some other environment variable you need to have set to have it working (although if you started Eclipse from the same shell where you had it working, that shouldn't be a problem, unless you override it -- or started from another place that doesn't set it) Try taking a look at the LIBPATH variable (or restarting Eclipse from the same shell where you got it running). Cheers, Fabio > > On Thu 06 Oct 2011 04:47:37 PM ADT, Fabio Zadrozny wrote: >> Probably you have the PYTHONPATH mixed... You can check that by making >> a script and running it (if you can't fix it, please post the details >> of your PYTHONPATH): >> >> i.e.: import sys;print(sorted('\n'.join(sys.path))) >> >> Cheers, >> >> Fabio >> >> On Thu, Oct 6, 2011 at 4:25 PM, Mehrdad Pazooki >> wrote: >>> I used the following source code; >>> https://www.assembla.com/code/EstMon/subversion/nodes/trunk/src/daemon.py >>> when I pasted it to eclipse in a new file I got a message: "Unresolved >>> Import Module; atexit" with a red cross beside my import section which >>> is;"import sys, os, time, atexit, signal, socketserver" >>> atexit is the only module that it cannot import, but it exists! I ran >>> the code and I had no trouble. I also tried; >>> $ python3 -c 'import atexit' >>> it proved that python3 has no problem with this module. >>> >>> $ locate atexit >>> /usr/lib/perl5/auto/POSIX/atexit.al >>> /usr/lib/python2.7/atexit.py >>> /usr/lib/python2.7/atexit.pyc >>> /usr/lib/python2.7/atexit.pyo >>> /usr/lib/python3.2/lib-dynload/atexit.cpython-32mu.so >>> /usr/src/eclipse/plugins/org.python.pydev.jython_2.2.2.2011082312/Lib/atexit.py >>> /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/atexit.c >>> /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/cxa_atexit.c >>> >>> does anyone know a solution to fix this issue? >>> >>> >>> -- >>> All the data continuously generated in your IT infrastructure contains a >>> definitive record of customers, application performance, security >>> threats, fraudulent activity and more. Splunk takes this data and makes >>> sense of it. Business sense. IT sense. Common sense. >>> http://p.sf.net/sfu/splunk-d2dcopy1 >>> ___ >>> Pydev-users mailing list >>> Pydev-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/pydev-users >>> >> >> -- >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2dcopy1 >> ___ >> Pydev-users mailing list >> Pydev-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/pydev-users >> > > -- > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > ___ > Pydev-users mailing list > Pydev-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pydev-users > -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net
Re: [Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit
Thanks for the reply; this is what I got from python3; >>> import sys >>> print(sys.path) '/usr/lib/python32.zip', '/usr/lib/python3.2', '/usr/lib/python3.2/plat-linux2', '/usr/lib/python3.2/lib-dynload', '/usr/lib/python3.2/site-packages' and this is what I got from PYTHONPATH in Eclipse: /usr/src/eclipse/plugins/org.python.pydev_2.2.2.2011082312/PySrc /usr/lib/python32.zip /usr/lib/python3.2 /usr/lib/python3.2/plat-linux2 /usr/lib/python3.2/lib-dynload /usr/lib/python3.2/site-packages they both have the same path so how is that possible that python3 doesn't have any problem with atexit but eclipse with the same path cannot import it?! On Thu 06 Oct 2011 04:47:37 PM ADT, Fabio Zadrozny wrote: > Probably you have the PYTHONPATH mixed... You can check that by making > a script and running it (if you can't fix it, please post the details > of your PYTHONPATH): > > i.e.: import sys;print(sorted('\n'.join(sys.path))) > > Cheers, > > Fabio > > On Thu, Oct 6, 2011 at 4:25 PM, Mehrdad Pazooki > wrote: >> I used the following source code; >> https://www.assembla.com/code/EstMon/subversion/nodes/trunk/src/daemon.py >> when I pasted it to eclipse in a new file I got a message: "Unresolved >> Import Module; atexit" with a red cross beside my import section which >> is;"import sys, os, time, atexit, signal, socketserver" >> atexit is the only module that it cannot import, but it exists! I ran >> the code and I had no trouble. I also tried; >> $ python3 -c 'import atexit' >> it proved that python3 has no problem with this module. >> >> $ locate atexit >> /usr/lib/perl5/auto/POSIX/atexit.al >> /usr/lib/python2.7/atexit.py >> /usr/lib/python2.7/atexit.pyc >> /usr/lib/python2.7/atexit.pyo >> /usr/lib/python3.2/lib-dynload/atexit.cpython-32mu.so >> /usr/src/eclipse/plugins/org.python.pydev.jython_2.2.2.2011082312/Lib/atexit.py >> /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/atexit.c >> /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/cxa_atexit.c >> >> does anyone know a solution to fix this issue? >> >> >> -- >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2dcopy1 >> ___ >> Pydev-users mailing list >> Pydev-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/pydev-users >> > > -- > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > ___ > Pydev-users mailing list > Pydev-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pydev-users > -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: It's possible that a project has both the c++ and the python nature. If you right click a project (in the pydev package explorer at least), you can choose pydev > remove pydev project config (to remove the python nature if it's a pydev project) or pydev > set as pydev project. Note that if you open a python file in any project, pydev will automatically add the python nature to it. Cheers, Fabio -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
Re: [Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit
Probably you have the PYTHONPATH mixed... You can check that by making a script and running it (if you can't fix it, please post the details of your PYTHONPATH): i.e.: import sys;print(sorted('\n'.join(sys.path))) Cheers, Fabio On Thu, Oct 6, 2011 at 4:25 PM, Mehrdad Pazooki wrote: > I used the following source code; > https://www.assembla.com/code/EstMon/subversion/nodes/trunk/src/daemon.py > when I pasted it to eclipse in a new file I got a message: "Unresolved > Import Module; atexit" with a red cross beside my import section which > is;"import sys, os, time, atexit, signal, socketserver" > atexit is the only module that it cannot import, but it exists! I ran > the code and I had no trouble. I also tried; > $ python3 -c 'import atexit' > it proved that python3 has no problem with this module. > > $ locate atexit > /usr/lib/perl5/auto/POSIX/atexit.al > /usr/lib/python2.7/atexit.py > /usr/lib/python2.7/atexit.pyc > /usr/lib/python2.7/atexit.pyo > /usr/lib/python3.2/lib-dynload/atexit.cpython-32mu.so > /usr/src/eclipse/plugins/org.python.pydev.jython_2.2.2.2011082312/Lib/atexit.py > /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/atexit.c > /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/cxa_atexit.c > > does anyone know a solution to fix this issue? > > > -- > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > ___ > Pydev-users mailing list > Pydev-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pydev-users > -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit
I used the following source code; https://www.assembla.com/code/EstMon/subversion/nodes/trunk/src/daemon.py when I pasted it to eclipse in a new file I got a message: "Unresolved Import Module; atexit" with a red cross beside my import section which is;"import sys, os, time, atexit, signal, socketserver" atexit is the only module that it cannot import, but it exists! I ran the code and I had no trouble. I also tried; $ python3 -c 'import atexit' it proved that python3 has no problem with this module. $ locate atexit /usr/lib/perl5/auto/POSIX/atexit.al /usr/lib/python2.7/atexit.py /usr/lib/python2.7/atexit.pyc /usr/lib/python2.7/atexit.pyo /usr/lib/python3.2/lib-dynload/atexit.cpython-32mu.so /usr/src/eclipse/plugins/org.python.pydev.jython_2.2.2.2011082312/Lib/atexit.py /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/atexit.c /var/cache/abrt-di/usr/src/debug/glibc-2.14-34-ge2a3090/stdlib/cxa_atexit.c does anyone know a solution to fix this issue? -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668: Could someone please try to reproduce behavior I described in comment 1. I guess those other projects do not really have to be CDT ones. I suspect the behavior could be the same for other kinds of projects as well. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Strange behavior in regard do projects'...
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4735017: Could somebody please try to reproduce this? -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] PyDev 2.2.3 Released
Hi All, PyDev 2.2.3 has been released Details on PyDev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: --- * Performance improvements * Major: Fixed critical issue when dealing with zip files. * Added option to create method whenever a field would be created in quick fixes (and vice-versa), to properly deal with functional programming styles. * Fixed issue where PyDev was changing the image from another plugin in the Project Explorer (i.e.: removing error decorations from JSP). * Fixed issue: if the django models was opened in PyDev, the 'objects' object was not found in the code analysis. * Test runner no longer leaves exception visible. * Fixed issue on Py3: Relative imports are only relative if they have a leading dot (otherwise it always goes to the absolute). * Default is now set to create project with the projects itself as the source folder. * Handling deletion of .class files. * Fixed issue where loading class InterpreterInfo in AdditionalSystemInterpreterInfo.getPersistingFolder ended up raising a BundleStatusException in the initialization. * Fixed some code formatting issues 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 -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: confusion about installing remote debugger
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4741281: Those buttons should be present at the debug perspective. You can enable them in other perspectives in window > customize perspective > command groups availability > pydev debug. Aside from that, I think that http://pydev.org/manual_adv_remote_debugger.html should explain properly how to use it (just a note: the debugger should work with threads created in Jython, but sometimes, if they're created in Java, PyDev doesn't know about it and thus doesn't add debugging to that thread -- and the same happens on some swing calls). Cheers, Fabio -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Pydev installed but cannot use it
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739607: Are you on windows or linux? Do you have some error in your error log? The usual suspect is that the installation failed because you can't write at the needed folders. (linux permission or in windows the UAC). Cheers, Fabio -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: No editor descriptor
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3819274: i've just had the problem (installing Remote System Explorer End-User Runtime" Plugin) . and reverting to my original config seemed to work. this is on windows 7. a bit of an annoyance though. and still no FTP with Eclipse for me -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users