Skip to content
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

[BUG] Support newer win32mica versions #1280

Open
4 tasks done
arshanskiyav opened this issue Nov 2, 2023 · 2 comments
Open
4 tasks done

[BUG] Support newer win32mica versions #1280

arshanskiyav opened this issue Nov 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working triage This hasn't been chcked yet by any maintainer

Comments

@arshanskiyav
Copy link
Contributor

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions
  • This issue is about a bug (if it is not, please use the correct template)

Describe your issue

Hi

I want to add my own functionality, but after building the application does not start.
I get the error "Unable to get import name 'Micamode' from 'win32mica'."
I checked this and found that in the latest version "Micamode" has been renamed to "Micathema".

I tried to run the application without my own changes and build, but I had the same problem.

I replaced "micamode" with "micathema". I assembled it and the application launched.
But the Settings window does not open.
The clock window on the taskbar has closed, but the process is not closed and the amount of allocated memory is growing.

Then I replaced the "requirements.txt" versions with:

PyInstaller==5.9.0
PySide6==6.5.2
keyboard
psutil==5.9.1
pytz==2023.3
win32mica==2.0
winshell
pypiwin32

Steps to reproduce the issue

Python version 3.11.3/3.10.11

git clone https://github.com/martinet101/ElevenClock && cd elevenclock
pip install -r ./requirements.txt
python __init__.py

ElevenClock Log

Application does not start

Relevant information

I checked it on my laptop and on a new virtual machine with Windows 10

Screenshots and videos

No response

@arshanskiyav arshanskiyav added bug Something isn't working triage This hasn't been chcked yet by any maintainer labels Nov 2, 2023
@marticliment
Copy link
Owner

Please downgrade win32mica to version 2.0, and if it does not work downgrade to 1.8. Win32mica 1.8 will work for sure

@marticliment marticliment changed the title [BUG] (Micamode not resolved) [BUG] Support newer win32mica versions Nov 2, 2023
@arshanskiyav
Copy link
Contributor Author

Please downgrade win32mica to version 2.0, and if it does not work downgrade to 1.8. Win32mica 1.8 will work for sure

I already did it, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This hasn't been chcked yet by any maintainer
Projects
None yet
Development

No branches or pull requests

2 participants