#jython IRC Log (v0.9)

Index

IRC Log for 2015-03-27

Timestamps are in GMT/BST.

[0:07] * xemdetia (xemdetia@nat/ibm/x-vwpzguxteqoccznv) Quit (Ping timeout: 264 seconds)
[2:08] * agronholm changes topic to 'Try Jython 2.7rc1 at http://tinyurl.com/qjhk29p | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython | Jython Book: http://jythonbook.com | Podcast: http://jython.org/jythonpodcast/'
[2:15] <agronholm> fwierzbicki: I'm going to update the website but I'll just have to put a note saying that the NEWS file hasn't yet been updated.
[4:28] * fed007_ (~fed007@S0106002191f6c9d8.ed.shawcable.net) has joined #jython
[4:31] * fed007 (~fed007@S0106002191f6c9d8.ed.shawcable.net) Quit (Ping timeout: 246 seconds)
[7:24] * sirhouseboat (~koo5@236.152.broadband3.iol.cz) Quit (Quit: Leaving)
[7:36] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[7:38] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 272 seconds)
[8:47] * g0dd4rd (542ae20c@gateway/web/freenode/ip.84.42.226.12) has joined #jython
[8:48] <g0dd4rd> hello
[8:48] <g0dd4rd> has anyone successfully tried the new 2.7b4 with javafx 8 please?
[8:52] * sirdancealot (~koo5@236.152.broadband3.iol.cz) has joined #jython
[10:52] * sirdancealot (~koo5@236.152.broadband3.iol.cz) Quit (Ping timeout: 272 seconds)
[11:24] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[13:02] <g0dd4rd> jython Jython 2.7b4 (default:3672e624962a, Feb 13 2015, 04:59:14) [OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0_31 Type "help", "copyright", "credits" or "license" for more information. >>> from javafx.application import Application Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named javafx
[13:02] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[13:02] <g0dd4rd> can anyone help me with this please?
[13:22] <agronholm> g0dd4rd: first off, upgrade to rc1 please
[13:23] <agronholm> second, do you have the proper jars on the class path?
[13:26] <g0dd4rd> agronholm: what should those be? javafx is part of the jdk since version 7
[13:26] <agronholm> oh?
[13:27] <agronholm> g0dd4rd: https://docs.oracle.com/javase/7/docs/api/
[13:27] <agronholm> can you point out to me where there's a "javafx" package here?
[13:29] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[13:30] <g0dd4rd> agronholm: that doesn't mean javafx is not part of the jdk or on default classpath
[13:33] <agronholm> g0dd4rd: do you know which jar the javafx classes are in?
[13:34] <g0dd4rd> agronholm: am looking for it now
[13:36] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 256 seconds)
[13:44] <g0dd4rd> agronholm: /usr/java/jdk1.8.0_31/jre/lib/ext/jfxrt.jar
[13:44] <g0dd4rd> agronholm: but i solved it
[13:44] <g0dd4rd> problem between the chair and the keyboard
[13:45] <g0dd4rd> i pointed jython to the wrong jdk
[13:45] <agronholm> heh
[13:45] <agronholm> but I still can't import anything javafx
[13:48] <g0dd4rd> agronholm: do you have the oracle jdk?
[13:48] <agronholm> yup
[13:48] <agronholm> and I can find that jar
[13:48] <g0dd4rd> agronholm: any symlinks in the path?
[13:48] <agronholm> possibly, why?
[13:52] <g0dd4rd> agronholm: just in case it's not pointing somewhere else, like in my case
[13:53] <agronholm> g0dd4rd: if I add the jar manually to the classpath, then it works :o
[13:53] <g0dd4rd> agronholm: glad to hear it, but it should be picked up automatically
[13:54] <g0dd4rd> imo
[14:06] <g0dd4rd> agronholm: exit jython repl if you have one running, delete $JYTHON_INST_DIR/cachedir/packages, start jython repl again
[14:07] <g0dd4rd> my output from jython repl start:
[14:07] <g0dd4rd> jython *sys-package-mgr*: processing new jar, '/home/jprajzne/jython2.7rc1/jython.jar' *sys-package-mgr*: processing new jar, '/usr/java/jdk1.8.0_31/jre/lib/resources.jar' *sys-package-mgr*: processing new jar, '/usr/java/jdk1.8.0_31/jre/lib/rt.jar' *sys-package-mgr*: processing new jar, '/usr/java/jdk1.8.0_31/jre/lib/jsse.jar' *sys-package-mgr*: processing new jar, '/usr/java/jdk1.8.0_31/jre/lib/jce.jar' *sys-package-mgr*: processin
[14:07] <agronholm> repl?
[14:08] <agronholm> g0dd4rd: the rc1 install is brand new here
[14:08] <g0dd4rd> agronholm: read-eval-print loop
[14:08] <agronholm> and I still couldn't import javafx
[14:08] <agronholm> how can I see the boot class path?
[14:08] <g0dd4rd> agronholm: i know, it came out few days ago
[14:09] <g0dd4rd> agronholm: the modules that jython loads during startup are stored in two variables in registry file in $JY_INST_DIR
[14:10] <g0dd4rd> namely python.packages.paths = java.class.path, sun.boot.class.path python.packages.directories = java.ext.dirs
[14:30] <g0dd4rd> agronholm: still no progress?
[14:31] <agronholm> g0dd4rd: I gave up. I have other things to do.
[16:51] <nickmbailey> gotta get the website updated for rc1 :)
[17:14] * sirdancealot (~koo5@236.152.broadband3.iol.cz) has joined #jython
[17:31] <g0dd4rd> actually, what is needed to improve the website in general?
[18:19] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[18:24] * g0dd4rd (542ae20c@gateway/web/freenode/ip.84.42.226.12) Quit (Ping timeout: 246 seconds)
[18:37] * pr3d4t0r (~zhenya01@varenka.cime.net) has joined #jython
[20:42] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 265 seconds)
[21:03] * clajo04 (~clajo04@pool-74-108-220-163.nycmny.fios.verizon.net) Quit (Quit: clajo04)
[21:11] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[21:11] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[21:26] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:01] * fed007_ (~fed007@S0106002191f6c9d8.ed.shawcable.net) Quit (Ping timeout: 250 seconds)
[22:36] * clajo04 (~clajo04@pool-74-108-220-163.nycmny.fios.verizon.net) has joined #jython
[22:47] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[23:19] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython

Index

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