quandyfactory / dicttoxml

Simple library to convert a Python dictionary or other native data type into a valid XML string.
GNU General Public License v2.0
382 stars 147 forks source link

Facing problems with newer versions of python #104

Open rahul-s-bhatt opened 1 year ago

rahul-s-bhatt commented 1 year ago

Hi, I'm facing a problem when converting Dictionary to XML using the newer version of python specifically version greater than 3.8.5.

The error is as follows: from collections import iterable