[Pydev-users] [Users] RE: Code analysis bug

2011-08-12 Thread SourceForge . net
The following forum message was posted by rsflux at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4635781:

Do you have a file or code snippet that causes the error? I don't have enough
information from your above post to help.

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: a question install pydev jython

2011-08-14 Thread SourceForge . net
The following forum message was posted by bellszhu at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4647767:

how to add the /Lib folder ??
windows --> preferences --> PyDev ...??..

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Automatically detecting source file encoding

2011-08-15 Thread SourceForge . net
The following forum message was posted by erickrf at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657240:

Eclipse is not correctly detecting some of my files' encoding. I found this
ticket in the tracker, which supposedly addressed the problem:
https://sourceforge.net/tracker/index.php?func=detail&aid=1580757&group_id=85796
&atid=577329, but it happens with me all the same.

I tried writing at the first line of a UTF-8 file both
[code]# -*- coding: utf-8 -*-[/code]
and
[code]# coding=utf-8[/code]

but it didn't help; it seems Eclipse opened it with the default system encoding.
Am I missing something?

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] PyLint not showing in Problems

2011-08-15 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

I'm using Eclipse Helios build id 20110218-0911 and PyDev 2.2.1.2011071313 on
Mac OS X 10.7. First, I should mention that everything was working fine before
I upgraded to OS X Lion. After doing that, things were very broken, but I was
able to fix most problems by reconfiguring PyDev (updating the library paths)
and reinstalling PyLint using easy_install. Everything seems to be working now
except for one thing. When I save a file or do a project clean, PyLint runs
successfully and shows the output in Console, but none of the issues it finds
are shown in the Problems tab. Any idea how to fix this?

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-15 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

Not sure what may be happening... Do you have some error in your error log?
Are your files under a source folder? Maybe you have some filter that's hiding
those issues?

Cheers,

Fabio

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Automatically detecting source file encoding

2011-08-15 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657240:

I just checked it here and it seems to be working for me... (note that it'll
only make the change after you save your file).

How are you checking if the encoding is not OK? (after saving the file, you
should be able to go to edit > set encoding and see if the current encoding
matches the one you entered -- in this case utf-8).

If it still doesn't work, please check if you have something in your error log.

Cheers,

Fabio



--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-15 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

At the bottom of the PyLint output, there is "PyLint: The stderr of the command
line is: No config file found, using default configuration", but I don't see
anything else.

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Code analysis bug

2011-08-16 Thread SourceForge . net
The following forum message was posted by gerenukk at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4635781:

It's hard to show a code snippet since as I said it (usually) works if I copy
it to a new file. It must be some settings problem.

Anyway, the errors disappeared. I suspect it is because I had an old version
of Python in the grammar setting.

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-16 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

Ok, I do have errors in my error log. I'm not too familiar with Eclipse so I
didn't know exactly what you were referring to. They all look like this:
[code]
For input string: "9,0"

Exception stack trace:
java.lang.NumberFormatException: For input string: "9,0"
at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65
)
at java.lang.Integer.parseInt(Integer.java:481)
at java.lang.Integer.parseInt(Integer.java:514)
at 
org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.passPyLint(PyLint
Visitor.java:301)
at 
org.python.pydev.builder.pylint.PyLintVisitor$PyLintThread.run(PyLintVisitor
.java:107)

Session Data:
eclipse.buildId=M20100211-1343
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64[/code]

There's one for every line pylint finds an issue on, it seems. Also, though
I said in my original post that I was on Mac OS X, I migrated my workspace to
my Linux machine, hence the session data, but am getting the same problems.

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-16 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

Can you create a bug report and add the output that pylint is giving you when
you run it?

Also, please add information on the pylint version you're using.

Cheers,

Fabio

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-16 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

I guess you have the latest PyLint version 0.24.0 and problem you see has been
already reported by me in the issue 3376410
[url=http://sourceforge.net/tracker/?func=detail&aid=3376410&group_id=85796&atid
=577329]java.lang.NumberFormatException with PyLint 0.24.0[/url] and by Barbara
in the issue 3386299
[url=http://sourceforge.net/tracker/?func=detail&aid=3386299&group_id=85796&atid
=577329]pylint NumberFormatException[/url]

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Autocompletion gives error "Invali...

2011-08-17 Thread SourceForge . net
The following forum message was posted by kirillmueller at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4660340:

When trying to use pydev's autocompletion (Ctrl+Space) or quick fix (Ctrl+1),
the dropdown contains only the following entry.

Invalid pc in LineNumberTable in class file 
 org/python/pydev/parser/grammar25/PythonGrammar25

I have already reinstalled pydev -- without success.

My environment:

Ubuntu Natty

Eclipse SDK

Version: 3.5.2
Build id: M20100211-1343

PyDev for Eclipse   2.2.1.2011071313
org.python.pydev.feature.feature.group

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Autocompletion gives error "Invali...

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Autocompletion gives error "Invali...

2011-08-17 Thread SourceForge . net
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 :-)

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Autocompletion gives error "Invali...

2011-08-17 Thread SourceForge . net
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



--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Re-Build the Pydev Project

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Re-Build the Pydev Project

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Autocompletion gives error "Invali...

2011-08-17 Thread SourceForge . net
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.

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Autocompletion gives error "Invali...

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: a question install pydev jython

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Error with 3.* grammar and local imports

2011-08-17 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Autocompletion gives error "Invali...

2011-08-18 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Re-Build the Pydev Project

2011-08-18 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-18 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

Verified using PyDev2.2.1.2011081814 and PyLint 0.24.0 - bug is fixed.

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Can't get code analysis working

2011-08-19 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Unable to launch auto completion (bitnami)

2011-08-20 Thread SourceForge . net
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



!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
ppl

[Pydev-users] [Users] RE: Unable to launch auto completion (bitnami)

2011-08-21 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Can't get code analysis working

2011-08-21 Thread SourceForge . net
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

--
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
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] problems debugging stackless

2011-08-24 Thread SourceForge . net
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

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: no PyDev perspective in PyDev install on OSX

2011-08-24 Thread SourceForge . net
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

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] PyDev Interpreter cannot find 3.2 frameworks

2011-08-24 Thread SourceForge . net
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

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyDev Interpreter cannot find 3.2 frameworks

2011-08-24 Thread SourceForge . net
The following forum message was posted by floridajo at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4672487:

Okay, when I try to find the Python interpreter with Auto Config, it finds
this:

[IMG]http://i1206.photobucket.com/albums/bb458/onjo/Blender%20Experiments/Py26.j
pg[/IMG]

Which is 2.6, when I do it manually to find 3.2, I come up with this, 
[IMG]http://i1206.photobucket.com/albums/bb458/onjo/Blender%20Experiments/PyInte
rpreter.jpg[/IMG]

but the 'Open' button is not 
enabled, so this must not be what it is looking for.  Any ideas?



--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: My collected complaints about Pydev

2011-08-24 Thread SourceForge . net
The following forum message was posted by agronholm at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/446:

I'm bumping this because only one of these issues (#7) has been fixed. The rest
remain a problem, especially #1. There's also a new problem concerning Java
imports in Jython projects -- imports from Java's standard libraries (java.*,
javax.*) show error markers now, saying it can't find those classes. This was
not an issue before.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyDev Interpreter cannot find 3.2 frameworks

2011-08-24 Thread SourceForge . net
The following forum message was posted by agronholm at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4672487:

Try giving it the python executable in bin?

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyDev Interpreter cannot find 3.2 frameworks

2011-08-24 Thread SourceForge . net
The following forum message was posted by floridajo at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4672487:

I found it in someones' blog.  The manual should really have this as this guy
had this problem back in 2008.
But for other's having this problem it is here:

[IMG]http://i1206.photobucket.com/albums/bb458/onjo/Blender%20Experiments/Py32.j
pg[/IMG]

Thanks agronholm, I think this is what you meant, but I just now saw your post.



--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: PyLint not showing in Problems

2011-08-28 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770:

Yes, bug is fixed! Thank you.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: My collected complaints about Pydev

2011-08-30 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/446:

Just fixed the issue on imports from Java standard libraries (most current 
nightly
build)..

Cheers,

Fabio

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Error with 3.* grammar and local imports

2011-08-31 Thread SourceForge . net
The following forum message was posted by mkearney at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4652696:

I just encountered this apparently as a  consequence of updating to pydev 
version
2.2.2.2011082312.
I have been using Version  2.2.0.2011062419 for a few months without trouble.
It has been good enough for my purposes. I have been searching for an archive
site so I could download/update the version that works for well enough for me.
I haven't found one yet. Is there such a site?

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Error with 3.* grammar and local imports

2011-08-31 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4652696:

The update site (http://pydev.org/updates) has archives (in the install dialog
you have an option to show old versions).

Cheers,

Fabio

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Error with 3.* grammar and local imports

2011-09-01 Thread SourceForge . net
The following forum message was posted by mkearney at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4652696:

 I never had to use the archives before now, which says a lot. 
Thanks,
-m

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Error with 3.* grammar and local imports

2011-09-01 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4652696:

Just to note, I'm working on this issue now, so, if you wait until tomorrow,
there should be a nightly build with this fixed.

Cheers,

Fabio

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: My collected complaints about Pydev

2011-09-02 Thread SourceForge . net
The following forum message was posted by agronholm at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/446:

Good, but the rest of the issues remain. #1 is a constant PITA. Is there 
anything
I can do to help you fix it?

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Pydev default interpreter path setting

2011-09-02 Thread SourceForge . net
The following forum message was posted by ptumati at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4689546:

Hi, I am new to pydev and so this might be a bit naïve question: I installed
pydev plugin on my eclipse (3.7). I noticed that every time I create a new 
workspace,
I have to provide the python interpreter path. I tried to find a way to make
my /usr/bin/python default so that whenever the user creates a new workspace,
he doesn’t have to configure the python interpreter… I came across this:
https://sourceforge.net/projects/pydev/forums/forum/293649/topic/3953077?message
=8789799

I have also come across another message “yes, pydev does not support the 
variables
defined in eclipse for now.”
https://sourceforge.net/projects/pydev/forums/forum/293649/topic/3822328 
Does this mean that I can’t define an eclipse variable that sets the default
python path so that the user doesn’t have to set it everytime he creates a
new workspace?
Is this “configure interpreter per workspace” a design decision or am I
missing something.
Thanks,


--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Pydev default interpreter path setting

2011-09-03 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4689546:

It's a design decision (i.e.: in eclipse, preferences are stored under the 
.metadata
in your workspace).

The idea is that you shouldn't need to have multiple workspaces for a given
interpreter (i.e.: single workspace with multiple projects).

So, if you really feel that is something that should be there, can you elaborate
a bit on why you need that (if it's something really needed, maybe PyDev could
have a way to export that data so that you can import it somewhere else -- would
that be enough in this case?).

Cheers,

Fabio

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Pydev default interpreter path setting

2011-09-03 Thread SourceForge . net
The following forum message was posted by ptumati at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4689546:

Fabioz, thanks for the reply. I am primarly looking to see if this is a design
decision or not. I work for a company that offers a modified version of eclipse.
I was tasked to integrate pydev plugin and so I have come across this issue.
I was not initially sure if this is a design decision or if my integration needs
a fix. Now, that it is clear, I think I will put this in the user documentation.
thanks for the quick reply.

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Pydev default interpreter path setting

2011-09-04 Thread SourceForge . net
The following forum message was posted by rettops at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4689546:

I've got the same concern.  I'd rather not have each user have to go through
a sequence of setup steps that are the same for each workspace.  If there's
no way to set the shared installation of pydev to have a properly configured
interpreter, is there a way for the user to initialize each new workspace from
a template that is already configured?  That would at least cut it down to one
step.

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Name of second autocompletion window

2011-09-04 Thread SourceForge . net
The following forum message was posted by newman2 at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4692360:

Hi,
if the  Autocompletion window comes up, there can be a second window on the
right side, which shows the source code of a focused method. I have tried to
find where this window is triggered in the source but i cant find it.

So I have three questions and maybe someone can help me:
1. How is this second window named ?
2. Around which source code is this second window activated?
3. Where is the text which is shown in this window processed .

Maybe someone can give me a idea.
thx and regards
newman

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Formatting of automatic imports

2011-09-05 Thread SourceForge . net
The following forum message was posted by agronholm at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4693135:

When I use autocomplete and it imports something for me, isn't that function
supposed to respect the import formatting setting in 
Preferences->Pydev->Editor->Code
Style->Imports? Currently it breaks lines with \ regardless of what I put in
the preferences.

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Formatting of automatic imports

2011-09-06 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4693135:

I guess it should -- it doesn't mostly because it was done before that option
was available, and so far no one complained :)

 Please report that as a bug.

Cheers,

Fabio

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Console cleared when building workspace

2011-09-06 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4695031:

Hi,

I noticed I recent problem when updating my PyDev plugin version. The problem
is that the console output is cleared when building the workspace.

I have a python file that is outputting some content to the console and I need
to debug it. After a while, the workspace is automatically build by Eclipse
triggering the PyDev builder. At that time, the console output is cleared. The
problem also arise with .launch configuration but I fixed the problem by 
disableing
the option to build workspace prior the launching of the configuration 
(Preferences
-> Run/Debug -> Launching -> Build (if required) before launching).

But now, I'm debugging some features of my script and after a bit of time, the
automatic build of workspace is triggered which clears the output. This is 
annoying.
It seems like the building process is either clearing the console output or
reuse the existing console to output is own stuff.

Maybe I should log an issue about this behavior ?

Regards and thanks for this great plugin,
Matt

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] bugs for PyDev Package Explorer

2011-09-07 Thread SourceForge . net
The following forum message was posted by larrylau at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696249:

1. The files in python-library do not work with Link With Editor action.
2. The eggs in python-library, that do not contain folders, can not expand in
Explorer. such as suds-0.4-py2.7.egg

--
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: bugs for PyDev Package Explorer

2011-09-07 Thread SourceForge . net
The following forum message was posted by larrylau at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696249:

btw: another error occur when I reopen eclise
Description ResourcePathLocationType
Unresolved import: suds testsuds1.pyline 2  PyDev Problem


--
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] blank line following multi-line cmd problem

2011-09-07 Thread SourceForge . net
The following forum message was posted by markdthompson at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696608:

In the PyDev Console interactive shell, hitting enter to add a blank line to
the end of a multi-line command doesn't execute the code, it just adds another
continuation line.

>>> import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
C:\Python27\python.exe 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500
32 bit (Intel)]
PyDev console: using default backend (IPython not available).
>>> for x in range(1,11):
...  print repr(x*x).rjust(2), repr(x*x*x).rjust(3),
...  print repr(x*x*x).rjust(4)
...
...
...
etc.

Using Eclipse Indigo w/ PyDev 2.2.2





--
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: blank line following multi-line cmd problem

2011-09-07 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696608:

That's expected. To evaluate it you have to remove the indentation (until you
dedent, it's considered that you're still in the for scope in that example).

