Skip to main content
added 158 characters in body; edited body
Source Link
CeeJay
  • 1.6k
  • 14
  • 14

Some Options for Python:

The bad news is that, as far as I can tell, you can't create binaries for a platform from another platform. The reason seems to be dependencies on platform-specific libraries.

Edit: By the way, you might be interested in looking at this comparison table. The guy was using pyglet too.

Some Options for Python:

The bad news is that, as far as I can tell, you can't create binaries for a platform from another platform. The reason seems to be dependencies on platform-specific libraries.

Some Options for Python:

The bad news is that, as far as I can tell, you can't create binaries for a platform from another platform. The reason seems to be dependencies on platform-specific libraries.

Edit: By the way, you might be interested in looking at this comparison table. The guy was using pyglet too.

Source Link
CeeJay
  • 1.6k
  • 14
  • 14

Some Options for Python:

The bad news is that, as far as I can tell, you can't create binaries for a platform from another platform. The reason seems to be dependencies on platform-specific libraries.