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

setupegg is broken on windows #1612

Closed
cournape opened this issue Dec 19, 2012 · 3 comments
Closed

setupegg is broken on windows #1612

cournape opened this issue Dec 19, 2012 · 3 comments

Comments

@cournape
Copy link

setupegg.py uses os.symlink, which is not supported on windows.

A simple solution would be to copy the directory on windows instead of symlinking it. I will prepare a patch for this

@mdboom
Copy link
Member

mdboom commented Dec 19, 2012

Just a note to self -- setupegg.py is going away in #1454 (since the default build will use distribute), and this fix should be ported there, if applicable.

@mdboom
Copy link
Member

mdboom commented Feb 25, 2013

With #1454, this shouldn't be necessary at all.

@dmcdougall
Copy link
Member

I'll close this as it appears to be resolved by #1454.

@cournape If I have mistakenly closed this and you still see issues even with the new changes brought by #1454, please feel free to reopen this ticket and we can investigate further.

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

No branches or pull requests

3 participants