Cheers,

Fabio

--
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: bugs for PyDev Package Explorer

2011-09-08 Thread SourceForge . net
The following forum message was posted by larrylau at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696249:

I mean that egg is a zip file, not a folder.
I unpack egg file to a folder, no Unresolved import Problem, and The egg in
python-library can expand in Explorer.
So, I think, pydev parse egg(zipfile) incorrectly

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Interpreter's path search in virtualenv

2011-09-08 Thread SourceForge . net
The following forum message was posted by raht at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4698259:

I use newest PyDev and Eclipse on Windows 7.

Why does PyDev, when looking for virtualenv's PYTHONPATH, reads \Lib directory
as \lib lower-case? It does read correctly the "real" (non-virtual) interpreter
though. I can't get it to use any of virtualenv's site-packages for import 
resolving
and I think case-sensitiveness may be a problem.

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Missing pydevd module?

2011-09-08 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4698905:

Hey,

I am trying to setup remote debugging between two machines, so I need to copy
the Python source code from PyDev to another machine. However, I can't find
the pydevd module required to do this in the PySrc directory of my PyDev plugin:

C:\Development\IDE\eclipse\plugins\org.python.pydev_2.2.2.2011082312\PySrc

Have the steps for remote debugging changed?

http://pydev.org/manual_adv_remote_debugger.html

Thanks,
Alan

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Missing pydevd module?

2011-09-08 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4698905:

Never mind, I found the right folder:

C:\Development\IDE\eclipse\plugins\org.python.pydev.debug_2.2.2.2011082312\pysrc

Thanks,
Alan

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: blank line following multi-line cmd problem

2011-09-08 Thread SourceForge . net
The following forum message was posted by markdthompson at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696608:

so it is. thanks Fabio

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Pydevd + Virtual Code

2011-09-09 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4700314:

Hi,

we´re having some Python modules stored as Strings in a sql database.
We can run these scripts but when trying to debug them, the Eclipse debug host
doesn´t know where to find the virtual source code.
Is there a way to give this source code from the application to the Eclipse
debuger host (and mybe write it here in a file) and display it in Eclipse for
adding Breakpoints etc.



--
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] TestSuite not being picked up by Test Runner

2011-09-09 Thread SourceForge . net
The following forum message was posted by somik at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4701071:

How does Pydev pick up testsuites? I am unable to get my testsuite to be 
recognized
by the test runner.

class MyTest(unittest2.TestCase):
def test_something(self):
self.assertEquals(10,10)

class MyTestSuite(unittest2.TestSuite):
def suite(self):
return suite()

def suite():
#code to make a suite of tests

if __name__ == '__main__':
unittest2.TextTestRunner(verbosity=2).run(suite())
*
If I run this as a Python program in Pydev (Run As -> Python Run), the suite
runs fine.
If I try running this in the PyUnit GUI (Run As -> Python unit-test), it does
not, as the suite() method is never called!

How do I ensure that the suite() method gets picked up by PyUnit? I tried 
looking
at the documentation but could not find anything. Thank you so much for helping.

--
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: TestSuite not being picked up by Test Runner

2011-09-09 Thread SourceForge . net
The following forum message was posted by somik at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4701071:

Found the answer just after posting :). I needed to put in a method called 
load_tests
like so:

[code]def load_tests(loader, tests, pattern):
return suite()[/code]

This gets the code to run in the GUI test runner properly.

--
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Editor could not be initialized

2011-09-10 Thread SourceForge . net
The following forum message was posted by leonardobi at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4701800:

Hi to all,
I'm using Aptana for php development. When I try to open some files, I get the
error "Editor could not be initialized".
I found this bug report: http://jira.appcelerator.org/browse/APSTUD-2806 and
it is marked as solved in version 3.0.3.
I installed the 3.04 version for Windows, but get again the problem.
What can I do to fix it?

Thank you!

--
Malware Security Report: Protecting Your Business, Customers, and the 
Bottom Line. Protect your business and customers by understanding the 
threat from malware and how it can impact your online business. 
http://www.accelacomm.com/jaw/sfnl/114/51427462/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] Mystery unresolved import in package init

2011-09-14 Thread SourceForge . net
The following forum message was posted by jjkparker at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4708141:

I must be doing something silly here, because this is triggered by a trivial
project.

I created a project (call it "carlib") in PyDev 2.2.2 and Eclipse 3.7.0, using
a custom source location, Pythong 3.0 grammar, and with a src folder. Then I
created a package (also "carlib") inside src and a module inside of that. Here's
the situation:

[code]
carlib [project]
src [folder]
carlib [package]
__init__.py
car.py
[/code]

Then I want to expose the car module to users of the package, so I put this
in __init__.py:

[code]
import carlib.car
[/code]

This works when I run, and it works in the interpreter when I import carlib,
but the PyDev editor is giving an error  in __init__.py: "Unresolved import:
carlib"

Any ideas what's going on here?

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Mystery unresolved import in package init

2011-09-14 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4708141:

I have to take a look at the PyDev source, but it does seem weird that it works
in Python (i.e.: inside the package carlib you're importing the carlib package
again, so, it seems to me it'd be a cyclic import -- I believe that the proper
way of doing it should be using a relative import... i.e.: "from . import car"
in this case).

Anyways, if it works in Python, PyDev should recognize it too, so, I'll take
a look at it :)

Cheers,

Fabio

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] include PYTHONPATH in system PYTHONPATH

2011-09-16 Thread SourceForge . net
The following forum message was posted by owillebo at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4710748:

Running Python 2.6.4, Eclipse SDK Version: 3.5.2 Build id: M20100211-1343, Pydev
2.2.2.2011082312

I have set the PYTHONPATH environment variable.
Now when I set a new Python interpreter in Pydev, I get a list of paths.
This list includes the paths I have set in the PYTHONPATH environment variable.
Problem is that these paths are not checked.

How to get Pydev to include the paths in PYTHONPATH automatically?

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] License Key/Demo popups

2011-09-18 Thread SourceForge . net
The following forum message was posted by ybotspawn at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4714212:

Hey all, real quick question the pydev.org site doesn't go over.  I love the
product and have no problem donating or purchasing a license, I just cant seem
to find where to buy a license or how to turn the annoying popups off.  Can
someone please give me some advice?  Thanks

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: License Key/Demo popups

2011-09-18 Thread SourceForge . net
The following forum message was posted by ybotspawn at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4714212:

nevermind it's late and im an idiot, sorry everyone

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Why does create project create two folders?

2011-09-20 Thread SourceForge . net
The following forum message was posted by pylxwzhj at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3875653:

