Daniel Althviz Moré

Results 444 comments of Daniel Althviz Moré

Thank you for the feedback @PhilipYip1988 ! I think that makes sense, what do you think @ccordoba12 ?

Note: Maybe related with https://github.com/mhammond/pywin32/issues/1730#issuecomment-1311497406

I get the same `ModuleNotFoundError` for `win32gui` but when I was checking this I also tried to import `win32api` and I got an `ImportError`: ![image](https://github.com/user-attachments/assets/6a6fcb2e-5bf3-4385-a634-87d9ad67e8ce) Which lead me to post...

Using Spyder 6.0.0b2 installer on Windows I'm unable to reproduce this: ![image](https://github.com/user-attachments/assets/316ccab2-5003-4277-a1cf-785c9fc758f9)

As a quick comment, probably we should remove the `NOTICE.txt` entry related with the previous code handling the GitHub requests at https://github.com/spyder-ide/spyder/blob/1475484b900ad0bf0c8e3f53577ba3b526621a0a/NOTICE.txt#L485-L521

Gave this a local check and I was unable to create an issue automatically by providing a token. I followed the link to create a token, put in the token...

Gave this another check but seems like I'm still facing the same issue: I'm still getting the error dialog and adding the extra logger warning to check the generated exception...

> I was able to successfully report an issue from my Windows VM. I'm not sure why you are having an issue. I know this sounds silly, but you did...

Gave the pdb check a try and seems like indeed for some reason `spyder.spyder.widgets.github` ends up being used instead of `pygithub`: ![image](https://github.com/spyder-ide/spyder/assets/16781833/7c5cecc9-0d5c-4512-b45f-8b9140ad3fd0) But thinking about it and since you got...

Hi @bessman thank you for the feedback! I think I was able to reproduce this :+1: For example, if I put an import in the middle of a file I...