kefaslungu / resourceMonitor

Resource Monitor add-on for NVDA
GNU General Public License v2.0
13 stars 18 forks source link

Error importing global plugin #6

Closed cartertemm closed 5 years ago

cartertemm commented 5 years ago

When building and installing the latest version, I get this.

ERROR - globalPluginHandler.listPlugins (21:15:31.901):
Error importing global plugin resourceMonitor
Traceback (most recent call last):
  File "globalPluginHandler.pyo", line 22, in listPlugins
  File "addons\resourceMonitor\globalPlugins\resourceMonitor\__init__.py", line 22, in <module>
  File "addons\resourceMonitor\globalPlugins\resourceMonitor\psutilpy2\__init__.py", line 90, in <module>
ImportError: No module named _exceptions
josephsl commented 5 years ago

Hi, caused by a missing file, resolved in 19.05A (plan to resolve this in source code in the next few days). Thanks for reminding me about this.

From: Carter Temm notifications@github.com Sent: Sunday, May 5, 2019 7:22 PM To: josephsl/resourceMonitor resourceMonitor@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [josephsl/resourceMonitor] Error importing global plugin (#6)

When building and installing the latest version, I get this.

ERROR - globalPluginHandler.listPlugins (21:15:31.901): Error importing global plugin resourceMonitor Traceback (most recent call last): File "globalPluginHandler.pyo", line 22, in listPlugins File "addons\resourceMonitor\globalPlugins\resourceMonitor__init.py", line 22, in File "addons\resourceMonitor\globalPlugins\resourceMonitor\psutilpy2\init__.py", line 90, in ImportError: No module named _exceptions

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/josephsl/resourceMonitor/issues/6 , or mute the thread https://github.com/notifications/unsubscribe-auth/AB4AXEAA3XQBYVSF64WKYGDPT6I6HANCNFSM4HK4X27Q .