But [url=http://www.coachfactory-store.net/]Coach Outlet Online[/url]some 
economists
believe [url=http://www.chanel-purse.org/]Chanel Bags[/url]default may be 
inevitable
— and that it [url=http://www.onlines-chanelbags.net/]Chanel Handbags[/url]may
actually be better for[url=http://www.monclersjacket.org/]Moncler Jacket[/url]
Greece and, despite a short-term[url=http://www.onlineslouisvuitton.com/]Louis
Vuitton Handbags[/url] shock to the system, 
[url=http://www.coachs-outlet.org/]Coach
Outlet Store[/url]perhaps eventually for Europe
[url=http://www.onlineschanelbags.net/]Chanel Handbags Outlet[/url]as well.
They are beginning [url=http://www.jacket-monclers.net/]Moncler Shop[/url]to
wonder whether the consequences of [url=http://www.jacket-monclers.org/]Moncler
Shop Online[/url]a default or a more radical
[url=http://www.lvhandbags-outlet.com/]LV Outlet[/url]debt restructuring, dire
as they may be, would be
[url=http://www.louis--vuitton.com/]Louis Vuitton[/url] no worse for Greece
than the miserable path it [url=http://www.louisvuitton-outlet.ca/]Louis Vuitton
Outlet[/url]is currently on.[url=http://www.louis--vuitton.com/]Louis 
Vuitton[/url]
A default would relieve Greece of paying off a
mountain[url=http://www.stores-coachoutletonline.net/]Coach Sunglasses[/url]
As concerns[url=http://www.ca-coach.com/]coach bags[/url] grow that Greece may
default on[url=http://www.coach-coachoutletonline.net/]Coach Outlet Store[/url]
its government 
debt,[url=http://www.coachoutletonline-stores.org/]coach.com[/url]
economists are starting to map out possible outcomes.
[url=http://www.coachoutletonline-factory.net/]coach factory store[/url]While
no one knows for certain what will happen, it’s a given that financial
[url=http://www.coachdiaperbag-coupons.com/]coach coupon[/url]crises always
have unexpected consequences, and many predict
[url=http://www.coachoutletonline-usa.net/]coach bag[/url]there will be 
collateral
damage.

--
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] how to auto-refresh browser after save.

2011-09-23 Thread SourceForge . net
The following forum message was posted by vimest at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4721084:

like this page:
[img]http://vimest.github.com/q1.jpg[/img]
[img]http://vimest.github.com/q2.jpg[/img]

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] egg Proglem

2011-09-25 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4723992:

Hi, 

I use pydev with eclipse 3.6 linux x86-64 (opensuse 11.4).  I added
django_smart_selects_1.0.4 to system PYTHONATH via pyDev Python Interpreter
then Apply. After restart the eclipse django_smart_selects_1.0.4 eggs is still
in PYTHONATH but eclipse dont handles or autocompletes 
django_smart_selects_1.0.4
library, gives warning.

e.g : from smart_selects.db_fields import ChainedForeignKey

But code is running well. Drop eggs then add again solve the problem in active
session. After the restarting eclipse problem repeate.

pydev version :  (2.2.2.2011082312)

Please help.


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: egg Proglem

2011-09-25 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4723992:

If you have it as a .zip file, can you try getting the latest nightly build
to see if it works for you (there's a bug dealing with zip files in the current
version).

Note that you may have to reconfigure your interpreter after getting the latest
nightly.

Cheers,

Fabio

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Eclipse frezes on code completion

2011-09-27 Thread SourceForge . net
The following forum message was posted by luizgarrido at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661:

Hi, I know that this post has no activity for a long time but...
I was having a problem that my Eclipse PyDev autocomplete was not working and
find out that my "C:\Windows\System32\drivers\etc\hosts" was the problem. So
if anyone tried everything like me, I had to remove a line that I was using
there to solve the problem. The line was pointing the localhost address to 
another
place on my network (10.0.1.31 localhost). Removing that line, made localhost
work like it should and the problem with PyDev Autocomplete was fixed.

Thanks!
Luiz Garrido

--
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] PyDev + Eclipse + ncurses can't find te...

2011-09-29 Thread SourceForge . net
The following forum message was posted by crsn at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731099:

Hi,

I'm writing an ncurses application using pydev under linux. 

When I try to run the program, the eclipse console says

[code]self.stdscr = curses.initscr()
  File "/usr/lib/python2.6/curses/__init__.py", line 33, in initscr
fd=_sys.__stdout__.fileno())
_curses.error: setupterm: could not find terminal[/code]

I suppose the problem is clearly that (eclipse?) cannot find a right terminal
in order to use properly the ncurses.

how can I say to ncurses what terminal to use?
do I haveto change it via the eclipse IDE? how?

the program runs fine outside eclipse

thanks!

--
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] How to make fonts look anti-aliased?

2011-09-29 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122:

Hello.
I've just installed Aptana 3, and set my default font to Arial, and now I see
that it's aliased.
My OS is windows 7 and it supports antialiasing.
How can I turn antialiasing on in Aptana 3?

--
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: How to make fonts look anti-aliased?

2011-09-29 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122:

Can you post a screenshot and post it somewhere so that I can see how it looks
there? (I think anti-aliasing won't make much difference for Arial -- a nice
font with anti-aliasing would be Consolas).

As for the actual anti-alias, windows itself controls it, so, it should be just
a matter of enabling it in the system (search for windows 7 / cleartype... i.e.:
http://freewindowsvistatutorials.com/changeFontSmoothingAntiAliasingOptionsInWin
dows7-AdjustClearTypeTextSettings.php )

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 + Eclipse + ncurses can't find te...

2011-09-29 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731099:

Unfortunately, Eclipse launches the program without allocating a real terminal,
so, ncurses applications aren't really able to be run inside Eclipse (I think
there's an issue already open in Eclipse for that). Not sure it's something
that can be solved in the PyDev side, but still, please create a bug-report
for that (other than that, maybe you could create a shell that spawns a terminal
and then runs your program -- you'd still have it outside of Eclipse, but at
least you can run it with the Eclipse shortcuts).

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: How to make fonts look anti-aliased?

2011-09-29 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122:

Thanks for your reply, Fabio.

I could use Consolas, but I better prefer Arial (just a matter of taste, i don't
like monospaces).
I'm not a newbie, so I know what "antialiasing is turned on in Windows" means.
And it works everywhere, except Eclipse-based apps ( = Java based apps).
I thought they've corrected it, but now I see that this bug is gonna be present
for years...
I'll go search for another web development IDE.

--
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: How to make fonts look anti-aliased?

2011-09-29 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122:

I forgot the screenshot: http://i53.tinypic.com/dcy792.png
And to be honest, in Chrome antialiasing doesn't work too... I didn't notice
that before.
I'll go Google it, or use FireFox instead.

--
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: How to make fonts look anti-aliased?

2011-09-29 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122:

I can't edit my comment, so here is the update.
In Chrome this is a bug and will be fixed:
http://code.google.com/p/chromium/issues/detail?id=96769

--
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: How to make fonts look anti-aliased?

2011-09-29 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122:

Please try asking at the forums in eclipse.org (as that's really more on the
Eclipse side and not in the PyDev side, so, they may have a better answer).

Still, just to note, here (windows vista), when using arial, enabling and 
disabling
cleartype does work properly and the font aliasing does change as it should
(eclipse 3.7).

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] How to get Hierarchy View to show flowcharts?

2011-09-29 Thread SourceForge . net
The following forum message was posted by jstrong611 at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4732136:

I have PyDev ver. 2.2.2 installed in Eclipse Indigo. I am running Python 2.5.4
with it.

When I hit F4 to get a Hierarchy View, I get an outline format which shows 
"children"
and "parents" in a vertical list.
What I do not see is the handy flowchart format, such as the example I see when
I search "Hierarchy View" on the PyDev.org website.

I read another post somewhere that the flowchart view was an "advanced feature"
via a separate addon a couple of years ago, but that it went open code and 
became
part of the normal PyDev install. Not sure if this is accurate, but...

Does anyone know how I get my Hierarchy View to look like a flowchart (easy
to read) vs. the straight list of children and parents (hard to read)?

Thanks!
John

--
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: Eclipse frezes on code completion

2011-10-01 Thread SourceForge . net
The following forum message was posted by kinow at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661:

Thanks Luiz! That worked for me!

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


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

2011-10-01 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668:

0. Make sure you have some PyDev projects (Python nature) and some CDT projects
(C/C++ nature).
1. Activate PyDev perspective
2. In PyDev Package Explorer choose 'Customize view...' and on 'Filters' tab
check 'PyDev: non-PyDev Projects' and click OK.

Result:
Some C/C++ projects disappear but other do not.

Any idea what could be wrong?

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
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

2011-10-01 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668:

In .metadata/.log file inside my workspace there are many entries like the one
below.
Could someone explain what's the reason for this?
Can this be connected with the problem I described in my question titled
[url=http://stackoverflow.com/questions/7621027/]What's the reason of 
disappearing
of information on project's natures?[/url] at stackoverflow.com?

!ENTRY org.eclipse.core.expressions 4 201 2011-10-01 18:12:30.692
!MESSAGE No property tester contributes a property com.aptana.ide.core.ui.nature
to type class org.python.pydev.navigator.elements.PythonProjectSourceFolder
!STACK 1
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
at 
org.eclipse.core.internal.expressions.TypeExtensionManager.getProperty(TypeE
xtensionManager.java:123)
at 
org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression
.java:96)
at 
org.eclipse.core.internal.expressions.CompositeExpression.evaluateOr(Composi
teExpression.java:68)
at 
org.eclipse.core.internal.expressions.OrExpression.evaluate(OrExpression.jav
a:21)
at 
org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(Compos
iteExpression.java:53)
at 
org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.j
ava:29)
at 
org.eclipse.ui.internal.dialogs.RegistryPageContributor.failsEnablement(Regi
stryPageContributor.java:311)
at 
org.eclipse.ui.internal.dialogs.RegistryPageContributor.isApplicableTo(Regis
tryPageContributor.java:251)
at 
org.eclipse.ui.internal.dialogs.PropertyPageContributorManager.getApplicable
Contributors(PropertyPageContributorManager.java:218)
at 
org.eclipse.ui.internal.dialogs.PropertyPageContributorManager.getApplicable
Contributors(PropertyPageContributorManager.java:237)
at 
org.eclipse.ui.dialogs.PropertyDialogAction.hasPropertyPagesFor(PropertyDial
ogAction.java:105)
at 
org.eclipse.ui.dialogs.PropertyDialogAction.isApplicableForSelection(Propert
yDialogAction.java:147)
at 
org.eclipse.ui.dialogs.PropertyDialogAction.isApplicableForSelection(Propert
yDialogAction.java:127)
at 
org.eclipse.ui.internal.navigator.resources.actions.PropertiesActionProvider
.fillContextMenu(PropertiesActionProvider.java:62)
at 
org.eclipse.ui.navigator.NavigatorActionService$2.run(NavigatorActionService
.java:221)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at 
org.eclipse.ui.navigator.NavigatorActionService.addCommonActionProviderMenu(
NavigatorActionService.java:216)
at 
org.eclipse.ui.navigator.NavigatorActionService.fillContextMenu(NavigatorAct
ionService.java:173)
at 
org.eclipse.ui.navigator.CommonNavigatorManager.fillContextMenu(CommonNaviga
torManager.java:260)
at 
org.eclipse.ui.navigator.CommonNavigatorManager$4.menuAboutToShow(CommonNavi
gatorManager.java:275)
at 
org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:342)
at 
org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:473)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:469)
at 
org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:495)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:247)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4881)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4557)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1610)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2061)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4972)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4206)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3748)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

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

2011-10-01 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4734668:

The second post in this thread I posted by mistake. It was going to be another
question in separate thread.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


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

2011-10-01 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4735017:

For some time now I couldn't get my PyDev projects in PyDev Package Explorer
sorted in alphabetical order. Recently I noticed very odd thing. It appears
that having project's root added into PyDev - PYTHONPATH/Source Folders makes
such project being sorted properly.

Source folders shouldn't have any impact on sort order of the project, right?
It looks like a bug to me.

Eclipse Version: 3.7.1, Build id: M20110909-1335
PyDev 2.2.2.2011091514

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] pydev/django, no bytecode compiling problem

2011-10-02 Thread SourceForge . net
The following forum message was posted by jenia2009 at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4736217:

I don't want to compile my code into bytecode when i run the django server.
In that case, the django server instance gets created but its standard-out does
not get redirected to the pydev console.

When I do "runserver --noreload", the stardard-out does get redirected correctly
but the code that i'm running gets compiled to bytecode.

Does anyone know how to correct redirection problem when running the django
server from pydev with no bytecode compilation?

Thanks for your time and kind concern.
jenia

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] eclipse does not recognize PIL module

2011-10-03 Thread SourceForge . net
The following forum message was posted by nethero at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4737384:

I'm running this code in Eclipse...


[code]from PIL import Image
im = Image.open("download.png")
im.rotate(45).show()[/code]


This code runs using my command line python interpreter. My problem is that
the PIL package always shows an error in Eclipse. It keeps saying that this
import is "Unresolved" even though the code runs fine. Why is this happening?
The /usr/lib/python2.7/dist-packages/PIL is in the System PYTHONPATH in Eclipse.
I tried deleting and recreating the interpreter in Eclipse and there was still
an error.

Using...
Eclipse 3.7
pyDev 2.2.2.2011082312
Ubuntu 11.04
python 2.7.1

--
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] Django runserver does not terminate correctly

