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

remove dependency on py2exe & pywin32 #143

Open
BigBlueHat opened this issue Apr 15, 2014 · 3 comments
Open

remove dependency on py2exe & pywin32 #143

BigBlueHat opened this issue Apr 15, 2014 · 3 comments
Labels

Comments

@BigBlueHat
Copy link
Member

Not even sure if this is possible...but I'd happily type python couchapp to avoid all these dependencies.

I'm installing via pip install couchapp...so maybe I'm biased against an .exe download....

@BigBlueHat
Copy link
Member Author

According to @benoitc these are only needed for building the executable for Windows. However, I "tripped over" them when installing this via pip (which I need to try again and document).

Regardless, these bits should be as separate as they can be, so they don't get in the way of folks who want to use pip to get things going.

@iblislin
Copy link
Collaborator

I can confirm that py2exe is a build only dependency, but it seems that pywin32 is required by utils.py?

@waryhermit
Copy link

Would switching to cx_freeze to make exe's be better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants