[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

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

There are no plans to upgrade the internal Jython version -- on the contrary,
there are plans to stick with the current Jython for a long, long time... 
details
at: http://pydev.blogspot.com/2011/12/preparing-for-pydev-230.html (it's 
currently
an optimized version of Jython 2.2.1).

Now, I'm curious, why would you want to run Django inside of Eclipse and not
as a separate process (in which case you could use any Jython version you
wanted)?

Cheers,

Fabio



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Get a linkable format

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

Answered you at: http://stackoverflow.com/a/9005845/110451

Cheers,

Fabio

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Python Interpreter Error with PyDev

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

If it's exactly the same problem, take a look at your PYTHONHOME environment
variable and change it as needed (if it's not, please post the actual error
you're having).

Cheers,

Fabio

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: java.lang.RuntimeException: PyLint ERROR:

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

Yes, I think that there are improvements needed to make PyLint have a better
integration in PyDev... (I must say I'm not giving a high priority for that
because with the pep8 integration and the code-analysis built into PyDev, which
are already better integrated, PyLint is becoming less useful, so, I wanted
to know which features do you use of PyLint -- to know if it's worth spending
more time to improve its integration).

Cheers,

Fabio

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Select tests to run dialog - is it new?

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

Definitely not new... by the git logs, it was added in 06/2009 (not sure which
version was that though)... Why the curiosity?

Cheers,

Fabio

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

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

Hi Brian,

I must say that I'm pretty short on time to do that integration... but I can
help in guiding you if you'd be willing to fork PyDev in github to add those
changes... (PyDev uses Jython from the sources now and not from a .jar, so,
follow instructions from http://pydev.org/developers.html to get the code/build
and then remove W:\pydev\plugins\org.python.pydev.jython\src_jython sources
and add the Jython 2.5.2 sources on top of it... (and then, most of what's left
is fixing compilation errors that may arise -- probably mostly adding the jython
dependencies to the classpath).

Cheers,

Fabio

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

2012-01-25 Thread SourceForge . net
The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970443:

Fabio,

Ok, I will give it a try.  I have spent a little time trying to debug the issues
but I wasn't able to get to the bottom of them.  Some of the exceptions seem
to occur even below the level of Jython and Pydev (I think it may be in the
Apache XML code) but maybe I did not have things set up correctly as you have
described.

Thanks for the ideas.

brian

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [Users] RE: java.lang.RuntimeException: PyLint ERROR:

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

Thanks for answering.

From time to time I go through all Pylint's warnings and check code to see what
I can do to remove them. It's good there's PEP8 integration now. To tell the
truth I thought it would overall be better to make Pylint check all things PEP8
checks; see my question at http://stackoverflow.com/questions/6879640/ It looks
like nothing happens with http://www.logilab.org/ticket/82519

I'd like to make a remark this problem is probably not specific to Pylint. If
there were other 3rd party libs called by PyDev the problem would be the same.
Maybe there are already such libs which I'm not aware of...

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users