Note that there are some explanatory texts on larger screens.

plurals
  1. POPyinstaller not working
    primarykey
    data
    text
    <p>I was trying to create a stand alone executable file using Pyinstaller. The process ranging from Configure to Makespec part went fine. But while processing Build.py , the following error was shown. </p> <pre><code> checking PYZ rebuilding outPYZ1.toc because outPYZ1.pyz is missing building PYZ outPYZ1.toc checking PKG rebuilding outPKG3.toc because outPKG3.pkg is missing building PKG outPKG3.pkg checking EXE rebuilding outEXE2.toc because countdown missing building EXE from outEXE2.toc Appending archive to EXE /home/krishna/countdown/pyinstaller- 1.5.1/countdown/build/pyi.linux2/countdown/countdown checking COLLECT building because outCOLLECT4.toc missing or bad building COLLECT outCOLLECT4.toc </code></pre> <p>I was using Tkinter. Does that create any problem . If Pyinstaller doesn't work which is the other alternative available</p> <p>The error message i got after using -K option for Makespec.py and following it up with Build.py is</p> <pre><code>checking Tree building because outTree4.toc missing or bad building Tree outTree4.toc Traceback (most recent call last): File "Build.py", line 1494, in &lt;module&gt; main(args[0], configfilename=opts.configfile) File "Build.py", line 1472, in main build(specfile) File "Build.py", line 1429, in build execfile(spec) File "/home/krishna/countdown/pyinstaller-1.5.1/countdown/countdown.spec", line 13, in &lt;module&gt; coll = COLLECT(TkTree(), exe, File "Build.py", line 1401, in TkTree tcltree = Tree(tclroot, tclnm, excludes=['demos','encoding','*.lib']) File "Build.py", line 1335, in __init__ self.__postinit__() File "Build.py", line 298, in __postinit__ self.assemble() File "Build.py", line 1374, in assemble for fnm in os.listdir(dir): OSError: [Errno 2] No such file or directory: '/usr/lib/tcl8.5' </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload