-
Notifications
You must be signed in to change notification settings - Fork 135
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
NameError: global name 'urllib2' is not defined #47
Comments
has this been resolved? I am still getting the error. |
Which version of mongoaudit are you using? |
Successfully installed mongoaudit-0.1.0 pymongo-3.11.1 urwid-2.1.2
I notice that some of the files online were different than the ones
installed. For instance, the tools.py file on my laptop and the tools.py
file on the git page are not the same.
…On Wed, Dec 2, 2020 at 4:50 PM Sebastián Rajo ***@***.***> wrote:
Which version of mongoaudit are you using?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJKHYFOZKCIQJ6DTLI2EDLSS3AC3ANCNFSM4KB7VI5A>
.
--
Jacob Goodson
|
That issue is already fixed. I have no permission to update pip with the new version. You can download the latest release from here: https://github.com/stampery/mongoaudit/archive/0.1.1.zip Then:
|
what's the best way to remove the previous version?
…On Wed, Dec 2, 2020 at 5:14 PM Sebastián Rajo ***@***.***> wrote:
That issue is already fixed. I have no permission to update pip with the
new version. You can download the latest release from here:
https://github.com/stampery/mongoaudit/archive/0.1.1.zip
Then:
1. Remove previous installation
2. Unzip the zip file. Go to the folder mongoaudit-0.1.1 and run: python
setup.py install
3. Run mongoaudit
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJKHYBBXCKSWLJJ5VINOMLSS3C5VANCNFSM4KB7VI5A>
.
--
Jacob Goodson
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While exporting basic or advanced report through email getting
NameError: global name 'urllib2' is not defined
errorPython 2.7
MongoDB shell version v3.6.3
The text was updated successfully, but these errors were encountered: