mailgun / talon

Apache License 2.0
1.27k stars 285 forks source link

Unable to run example in readme #165

Open sarahbacha opened 6 years ago

sarahbacha commented 6 years ago

File "test.py", line 1, in import talon File "/Users/sarahbacha/Desktop/talon/talon/talon/init.py", line 2, in from talon.quotations import register_xpath_extensions File "/Users/sarahbacha/Desktop/talon/talon/talon/quotations.py", line 9, in import regex as re ImportError: No module named regex

tirkarthi commented 6 years ago

Did you have regex installed (Try python setu.py install) ? It's present in the setup.py under install_requires : https://github.com/mailgun/talon/blob/a7404afbcb67e66aa13ff8917df4dcbbf3534624/setup.py#L48

extremelogic-ph commented 3 years ago

This issue is 2 years old. Just checking on the support activity. I am currently checking on what mail parser to use. Whats the status of this issue?