python - setup.py script for cx_freeze for mac -


The following is what I am using to compile my Pyro script and it works, it's all about it Similar compile:

Prefix Cx_Freeze import setup, executable exe = executable (script = "Battleship / Battleship", base = "Win32Gui",), includefiles = ["Battleship / Bo. "," Battleship / Yes .wav "," Battleship / Boom.Wave "," Battleship / Finnish Wave "," Battleship / Titlime .gif "] [=] are not included [=] [Package = [] Setup (version = "1.0", description = "war-scheme" !, author = "Shiva claw", name = "battleship", option = {'build_exe': {'excludes': Not included, 'package': package, 'include_files': includefiles}}, executable = [Exe])

Now I need to compile it with the same, but this Works for Mac.

Is it possible to use bdist_dmg on Mac? ?

If it is so anyway, I can compile it, it will work for Mac but my windows 7 from PC?

T Hanks

Posting as a reply again:

No, you can not freeze For Mac applications on Windows computers - CAX_Freeze supports various platforms, but on each platform, it can only produce executable format for that platform.

Docs:

I'm not aware of any options that will give you a Mac app on Windows.


Comments