Hello John,

I think that file comes with the tutorial although I cannot seem to be able to find it there.
Anyway what data_files does is include files in your application.

In my case for example I include some other binaries that are needed for my application to run thus my line looks like this:

data_files = [('', ['PsExec.exe'])],

data_files is a tuple where 1 is the location of the files in your result package, for me that is the root directory: ''
and 2 is a list of data files to include.

More information is here: http://www.py2exe.org/index.cgi/data_files

Cheers,

-Tim


On Sun, Nov 4, 2012 at 4:25 PM, John Thornton <bjt128@gmail.com> wrote:
I'm attempting to follow along with the handytool tutorial but I can not
find the handytool.glade file that is in the setup.py.

tutorial
http://www.py2exe.org/index.cgi/Py2exeAndPyGTK

John

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Py2exe-users mailing list
Py2exe-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/py2exe-users



--
Kind regards,
Tim Aerdts
http://www.tuimz.nl