Hi Alex,
I'm using version 2.3.1.31549. By the way, I do not know what taskbar icon you are referring to.
Just to clarify, the "Initialized Press Enter to quit" was the response when I tried to run the script from Idle. I did not try PyCharm.
I did try both the Sample.py and the Sample_P3.py files from powershell and I see this:
PS C:\leapsdk\leapsdk\samples> python Sample.py
Traceback (most recent call last):
File "Sample.py", line 9, in
import Leap, sys, threading, time
File "C:\leapsdk\leapsdk\samples\Leap.py", line 28, in
LeapPython = swig_import_helper()
File "C:\leapsdk\leapsdk\samples\Leap.py", line 24, in swig_import_helper
mod = imp.loadmodule('LeapPython', fp, pathname, description)
File "C:\Python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Python37\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: Module use of python27.dll conflicts with this version of Python.
PS C:\leapsdk\leapsdk\samples> python Sample_P3_gp.py
Traceback (most recent call last):
File "Sample_P3_gp.py", line 9, in
import Leap, os, sys, threading, time, inspect
File "C:\leapsdk\leapsdk\samples\Leap.py", line 28, in
LeapPython = swig_import_helper()
File "C:\leapsdk\leapsdk\samples\Leap.py", line 24, in swig_import_helper
mod = imp.loadmodule('LeapPython', fp, pathname, description)
File "C:\Python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Python37\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: Module use of python27.dll conflicts with this version of Python.
I have both Python 2.7 and Python 3.7 Available.
Thanks,
Geoff