#jython IRC Log (v0.9)

Index

IRC Log for 2018-05-16

Timestamps are in GMT/BST.

[0:40] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[3:38] * stewori (~stefan@ip-95-223-156-36.hsi16.unitymediagroup.de) has joined #jython
[3:39] * stewori (~stefan@ip-95-223-156-36.hsi16.unitymediagroup.de) has left #jython
[7:51] * __peke__ (~peke@radium.atom.fi) Quit (Excess Flood)
[7:52] * __peke__ (~peke@radium.atom.fi) has joined #jython
[14:46] * DanC (~dconnolly@169.147.5.14) has joined #jython
[14:47] <DanC> http://www.jython.org/ could use some love; it thinks the latest release is 2.7.0 (May 2015)
[14:48] <DanC> I have 2.7.1 installed; now I'm struggling with my virtualenv and requirements.txt . There's no pip in my virtualenv... hm...
[14:48] <DanC> $ virtualenv --python=/home/dconnolly/opt/jython2.7.1/bin/jython ~/pyenv/ha-jy
[14:48] <DanC> Running virtualenv with interpreter /home/dconnolly/opt/jython2.7.1/bin/jython
[14:48] <DanC> Cannot find file /home/dconnolly/opt/jython2.7.1/Include (bad symlink)
[14:48] <DanC> New jython executable in /home/dconnolly/pyenv/ha-jy/bin/jython
[14:48] <DanC> Installing setuptools, pkg_resources, pip, wheel...done.
[14:49] <DanC> but then ls says: cannot access '/home/dconnolly/pyenv/ha-jy/bin/pip': No such file or directory
[14:49] <DanC> $ /home/dconnolly/pyenv/ha-jy/bin/jython -m pip
[14:49] <DanC> /home/dconnolly/pyenv/ha-jy/bin/jython: No module named pip
[14:52] <DanC> http://www.jython.org/jythonbook/en/1.0/appendixA.html says to use ez_setup.py ; I guess I'll try that...
[15:00] <DanC> `easy_install virtualenv` reports success, but `virtualenv ha-jy` fails with: ValueError: Invalid file object: <ssl.SSLSocket object at 0x1a4>
[15:01] <DanC> similar symptoms reported in http://bugs.jython.org/issue2660 ...
[15:03] <gsnedders> DanC: hey!
[15:04] * DanC waves
[15:04] <gsnedders> DanC: AFAIK, the general advise is to just pin pip 9.0.1
[15:04] <DanC> at which point? how do I get there? do I use ez_setup?
[15:05] <gsnedders> create the virtualenv with --no-pip, then download pip 9.0.1 manually and install through its setup.py
[15:06] <DanC> `~/opt/jython2.7.1/bin/easy_install pip==9.0.1` reported success...
[15:07] <gsnedders> oh that'll work too
[15:09] <DanC> but it didn't fix the virtualenv problem... will try no-pip...
[15:12] * DanC can't find tarball from https://pypi.org/project/pip/9.0.1/
[15:12] <DanC> ah
[15:16] <DanC> winning! thanks.
[15:51] * jimklo (~jimklo@128.18.241.20) has joined #jython
[16:43] <DanC> no python stack-trace on exceptions? hm.
[16:46] <DanC> I'm getting `No module named ocap_file` but no clue where the import error came from
[17:16] <DanC> `sqlalchemy.create_engine('sqlite://')` is losing with `ImportError: No module named sqlite3`
[17:22] <DanC> hm... https://wiki.python.org/jython/DatabaseExamples#SQLite_using_JDBC
[17:26] <DanC> is there a jython convention for installing jars from maven?
[17:31] * DanC finds jython plugins for maven, gradle
[17:32] <DanC> sigh... `mvn install --help` is inscruitable
[17:46] <DanC> ah... https://pypi.org/project/jip/#description
[18:33] * stewori (~stefan@ip-95-223-156-36.hsi16.unitymediagroup.de) has joined #jython
[18:34] * stewori (~stefan@ip-95-223-156-36.hsi16.unitymediagroup.de) has left #jython
[21:19] <DanC> I'm struggling to get xzJDBC to build. I gather it has not aged well.
[21:28] <DanC> ah. https://pypi.org/project/JayDeBeApi/#description
[22:02] * deepy- (deepy@wrongplanet/deepa) has joined #jython
[22:02] * deepy (deepy@wrongplanet/deepa) Quit (Read error: Connection reset by peer)

Index

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