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

mingw64 coconut cmd hangs #215

Closed
marawuti opened this issue Feb 4, 2017 · 2 comments
Closed

mingw64 coconut cmd hangs #215

marawuti opened this issue Feb 4, 2017 · 2 comments

Comments

@marawuti
Copy link

marawuti commented Feb 4, 2017

I've installed coconut via pip on my mingw64 running under Windows 10.

@@ 508 > coconut -v
Version 1.2.0 [Colonel] running on Python 3.5.2 (default, Nov 7 2016,
14:06:02) [GCC 6.2.0 64 bit (AMD64)]

but
@@ 509 > coconut

hangs.

What debugging approach can I use to provide useful data?

@evhub evhub added the bug label Feb 4, 2017
@evhub
Copy link
Owner

evhub commented Feb 4, 2017

@marawuti Can you try passing the --verbose flag, and see if you get any output then? If that doesn't work, try installing the current develop version instead of the current release version using pip install coconut-develop, then paste in both the install log and the result of running coconut --verbose after the installation finishes.

@evhub evhub added this to the v1.2.3 milestone May 3, 2017
@evhub
Copy link
Owner

evhub commented May 4, 2017

This error was being caused by the same issue in these stack overflow threads regarding Python on CygWin:

However, I have added a workaround that should hopefully help alleviate the problem, even if none of the solutions in those threads is taken.

For future reference, the best, easiest solution seemed to be to run cygstart coconut instead of just coconut.

@evhub evhub closed this as completed May 4, 2017
evhub added a commit that referenced this issue May 4, 2017
@evhub evhub mentioned this issue May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants