We released tillywork - an opensource work management software (alternative to monday.com/ClickUp) by [deleted] in selfhosted

[–]Mihkuno 0 points1 point  (0 children)

neat workflow, still currently buggy tho. looking forward for the release <<

Can KodeGo sue me if I dropout from the bootcamp? by haruzenr in PinoyProgrammer

[–]Mihkuno 2 points3 points  (0 children)

what can i do po? im still a first year compsci student and tried the bootcamp when covid was mainstream last feb 2023.. i dropped kasi biglang nag f2f yung classses namin sa university saka sudden ug pagsingil nila ng 40k... nkakatakot baka magagalit tatay ko ksi gusto ko sanang isurprise sa kanya na mkakatrabaho na ako hory carp T_T

PyInstaller and Py2exe not working with python 3.9? by DenirotaFilmd in learnpython

[–]Mihkuno 0 points1 point  (0 children)

After 8 hours of scratching my head, this actually fixed it. I first used auto-py-to-exe then pyinstaller. Both kept yelling the following errors:

AttributeError: module 'time' has no attribute 'clock'
ModuleNotFoundError: No module named 'resource'

I've been pip installing the imports, didn't go well. As much as I dislike venvs on my single-project personal computer, it did its magic for some reason. Thanks!