poorna-kumar / gendermeme-core

A first open-sourced version of GenderMeme: https://gendermeme.org/
MIT License
6 stars 1 forks source link

Incompatible with Python 3 #9

Open aendra-rininsland opened 6 years ago

aendra-rininsland commented 6 years ago

Hi! I'm trying to migrate Gendermeme to a Python 3 environment and the old style imports are messing me up. Past Python 2.5, files in the same package should be referenced using dot notation:

from .gender import gender_special

PR forthcoming.

aendra-rininsland commented 6 years ago

Also, the short unicode escapes in analysis/gender.py are breaking things with the following:

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-5: truncated \UXXXXXXXX escape