#jython IRC Log (v0.9)

Index

IRC Log for 2015-06-16

Timestamps are in GMT/BST.

[0:08] * xemdetia (xemdetia@nat/ibm/x-fwqnwbdvotoccmfj) Quit (Ping timeout: 276 seconds)
[1:03] * gopar (~gopar@2601:642:c001:f5b9:a6db:30ff:fea2:873) Quit (Quit: Leaving)
[1:27] * darkblue_b (~chatzilla@c-50-174-127-109.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
[3:34] * gopar (~gopar@2601:642:c001:f5b9:a6db:30ff:fea2:873) has joined #jython
[5:07] * gopar (~gopar@2601:642:c001:f5b9:a6db:30ff:fea2:873) Quit (Quit: Leaving)
[6:06] * m01_ (~quassel@2a02:2658:1011:1::2:4044) Quit (Remote host closed the connection)
[6:08] * m01 (~quassel@2a02:2658:1011:1::2:4044) has joined #jython
[6:09] * m01 (~quassel@2a02:2658:1011:1::2:4044) has left #jython
[6:39] * koo5 (~sirdancea@236.152.broadband3.iol.cz) Quit (Ping timeout: 256 seconds)
[7:24] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[8:50] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (Ping timeout: 246 seconds)
[8:53] * mbooth (~mbooth@redhat/mbooth) Quit (Quit: Leaving)
[8:56] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[9:05] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 250 seconds)
[9:12] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[11:02] * koo6 (~sirdancea@236.152.broadband3.iol.cz) has joined #jython
[11:48] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 265 seconds)
[12:00] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[12:56] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 276 seconds)
[13:01] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) has joined #jython
[13:01] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) Quit (Changing host)
[13:01] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[13:19] * agronholm (~agronholm@2001:1bc8:102:6f29:96:a74d:786b:9fa3) Quit (Quit: ZNC - http://znc.in)
[13:20] * agronholm (~agronholm@2001:1bc8:102:6f29:2dfd:7a38:79e8:b8a4) has joined #jython
[13:20] * ChanServ sets mode +o agronholm
[13:24] * xemdetia (xemdetia@nat/ibm/x-zhdzvzjnkuhllptr) has joined #jython
[14:07] * qwebirc70678 (d5389935@gateway/web/freenode/ip.213.56.153.53) has joined #jython
[14:11] <qwebirc70678> is there someone ?
[14:23] * obattah (~obattah@cpc64572-croy22-2-0-cust130.19-2.cable.virginm.net) has joined #jython
[14:48] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:50] * obattah (~obattah@cpc64572-croy22-2-0-cust130.19-2.cable.virginm.net) has left #jython
[15:12] * koo6 (~sirdancea@236.152.broadband3.iol.cz) Quit (Ping timeout: 276 seconds)
[15:17] * darkblue_b (~chatzilla@c-50-174-127-109.hsd1.ca.comcast.net) has joined #jython
[16:09] <qwebirc70678> if there is someone by there....can (s)he tell me why calling a python with PythonInterpreter return a IOError 13 Permission denied about writing a file ??? (windows 7, eclipse Juno, Python 2.10, lastest Jython)
[16:10] <qwebirc70678> (i want to write this file, i just don't understand why it works in command line and not through the PythonInterpreter call)
[16:12] <darkblue_b> qwebirc70678: did you try to see what login is trying to write ?
[16:13] <darkblue_b> not sure under windows, but generally file permissions are associated with login roles
[16:13] <qwebirc70678> here is the output error :
[16:13] <qwebirc70678> Exception in thread "MainThread" Traceback (most recent call last): File "C:/Python27/Scripts/pdf2txt.py", line 115, in <module> if __name__ == '__main__': sys.exit(main(sys.argv)) File "C:/Python27/Scripts/pdf2txt.py", line 85, in main outfp = file(outfile, 'w') IOError: (13, 'Permission denied', u' D:/Profiles/bjulie/Stage/Rapports pdf/EGLL.html')
[16:14] <qwebirc70678> srt >_<
[16:14] <darkblue_b> ok, but how about adding a debug check of ... `whoami`
[16:14] <darkblue_b> or whatever that is on Windows
[16:14] <qwebirc70678> i checked directory permission, everything is ok
[16:16] <qwebirc70678> but i don't know what are the Python access rights through the java PythonInterpreter
[16:16] <qwebirc70678> Command line is ok, file is writen, but not if th .py is called from java .....
[16:26] <qwebirc70678> basicaly i'm trying to use the pdf2txt.py from pdfMiner (to extract data from pdf, strutctured as xml), passing the String[] args, and the run it. By the way, i'm not sure if i do i well (but i guess, because it yell if i remove some parametters, and it properly select the xml option)
[16:27] <qwebirc70678> i've not found so much sample about giving args to a .py program (with sub-modules)
[16:29] <qwebirc70678> calling the .py with process builder, or java runtime process (to acces windows cmd) give the same error
[16:31] <qwebirc70678> edit: both process builder and cmd return IOError 22 invalid w mode or file name...
[16:33] <qwebirc70678> so...i leave the office, if u've any idea -> takeo_o@hotmail.fr , anyway, thanks for having tried ;)
[16:58] * gopar (~gopar@2601:642:c001:f5b9:a6db:30ff:fea2:873) has joined #jython
[20:35] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[21:27] <darkblue_b> hi - I copied Jython trunk to a new Debian VM .. couple of mysteries
[21:28] <darkblue_b> I see in the source tree a postgresql 8.4 jar.. on the Postgres JDBC page they say to use another version if you have JDK 1.7
[21:28] <darkblue_b> also the build failed with "informix.jar not found"
[21:29] <darkblue_b> so the workaround was to get the jythong-installer 2.7 and run it, per the install page
[21:29] <darkblue_b> jython
[21:29] <darkblue_b> the install ran fine but .. do I just comment out the informix (and oracle) lines in the build.xml ?
[21:30] <darkblue_b> I would like to use the modern postgresql JDBC jar.. any hints ?
[21:31] <darkblue_b> this /postgresql-9.4-1201.jdbc41.jar
[21:32] <darkblue_b> instead of this /usr/local/jython/javalib/postgresql-8.3-603.jdbc4.jar
[22:00] * koo6 (~sirdancea@236.152.broadband3.iol.cz) has joined #jython
[22:35] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:37] * darkblue_b (~chatzilla@c-50-174-127-109.hsd1.ca.comcast.net) Quit (Ping timeout: 265 seconds)
[22:58] * xemdetia (xemdetia@nat/ibm/x-zhdzvzjnkuhllptr) Quit (Ping timeout: 255 seconds)
[23:13] <dbbb> .. still interested in the postgres jar question, if anyone is reading
[23:13] * dbbb dbbb == darkblue_b

Index

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