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

RuntimeWarning when running package #11

Closed
victordomingos opened this issue May 8, 2018 · 2 comments
Closed

RuntimeWarning when running package #11

victordomingos opened this issue May 8, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@victordomingos
Copy link

I am getting this warning in Python 3.6 and 3.7 beta when running `python3 -m puremagic":

/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py:125: 
RuntimeWarning: 'puremagic.__main__' found in sys.modules after import of package 
'puremagic', but prior to execution of 'puremagic.__main__'; this may result in 
unpredictable behaviour
  warn(RuntimeWarning(msg))
@cdgriffith cdgriffith added the bug label May 8, 2018
@cdgriffith cdgriffith self-assigned this May 8, 2018
@cdgriffith
Copy link
Owner

Thanks for the heads up, will get this fixed shortly.

@cdgriffith cdgriffith added this to the Version 1.4 milestone May 8, 2018
@cdgriffith
Copy link
Owner

Fixed in 1.4 6d9de9a Uploaded to Pypi and should be good to go. Let me know if you encounter any more issues or have more good ideas!

Thanks again!

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