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
>py -m twine
usage: twine [-h] [--version] command
twine: error: too few arguments
>py -m twine -h
usage: twine [-h] [--version] command
positional arguments:
command
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
>py -m twine command
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\Python27\lib\site-packages\twine\__main__.py", line 28, in <module>
sys.exit(main())
File "C:\Python27\lib\site-packages\twine\__main__.py", line 24, in main
return dispatch(sys.argv[1:])
File "C:\Python27\lib\site-packages\twine\cli.py", line 41, in dispatch
p = subprocess.Popen(["twine-{0}".format(args.command)] + args.args)
File "C:\Python27\lib\subprocess.py", line 709, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 957, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
?
The text was updated successfully, but these errors were encountered:
?
The text was updated successfully, but these errors were encountered: