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

error scanning #474

Closed
ginafg opened this issue Jan 3, 2018 · 2 comments · Fixed by #490
Closed

error scanning #474

ginafg opened this issue Jan 3, 2018 · 2 comments · Fixed by #490
Assignees
Labels
Windows Related to running on Windows.

Comments

@ginafg
Copy link

ginafg commented Jan 3, 2018

File "C:\Users\arsen\github\dupeguru\hscommon\gui\progress_window.py", line 101, in pulse
File "C:\Users\arsen\github\dupeguru\core\app.py", line 323, in _job_error
File "C:\Users\arsen\github\dupeguru\hscommon\jobprogress\performer.py", line 43, in _async_run
File "C:\Users\arsen\github\dupeguru\core\app.py", line 780, in do
File "C:\Users\arsen\github\dupeguru\core\scanner.py", line 137, in get_dupe_groups
File "C:\Users\arsen\github\dupeguru\core\pe\scanner.py", line 31, in getmatches
File "C:\Users\arsen\github\dupeguru\core\pe\matchblock.py", line 167, in getmatches
File "C:\Users\arsen\github\dupeguru\core\pe\matchblock.py", line 64, in prepare_pictures
File "C:\Users\arsen\github\dupeguru\core\pe\matchblock.py", line 54, in get_cache
File "C:\Users\arsen\github\dupeguru\core\pe\cache_shelve.py", line 38, in init
File "C:\Program Files (x86)\Python35-32\lib\shelve.py", line 243, in open
File "C:\Program Files (x86)\Python35-32\lib\shelve.py", line 227, in init
File "C:\Program Files (x86)\Python35-32\lib\dbm_init
.py", line 75, in open
ImportError: no dbm clone found; tried ['dbm.gnu', 'dbm.ndbm', 'dbm.dumb']

@ghost ghost added the Windows Related to running on Windows. label Jan 3, 2018
@ghost ghost assigned arsenetar Jan 3, 2018
@arsenetar
Copy link
Owner

Looks like cx_freeze was not including dbm. I will look at ways to fix this.

@arsenetar arsenetar added this to the 4.0.4 milestone Feb 17, 2018
@arsenetar
Copy link
Owner

Looks like I should have this fixed, should have changes incoming shortly.

@ghost ghost closed this as completed in #490 Feb 26, 2018
ghost pushed a commit that referenced this issue Feb 26, 2018
cx_Freeze was only including dbm.ndbm which is not available on windows.
This should fix #474
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Windows Related to running on Windows.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants