Hi Anthony,

I am still fighting with the setup options include_files

I was wondering whther I am doing something wrong.

This is my setup file.

import sys

from cx_Freeze import setup, Executable

base = None
if sys.platform == "win32":
     base = "Win32GUI"

buildOptions = dict(
         include_files = 
["C:\\Python31\\Lib\\site-packages\\PyQt4\\mpl-data", "mpl-data"]
         )

setup(
         name = "Beacon keyer",
         version = "0.1",
         description = "ww2r beacon keyer",
         options = dict(build_exe = buildOptions),
         executables = [Executable("WW2R_Code_Generator.pyw", base = base)])


Thanks.
Bedankt.


Frans.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to