Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4693639 By: bugok
Hey I've examined the issue a bit, and the in order to run the pep8.py file as is in jython, there are two python modules that need to be converted to Jython: optparse and textwrap. I looked at the Jython site, and they say to mail them if I want to ask to insert a module into Jython. However, I didn't see a mail address. Do they mean the Dev-Jython mailing list? (Except of recognizing the name and a general knowledge of the project, my first encounter to Jython was about 2 hours ago...) Also, I've brute-forcefully copied my CPython 2.5 optparse.py and textwrap.py files to the Jython folder and tried to run the PEP8 script on some python files I have. It seems to work, and the results are identical to the run with CPython. Of course, this is not the way to work, but it was a kind of a sanity test. Best, 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
