Hi,
I am trying to follow the touchtracer compiling example project for Windows
provided by Kivy.
https://kivy.org/doc/stable/guide/packaging-windows.html
I get to step 2: "python -m PyInstaller --name touchtracer
examples-path\demo\touchtracer\main.py"
and the process produces the required spec file but also the error shown
below.
"File
"C:\Users\leigh.martin\Python\Python37\lib\site-packages\PyInstaller\compat.py",
line 415, in exec_command
outsubprocess.Popen(
NameError: name 'outsubprocess' is not defined"
I have worked on this for quite a while but cannot make progress.
Anybody able to suggest what should do?
If I ignored the error and continue I get a executable that closes on open.
I have checked that I have the requirements- Windows 10, Python 3.7.6,
PyInstaller 3.6,
Requirement already up-to-date: pyinstaller in
c:\users\leigh.martin\python\python37\lib\site-packages (3.6)
Requirement already satisfied: altgraph in ...\python37\lib\site-packages
(from pyinstaller) (0.17)
Requirement already satisfied: pefile>=2017.8.1 in
...\python37\lib\site-packages (from pyinstaller) (2019.4.18)
Requirement already satisfied: pywin32-ctypes>=0.2.0 in
...\python37\lib\site-packages (from pyinstaller) (0.2.0)
Requirement already satisfied: setuptools in ...\python37\lib\site-packages
(from pyinstaller) (45.1.0)
Requirement already satisfied: future in ...\python37\lib\site-packages
(from pefile>=2017.8.1->pyinstaller) (0.18.2)
Thanks
Leigh
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/pyinstaller/2a825e95-622b-45e2-b660-9df99aa24f55%40googlegroups.com.