#jython IRC Log (v0.9)

Index

IRC Log for 2015-04-26

Timestamps are in GMT/BST.

[0:16] * lheuer1 (~Adium@82.113.99.46) Quit (Ping timeout: 264 seconds)
[3:13] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[3:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 256 seconds)
[4:50] * r0bby_ is now known as robbyoconnor
[5:55] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[8:06] * lheuer (~Adium@unaffiliated/lheuer) Quit (Read error: Connection reset by peer)
[10:57] <peke> encountered a minor issue that may be an indication of a bigger problem with installing rc3 on windows.
[10:58] <peke> i had JYTHON_HOME set to an earlier installation that i had already otherwise removed.
[10:58] <peke> on the command prompt i got this text after installer had finished:
[10:58] <peke> Try running this script from the 'bin' directory of an installed Jython or
[10:58] <peke> setting %JYTHON_HOME.
[10:58] <peke> usage: jython [option] ... [-c cmd | -m mod | file | -] [arg] ...
[10:58] <peke> Try `jython -h' for more information.
[10:59] <peke> haven't yet checked did that also mess up installation somehow. will do that next.
[11:05] <peke> it did break pip:
[11:05] <peke> C:\Users\peke>jython -m pip
[11:05] <peke> Traceback (most recent call last):
[11:05] <peke> File "C:\jython2.7rc3\Lib\runpy.py", line 151, in _run_module_as_main
[11:05] <peke> mod_name, loader, code, fname = _get_module_details(mod_name)
[11:05] <peke> File "C:\jython2.7rc3\Lib\runpy.py", line 151, in _run_module_as_main
[11:06] <peke> mod_name, loader, code, fname = _get_module_details(mod_name)
[11:06] <peke> File "C:\jython2.7rc3\Lib\runpy.py", line 104, in _get_module_details
[11:06] <peke> if loader.is_package(mod_name):
[11:06] <peke> AttributeError: 'org.python.core.JavaImporter' object has no attribute 'is_package'
[11:06] <peke> reinstallation fixed the problem.
[11:07] <peke> should the installer check is JYTHON_HOME set and at least warn user about possible problems?
[11:11] <peke> while installing rc3 to windows and linux, i noticed that jython(.exe) program is nowadays only under bin when it used to be both in bin _and_ directly under installation directory in 2.5 and at least still in rc1.
[11:13] <peke> is this change by design? i had configured %PATH% on windows to contain %JYTHON_HOME% and now needed to change it to %JYTHON_HOME%\bin. not a big deal for me, but i nevertheless consider this backwards incompatible change.
[11:15] <peke> this is also inconsistent with python and ironpython that both have .exe directly on the installation directory.
[11:18] <peke> jimbaker: fwierzbicki1: what do you think about the above two problems? severe enough to be reported to bugs.jython.org and possiblye requiring installer fixes?
[12:37] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:19] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[15:38] * verterok (~ggonzalez@162.213.35.11) has joined #jython
[16:42] * nickmbai` is now known as nickmbailey
[18:42] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[18:42] * ChanServ sets mode +o Arfrever
[18:56] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[19:21] <peke> now i've executed robot framework's acceptance tests with 27rc3 on linux and windows.
[19:21] <peke> on linux everything passed.
[19:21] <peke> on windows there were failures. i'm now investigating them and the first one seems like bug to me.
[19:22] <peke> basically jython overwrite PYTHONPATH environment variable.
[19:29] <peke> http://bugs.jython.org/issue2343
[19:51] * Tattoo (tattoo@pusta.ptman.name) has joined #jython
[19:51] <Tattoo> hello
[19:52] <Tattoo> I have tried to upgrade to rc3 on Windows and it works well, but when I try to run jython command through Jenkins I have on that machine, I get an error: Error loading Python DLL: C:\JYTHON~1.7RC\bin\python27.dll (error code 14001)
[19:55] <Tattoo> what can cause this?
[19:57] <peke> ok, all failures with robot framework acceptance tests with rc3 on windows were caused by PYTHONPATH being overwritten.
[19:58] <peke> i hope http://bugs.jython.org/issue2343 is considered serious enough to be fixed before the final release.
[19:58] <peke> also submitted an issue about jython(.exe) program not being anymore in installation directory:
[19:58] <peke> http://bugs.jython.org/issue2344
[19:59] <peke> don't consider this too severe, but mentioning it e.g. in NEWS might be a good idea.
[20:05] <peke> and here's an issue about old JYTHON_HOME breaking pip installation:
[20:05] <peke> http://bugs.jython.org/issue2345
[20:12] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[20:40] * gthank (~gthank@thermi.strangled.net) has joined #jython
[20:40] * gthank (~gthank@thermi.strangled.net) Quit (Changing host)
[20:40] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[20:43] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[22:49] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 264 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).