Hi.
> hi,
>
> i am somehow surprised that this is not possible
>
> >>JAVA
> public void addRow(Dictionary _row)
> >>JYTHON
> addRow({})
>
> but instead prints the following errormsg:
> >>TypeError: addRow(): 1st arg can't be coerced to java.util.Dictionary
>
> where is the problem to convert a org.python.core.PyDictionary
> into a java.util.Dictionary or even better into java.util.Map?
So just propose a patch <wink>.
Some refs and a partial/tentative discussion of potential issues is at:
http://www.geocrawler.com/archives/3/7017/2001/6/50/5904682/
regards, Samuele Pedroni.
|