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

Cannot from psutil import * #656

Closed
Redpoint1 opened this issue Jul 15, 2015 · 2 comments
Closed

Cannot from psutil import * #656

Redpoint1 opened this issue Jul 15, 2015 · 2 comments
Labels

Comments

@Redpoint1
Copy link

commit: cea4000 likely introduced a bug with the all list of the init module by wrongly renaming version to 3n:

from psutil import *  # pylint: disable=wildcard-import
AttributeError: 'module' object has no attribute '__3n__'
@giampaolo
Copy link
Owner

...what the? I must have committed that by accident.
Also tells we should have a test case for it.
Sigh! I shouldn't make releases at 4.00 AM in the morning. :(

@giampaolo
Copy link
Owner

The actual issue:

>>> from psutil import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute '__3n__'
>>> 

giampaolo added a commit that referenced this issue Jul 15, 2015
@giampaolo giampaolo added the bug label Jul 15, 2015
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