[Tutor] PyInstaller

2013-06-09 Thread Jack Little
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

Re: [Tutor] Pyinstaller Database

2011-10-13 Thread Prasad, Ramit
>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

[Tutor] Pyinstaller Database

2011-10-13 Thread George Nyoro
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.

[Tutor] Pyinstaller Database

2011-10-13 Thread George Nyoro
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.