Submitted by pcfreak30 on Fri, 03/18/2016 - 00:56
Failed to request certificate : <pre>Traceback (most recent call last):
File "/usr/libexec/webmin/webmin/acme_tiny.py", line 2, in <module>
import argparse, subprocess, json, os, sys, base64, binascii, time, hashlib, re, copy, textwrap, logging
ImportError: No module named argparse
</pre>
Status:
Active
Comments
Submitted by JamieCameron on Fri, 03/18/2016 - 23:10 Comment #1
Which python version do you have installed there?
Submitted by pcfreak30 on Sat, 03/19/2016 - 00:15 Comment #2
It seems python-argparse wasn't installed. Webmin should check for that package.
Submitted by JamieCameron on Sat, 03/19/2016 - 19:16 Comment #3
Good suggestion, I will add a check for that.
Submitted by Dim Git on Mon, 07/18/2016 - 05:03 Comment #4
Hi, I am gett6ing the following error when trying to use LE
"The Python module argparse needed by the built-in Let's Encrypt client is not installed"
Argparse is not installed (that I can see anyway) so is this the same and has it been resolved yet?
Thanks Tim
CentOS Linux 5.11 Webmin version 1.801 Virtualmin version 5.03
Submitted by JamieCameron on Mon, 07/18/2016 - 05:57 Comment #5
The requirement to install
python-argparse
still exists - I just made the error message in Virtualmin friendlier.Submitted by Dim Git on Wed, 07/20/2016 - 02:12 Comment #6
Thanks Jamie.
I try to keep to software as supported by you guys so will the install of python-argparse be included in any future update? It doesn't seem to appear in the repo.
CentOS Linux 5.11 Webmin version 1.801 Virtualmin version 5.03
Submitted by JamieCameron on Wed, 07/20/2016 - 21:38 Comment #7
I'll update our installer to include it - however, on most newer Linux distributions it is there by default already. CentOS 5 is quite old!