Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4701029
By: bugok

Hey

I've tested pep8.py under the pydev version of jython (2.1), and on the newest
version (2.2.1) and found the following:

1. There are three missing modules:
  * optparse, textwrap - those were copied from my python25\Lib and worked fine.
  * inspect - a module not available in the 2.1 version of jython, but available
in
    the 2.2.1 version.
2. inspect uses the // operator, which was added to jython only in version 2.2.,
so the
   didn't pass under python 2.1.

3. If I run the pep.py test under jython 2.2.1 with the optparse and textwrap
modules copied from my python25\Lib, all works fine.

So, we could run the pep8.py from pydev's, but after an upgrade to jython 2.2,
or greater.
There is another option, to change the inspect module's code.

What do you think?

BugoK.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to