Forum Navigation
You need to log in to create posts and topics.

XMLSchemaParseError

Hello,

i downloaded the python version on linux fedora. When i try to create a new project in baramFlow i get a error:

File "src/lxml/xmlschema.pxi", line 89, in lxml.etree.XMLSchema.__init__
lxml.etree.XMLSchemaParseError: Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'default': [facet 'minExclusive'] The value '0.7' must be greater than '0'., line 668

BR, Frank

Hi, Frank.

That problem comes from the locale handling in XML library.

Could you try setting following environment variables and running BARAM again?

$ export LC_ALL=C
$ export LANG=C

BR, Jake

Thanks Jake,

that solved the problem.