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

Missing files #1

Closed
nwillemse opened this issue Mar 14, 2016 · 3 comments
Closed

Missing files #1

nwillemse opened this issue Mar 14, 2016 · 3 comments
Labels

Comments

@nwillemse
Copy link

Hi Michael,

Looks like settings.py.example and init.py is missing from the root directory.

Also, import queue statement doesn't work in the execution_handler.py file.

Thanks

@mhallsmoore
Copy link
Owner

Hi nwillemse,

Thanks for pointing out these issues.

I'll add init.py and an example settings.py to the root directory.

Also, I think it is likely that you might be using Python 2.7.x, which is why the "import queue" line doesn't work. I'll amend the code to be both 2.7.x and 3.5.x compatible, as at the moment it is only tested for Python 3.

I'll close the issue when it's done.

Thanks,

Mike.

@nwillemse
Copy link
Author

Hi Michael,

Could you commit the init.py file in the root directory? I think it's causing issues for new users trying the software.

Thanks
Nick

@mhallsmoore
Copy link
Owner

Hi Nick,

This has now been added.

Mike.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants