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

No help #34

Closed
techtonik opened this issue Mar 21, 2014 · 0 comments · Fixed by #73
Closed

No help #34

techtonik opened this issue Mar 21, 2014 · 0 comments · Fixed by #73
Assignees

Comments

@techtonik
Copy link
Contributor

>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

?

@sigmavirus24 sigmavirus24 self-assigned this Dec 2, 2014
sigmavirus24 added a commit to sigmavirus24/twine that referenced this issue Dec 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants