Hi Rune --
I'm trying to help a follow running Windows install nanovna-saver.v0.0.6.zip.
(I use Ubuntu linux)
I unzip all the files into a directory, open a command prompt in that directory,
make all the exe's and dll's executable, and run nanovna-saver.exe.
I get:
Traceback (most recent call last):
File "site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py", line 11, in
<module>
File "c:\users\au184274\appdata\local\programs\python\python37\lib\site-packag
es\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
File "site-packages\pkg_resources\__init__.py", line 35, in <module>
File "c:\users\au184274\appdata\local\programs\python\python37\lib\site-packag
es\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
File "plistlib.py", line 65, in <module>
File "c:\users\au184274\appdata\local\programs\python\python37\lib\site-packag
es\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
File "xml\parsers\expat.py", line 4, in <module>
ImportError: DLL load failed: Access is denied.
[2188] Failed to execute script pyi_rth_pkgres
I'm not an experienced python programmer, but it looks to me like this exe is looking for python
in \users\au184274\appdata\local\programs\python which will never happen!
So, for grins I installed python from python.org in \python\python3.7 -- It didn't help.
So, next I copied the whole directory from github and used that python.org installed python --
and that works, but of course it has nothing to do with the stuff in the zip file.
It would be nice if the zip file stuff worked so that users would not have to install python,
get your stuff from github and configure python with the imports needed.
Is there some option to get your zip file stuff to look for python within the directory
where the zip file is installed on Windows?????
73 --
Harry, W5PNY