kvh / recurrent

Natural language parsing of dates and recurring events
MIT License
250 stars 30 forks source link

I get a event_parser not found error when trying out the recurrent example #9

Closed option-greek closed 4 years ago

option-greek commented 7 years ago

I'm trying to follow the example given in readme and I get a "event_parser not found error" from python interpreter. It looks like python needs all recurrent files to be explicitly imported even within the same package. It worked after I modified init.py to import event_parser as recurrent.event_parser and modified event_parser.py to import constansts.py explicitly. Is this some kind of 2.7 to 3.0 artifact ? (I'm new to python)

Thanks, OG

snoopyjc commented 4 years ago

Usage documentation was off. Fixed in v0.4.0.

snoopyjc commented 4 years ago

This can be closed.