I am using PyInstaller now for building, but I still have a problem! My error
is as follows:
Traceback (most recent call last):
File C:/Users/Jack/Desktop/pyinstaller-pyinstaller-61571d6/PyInstaller/Build.py
from PyInstaller.loader import pyi_archive, pyi_carchive
ImportError: cannot import name
>Hi guys:
>Im a beginner in coding and wanted to distribute some of my code to
>friends on linux distros. Pyinstaller works well enough. Theres a
>situation where I use pickle module to save data to an external file.
>The file is not a py file and when I use pyinstaller, it does nt
>compile the fil
Hi guys:
Im a beginner in coding and wanted to distribute some of my code to
friends on linux distros. Pyinstaller works well enough. Theres a
situation where I use pickle module to save data to an external file.
The file is not a py file and when I use pyinstaller, it does nt
compile the file too.
Hi guys:
Im a beginner in coding and wanted to distribute some of my code to
friends on linux distros. Pyinstaller works well enough. Theres a
situation where I use pickle module to save data to an external file.
The file is not a py file and when I use pyinstaller, it does nt
compile the file too.