-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add logging and error catching tool #498
Comments
Hi, @paulojamorim, and @tfmoraes! I have experience in software development and debugging, and having gone through the details of the issue, I'd like to contribute to fixing this issue. Please let me know how I can contribute to solving this issue (GSoC 2023). |
Greetings, @paulojamorim. I possess proficient Python skills and I am eager to participate as a GSoC 2023 contributor in this project. Kindly advise me on the initial steps to take in order to start making contributions. |
Hi @Reddragonemperor58 , Thanks for your interest. For you to participate, must be follow steps 1 to 5 of this link: https://github.com/invesalius/gsoc/blob/main/gsoc_application.md Please read all the steps carefully. Best regards, |
Thanks!! @paulojamorim |
hi @paulojamorim I have successfully downloaded invesalius from the source code but when I am running it I am getting an error even though it starts showing the icon could you tell me where I am going wrong? |
Your system is 64 bits? You are trying to compile using a 32 bit compiler. |
Yes, my system is 64 bits, I am sorry but could you please tell me what you mean by using a 32-bit compiler? cause I am running it in PowerShell of Visual Studio. Is that a 32-bit compiler? |
It seems to be a 32-bit compiler. See that
It uses chocolatey, it's like an apt-get to Windows. You can replace 2019 to 2022 too, it works:
|
I compiled invesalius_cy to windows to python 3.8, 3.9, 3.10 and 3.11. I uploaded it here https://github.com/invesalius/invesalius3/releases/download/v3.1.99998/invesalius_cy.zip. I used github-ci to compile it. Just download it and copy the pyd to invesalius_cy inside InVesalius folder. |
Mainly the changes have to be made in app.py to show any execution errors? I am deeply interested in working on this |
I generated a pull request for the above mentioned issue. Please review and guide me accordingly. |
Tool that allows the user to activate the capture of logs and errors. It should be possible to save the sequence of events in a text file.
References:
https://docs.python.org/3/library/logging.html
https://realpython.com/python-logging/"
The text was updated successfully, but these errors were encountered: