arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
498 stars 206 forks source link

cant import stdnum.ve #216

Closed festovalros closed 4 years ago

festovalros commented 4 years ago

hi! i try to import stdnum.ve but not module named stdnum.ve error occurs, this only happen with python 3, i tested the same import with python 2.7 and no error ocurrs.

i installed the last version of stdnum (1.13 to the date) with pip in both cases.

arthurdejong commented 4 years ago

Can you show me how you installed python-stdnum and what error you get when trying to import stdnum.ve?

festovalros commented 4 years ago

hi! i updated python-stdnum to the last version available (1.13) and it's working now, thanks for the feedback