odoo-saas-tools icon indicating copy to clipboard operation
odoo-saas-tools copied to clipboard

Update saas.py

Open HAHGX opened this issue 7 years ago • 3 comments

update configparser.ConfigParser() --> configparser.RawConfigParser() for run in Python 3.5+

HAHGX avatar Dec 29 '17 15:12 HAHGX

hello @iledarn, and @yelizariev, any news about it?. Regards

HAHGX avatar Jan 06 '18 01:01 HAHGX

@yelizariev @iledarn FYI, solved, tested and working in Python 3.2+. but it is a python bug that was fixed since version 3.5.2. So the recommendation is to use Rawconfigparser or update the python version to 3.5.2 or higher. More Info: https://bugs.python.org/issue20120 https://stackoverflow.com/questions/14340366/configparser-and-string-with https://docs.python.org/2.4/lib/RawConfigParser-objects.html

Regards

HAHGX avatar Jan 08 '18 16:01 HAHGX

@yelizariev @iledarn can you give some love to this one ? ;)

njeudy avatar Mar 03 '18 15:03 njeudy