You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
When opening the executable file after building it an error box appears containing:
Traceback (most recent call last):
File "main.py", line 38, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
File "bin\sysinf.py", line 61, in
File "pywifi\iface.py", line 51, in scan_results
File "pywifi_wifiutil_win.py", line 264, in scan_results
ValueError: NULL pointer access
The text was updated successfully, but these errors were encountered:
Pywifi uses C++, which then uses pointers. The pointer value is weirdly null, which is out of our control. I may look into using a different module, but, unlikely.
Still, make sure you are using Py 3.11. Let me know soon if you are.
When opening the executable file after building it an error box appears containing:
Traceback (most recent call last):
File "main.py", line 38, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
File "bin\sysinf.py", line 61, in
File "pywifi\iface.py", line 51, in scan_results
File "pywifi_wifiutil_win.py", line 264, in scan_results
ValueError: NULL pointer access
The text was updated successfully, but these errors were encountered: