-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fails on Windows: ModuleNotFoundError: No module named 'pwd' #126
Comments
Do we really need to support windows? I don't see a usecase to do rpm packaging on windows tbh... |
MinGW runs on Windows, and there are quite a few packages which are 'Windows' only. I would approach this more as degrading gracefully rather than supporting Windows |
Why do we need to package stuff that is windows-only? I still don't understand the problem here. |
ok. How is that related to py2pack? |
Well, I guess, patches welcome? How do you find out the current users name in Windows? |
echo %USERNAME% i think |
pwd
is needed for auser_name
field.I guess a Windows implementation could be created, but maybe a warning will suffice?
The text was updated successfully, but these errors were encountered: