Py2exe... & hiding propritary stuff in the exe

Dave Brueck dave at pythonapocrypha.com
Tue Feb 17 14:15:34 EST 2004


Will wrote:
> For example, if I have a propritary graphic/slide and/or short propritary
> video that I don't want to be a 'standalone' file... like a jpg or mov or
> whatever... as I don't want people to be able to re-distribute the proteray
> graphic/movie files w/o my application... will Py2exe or some other tool or
> method bury those some way... like keeping them as data in the exe file?

How will that proprietary media be used? I ask because once you go to view it,
won't it be completely open and available to the user anyway? (if it's a jpg,
then the user could just take a screen shot of it, and if it's a movie, then
you either have to make it available on the filesystem so the video player can
play it, or go through the non-trivial tasks of streaming the data to the
player, in which case the player's own DRM scheme may be better as true media
access control requires integration with the media sink or player, and not just
the transport).

-Dave





More information about the Python-list mailing list