You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost bypy]# ./bypy.py info
Traceback (most recent call last):
File "./bypy.py", line 101, in
from argparse import ArgumentParser
ImportError: No module named argparse
我用的python2.6, 这个对版本有要求吗?
The text was updated successfully, but these errors were encountered:
[root@localhost bypy]# ./bypy.py info
Traceback (most recent call last):
File "./bypy.py", line 101, in
from argparse import ArgumentParser
ImportError: No module named argparse
我用的python2.6, 这个对版本有要求吗?
The text was updated successfully, but these errors were encountered: