baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
364 stars 147 forks source link

Jpype update #211

Open adam-boatman-sky opened 2 years ago

adam-boatman-sky commented 2 years ago

In your docs it states that, "It has been tested with JPype1 0.6.3 and 0.7.5 for Python 3". However, I've found when updating to python 3.9 that I've had to bump JPype to the latest version, otherwise I'm getting the following error:

TypeError: can't apply this __setattr__ to _jpype._JClass object

Is this a known issue? Should the documentation be updated? Thanks :)