-
Notifications
You must be signed in to change notification settings - Fork 3
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
os.getlogin Errno 6 #26
Comments
Thank you for this. Running on Mac I would never have seen it. Do you know if this solution works outside of Linux? I'd like to code a general solution, rather than a Linux-specific one. (But branching code, based on platform is a possibility. Yeuch!) One tip: I always use the |
Candidate fix - using |
Shipped in v0.6.9. Keeping issue open for a few days. |
Thanks for the quick update. I can confirm that v0.6.9 works on Ubuntu! |
Great! Will leave open for a few days in case any Windows user has a problem. |
I use md2pptx, hence, this felt like the right templating tool, if that an appropriate classification, to use. Great work!
Unfortunately, running mdpre on a Ubuntu terminal resulted in the following error:
Error
The solution was to use os.getenv('LOGNAME'), as os.getlogin() seems to have documented issue:
dblossom-marist/PerfMon#20
The text was updated successfully, but these errors were encountered: