1

I have a Python script I would like to transform into an executable for Windows and a dmg file to be run on Apple computers. For the Windows systems I have found py2exe (only valid for Windows) and for the Apple ones py2app (it can only be run on Io systems).

My question is whether there is some way to create a dmg file of the Python script running a program from a Windows system (even though the program cannot be run). Is it possible?

Thank you in advance!

Kelo
  • 35
  • 1
  • 2
  • Wait, isn't dmg just a disk image with the files inside? – tglaria Feb 02 '16 at 11:53
  • 3
    Possible duplicate of [How to build a dmg Mac OS X file (on a non-Mac platform)?](http://stackoverflow.com/questions/286419/how-to-build-a-dmg-mac-os-x-file-on-a-non-mac-platform) – tglaria Feb 02 '16 at 11:54

0 Answers0