Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
option-greek opened this issue Mar 13, 2017 · 2 comments

Comments

@option-greek
Copy link

option-greek commented Mar 13, 2017

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
Copy link
Contributor

snoopyjc commented Aug 14, 2020

Usage documentation was off. Fixed in v0.4.0.

@snoopyjc
Copy link
Contributor

This can be closed.

@kvh kvh closed this as completed Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants