langcog / childespy

The childespy package allows you to access data in the childes-db from Python.
GNU General Public License v3.0
7 stars 2 forks source link

Usage with local database access #3

Open mitjanikolaus opened 4 years ago

mitjanikolaus commented 4 years ago

Is there any way to use childespy with a local database access so far? That is, having it connect to a locally running mysql server.

Thanks in advance!

mitjanikolaus commented 4 years ago

When trying to specify db_args in any function, I get:

NotImplementedError: Conversion 'py2rpy' not defined for objects of type '<class 'dict'>'

mitjanikolaus commented 4 years ago

Fixed the conversion of dicts in pull request https://github.com/langcog/childespy/pull/1