Closed ustroetz closed 10 years ago
Hey Ulrich, what installation method did you use? This error makes me think that you're trying to run geoscript on a non Jython runtime?
Hey Justin, I installed it as described here: http://geoscript.org/py/devel.html#devel. I think you are right if I use a Jython terminal it works fine. But if I use a Python terminal I get the described error. So is it even possible to use geoscript in a simple python script?
Ok, that makes sense. So no, it's not possible to run geoscript on any other python runtime than jython. GeoScript is built on top of GEoTools (a java library) so it requires a Java runtime to operate. I guess we need to make this more evident in that guide.
On Fri, May 30, 2014 at 7:50 AM, Ulrich Stroetz notifications@github.com wrote:
Hey Justin, I installed it as described here: http://geoscript.org/py/devel.html#devel. I think you are right if I use a Jython terminal it works fine. But if I use a Python terminal I get the described error. So is it even possible to use geoscript in a simple python script?
— Reply to this email directly or view it on GitHub https://github.com/geoscript/geoscript-py/issues/33#issuecomment-44652471 .
Justin Deoliveira Vice President, Engineering | Boundless jdeolive@boundlessgeo.com @j_deolive https://twitter.com/j_deolive
Okay cool. Thanks for explaining that.
Installation all worked smoothly. But when I try
I get