2011-10-03 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4737716:

Im using Django 1.3 with eclipse indigo pydev 32bit on windows 7 64 bit (python
32bit).
when i run "manage.py runserver"  from windows cmd, it creates two python.exe
processes with +12,000K and +13000K memory. if i terminate by "ctrl+c" it 
removes
both of these processes.
Now when run the runserver from pydev with auto-reload (i.e. no-reload removed),
it also creates two python processes with +12000K and +13000k memory. But if
terminate the runserver using the red terminate box from the console view the
process with +12000K goes down but the one with +13000K memory still remains
and the server is running.
i configured for runserver command in two ways but yielded the same problem:
1. project(right click)->django->custom command->runserver
2. run configurations

--
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: Django runserver does not terminate correctly

2011-10-04 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4737716:

Answered at: http://stackoverflow.com/questions/2746512/pydev-and-django-how-to-
restart-dev-server/7648375#7648375

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] Can't install PyDev for Eclipse Indigo

2011-10-04 Thread SourceForge . net
The following forum message was posted by pydevinstall at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739574:

I have problem with installation of PyDev in Eclipse Indigo. I used Help ->
Install new software -> and http://pydev.org/updates repository. I try it for
3 days yet but it is still not work. First, I got error: unabled to read
repository.

Today, repository was found but during installation of package I got error:

   [quote] An error occurred while collecting items to be installed session
context was:(profile=epp.package.java,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository
at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.pyt
hon.pydev_2.2.2.2011082312.jar. Read timed out Unable to read repository at
http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python
.pydev.debug_2.2.2.2011082312.jar. Read timed out Unable to read repository
at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.pyt
hon.pydev.jython_2.2.2.2011082312.jar. Read timed out
[/quote]

It seems like the repository is out of order. Does somebody know, what to do?
Thanks!

--
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] Pydev installed but cannot use it

2011-10-04 Thread SourceForge . net
The following forum message was posted by olelen at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739607:

I have just installed pydev through the http://pydev.org/updates repository
but once finished, eclipse doesn't show any option. Window > Preferences doesn't
show the pydev option. File > New > Project doesn't show pydev projects, and
so on. It's like there were no pydev at all, but i have checked that it is 
installed
going to Help > About Eclipse SDK > Installations Details and there is PyDev
for Eclipse.

I'm not really sure if this can be a problem between eclipse and pydev versions
(3.5.2 and 2.2.0.201108231 respectively).

Do you have any clue of what is happening and how to solve this?

Thanks in advance.

--
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] Problem with Python Unit Test and Django

2011-10-04 Thread SourceForge . net
The following forum message was posted by msbuck at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739686:

I have a django project with some app tests. These app tests should only be
run as part of the django testing framework since they access the database.
However, if I select the project and pick Run As -> Python Unit Test it runs
my tests, wiping out my db tables in the process. I can't seem to disable this
or specify it to use manage.py tests appname. Do you have any suggestions?

--
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: Can't install PyDev for Eclipse Indigo

2011-10-04 Thread SourceForge . net
The following forum message was posted by rekveld at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739574:

Hi,
I installed Indigo and Pydev 10 minutes ago, so it's definitely not the 
repository
that is the problem..
good luck,
Joost.

--
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] out of memory error

2011-10-04 Thread SourceForge . net
The following forum message was posted by rekveld at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739830:

Hi,

since about a day I have recurrent 'Out of memory errors' when using PyDev.
All is fine when I start, but I can see the CPU-activity of the java process
gradually going up until Eclipse slowly freezes and error alerts appear.

I'm not aware I have changed anything, there might have been a java-update I
missed, but I've tried it with two different vm's and they both have the same
problem (the Sun jvm is faster, so it takes less time for eclipse to freeze).

I tried installing Indigo with the latest PyDev downloaded 10 minutes ago, but
the problem persists.

I tried commenting out large imports, gave more memory, removing and re-adding
the interpreter, but none of these have made a difference.

help ?
any pointers welcome,

Joost.


Am I the only one experiencing this at the moment ?

--
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: out of memory error

2011-10-04 Thread SourceForge . net
The following forum message was posted by rekveld at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739830:

forgot to mention i'm on Ubuntu 11.04..

--
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: eclipse does not recognize PIL module

2011-10-04 Thread SourceForge . net
The following forum message was posted by rekveld at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4737384:

Did you try adding PIL to the Forced Builtins ? (preferences->pydev_interpreter,
next to libraries)
I have had this with largish packages, also do not really understand why it
runs but is not recognized by the little man that looks at the code..

--
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: out of memory error

2011-10-04 Thread SourceForge . net
The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739830:

How much memory are you giving it before it runs out of memory? See:
http://stackoverflow.com/questions/142357/what-are-the-best-jvm-settings-for-eclipse
for a reference configuring vm settings. If the problem persists, please provide
a memory dump of your use-case (see: 
http://wiki.eclipse.org/index.php/MemoryAnalyzer
for details on getting a memory dump -- zip it, upload it somewhere and pass
me the link).

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


  1   2   3   4   >