Packaging Tcl/Tk Application on Windows: Single File Executable



Hi all,

I need to package application developed in Tcl/Tk on Windows. It should
be a single file executable with all data files (gifs), dependency
packages such as winico bundled into a single executable.

There should be not reference to external data files such as images ..
All should be bundled as a single file on desktop.

I have used mktclapp and also freewrap but one needs to keep the image
files separate.

Do I have to change code to include the image files data ?

Thanks in advance,
Andy

.



Relevant Pages

  • Re: macros
    ... No. Gathering them all in one places just means putting the DEFMETHOD ... And then there'll be a whole mess of explicit scoping ... since that "one place" will belong to one package and you'll want to be ... You don't get scoping by putting things into a single file. ...
    (comp.lang.lisp)
  • Re: Update automation and related issues (was: Python Webstart ?)
    ... >- One can usually rely on data files to stay put, ... The point is that an application is a single file. ... my big lumps on a floppy; compare that to typical VC++ or Java ...
    (comp.lang.python)
  • Package vs. module
    ... Importing a driver module activates that driver. ... The script features provided useful command line functionality. ... package, the driver code is not loaded unless needed. ... This would keep the module as a single file usable from the command line, ...
    (comp.lang.python)
  • Re: Best way to put out a small package for public scrutiny and use?
    ... > creation and use of regular expressions. ... > was just a single file, I'd simply post it in this newsgroup to ... this code does and put the package there. ...
    (comp.lang.python)
  • Re: Packaging Tcl/Tk Application on Windows: Single File Executable
    ... be a single file executable with all data files, dependency packages such as winico bundled into a single executable. ... There should be not reference to external data files such as images .. ... All should be bundled as a single file on desktop. ...
    (comp.lang.tcl)