netinvent / windows_tools

Collection of various interfaces for Windows functionality in a Pythonic way
BSD 3-Clause "New" or "Revised" License
63 stars 15 forks source link

ModuleNotFoundError: No module named 'windows_tools' #5

Closed pre22 closed 1 year ago

pre22 commented 1 year ago
    from windows_tools.installed_software import get_installed_software

ModuleNotFoundError: No module named 'windows_tools'

I got the above error when trying to run the script

deajan commented 1 year ago

I'll need more info to help here. How did you install windows_tools ? What's your environnement ?

pre22 commented 1 year ago

Installation was successful using pip but on got an error pointing to the line above. I'm using Python 3.10, Windows 8.1

deajan commented 1 year ago

The installation was probably not successful at all. Closing this in favor of #6