OllyButters / puma

Getting, analysing and displaying lists of papers
https://ollybutters.github.io/puma_web
GNU General Public License v3.0
13 stars 4 forks source link

Windows runtime issues #98

Closed OllyButters closed 4 years ago

OllyButters commented 4 years ago

logging seems to need an explicit utf8 setting like:

logging.basicConfig(handlers=[logging.FileHandler(log_file, 'w', 'utf-8')], level=config.logging_loglevel)

OllyButters commented 4 years ago

Paths need looking at to be more windows like - get mangled paths like:

\Desktop\puma\puma-master\puma-master/data/alspac/abstract_raw.csv'

OllyButters commented 4 years ago

Fixed logging. Mixed path separators are not actually a problem.