[Pydev-users] [Users] RE: No editor descriptor

2011-10-06 Thread SourceForge . net
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

[Pydev-users] [Users] RE: Pydev installed but cannot use it

2011-10-06 Thread SourceForge . net
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.

[Pydev-users] PyDev 2.2.3 Released

2011-10-06 Thread Fabio Zadrozny
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

[Pydev-users] [Users] RE: Strange behavior in regard do projects'...

2011-10-06 Thread SourceForge . net
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

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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

[Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit

2011-10-06 Thread Mehrdad Pazooki
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,

Re: [Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit

2011-10-06 Thread Fabio Zadrozny
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

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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

Re: [Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit

2011-10-06 Thread Mehrdad Pazooki
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:

Re: [Pydev-users] Eclipse's PyDev plugin; Unresolve import module:atexit

2011-10-06 Thread Fabio Zadrozny
On Thu, Oct 6, 2011 at 5:05 PM, Mehrdad Pazooki mehrdad.pazo...@gmail.com 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',

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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?

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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?

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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:

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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

[Pydev-users] [Users] RE: Problem with 'non-PyDev Projects' filter

2011-10-06 Thread SourceForge . net
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