Commit Graph

10 Commits

Author SHA1 Message Date
Gabriel Pettier 9ee1183cda fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
Gabriel Pettier b042e82d42 fix import of env module at runtime 2019-11-30 16:27:24 +01:00
Gabriel Pettier 810e391092 move env logic to submodule, allow runtime lookup
this should allow building portable wheels
2019-11-30 16:21:28 +01:00
Gabriel Pettier 806e444371 try to guess JAVA_HOME on linux if it's not defined 2019-11-24 02:34:12 +01:00
Gabriel Pettier bed96ea722 better error when JAVA_HOME is not declared 2019-11-24 02:34:12 +01:00
Mathieu Virbel ddcaa432e5 fix python3 issue for decoding str (it might come from an updated Cython.). Closes #218 2016-04-18 20:28:13 +02:00
Mathieu Virbel 57c8461053 remove const_char, as Cython supports const from 0.18 2016-04-05 14:47:00 +02:00
Benson Margulies 3968f3af17 Merge branch 'master' of github.com:kivy/pyjnius into python-34
Conflicts:
	.travis.yml
	Makefile
	setup.py
	tests/test_proxy.py
2015-11-03 07:51:45 -05:00
Benson Margulies 953fab9bd8 fix up new dlopen code. 2015-05-03 11:24:32 -04:00
Benson Margulies fa9f4531c0 Use dlopen instead of linking -ljvn. 2015-05-03 11:24:32 -04:00