Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.06; 'received:internal': 0.09; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'subject:library': 0.16; 'files.': 0.16; 'proprietary': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'thu,': 0.19; 'header:In-Reply- To:1': 0.27; 'tried': 0.27; 'michael': 0.29; 'dec': 0.30; 'anyone': 0.31; 'could': 0.34; 'received:66': 0.35; 'point.': 0.35; 'but': 0.35; 'received:10': 0.37; 'thank': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'easy': 0.60; 'from:no real name:2**0': 0.61; 'took': 0.61; 'header:Message- Id:1': 0.63; 'such': 0.63; 'skip:n 10': 0.64; 'our': 0.64; 'minutes': 0.67; 'results': 0.69; 'sue': 0.84; '2013,': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date:in-reply-to:references; s=mesmtp; bh= Cwsi/Faumgt+wGxb2GX6Bk2whfI=; b=gqImCjjen8+Hdd0QI9Yga0qIF0JKtC8r 3feGBLnnCgxNjNvoZznz7izeU+cUq7ac/UtHssPPCJJJ8yQMRA7RH6eQETzS24VL TSJZRl22KLQ1NwhKwAlxt4HYDwpA7kzCCir5Kv44O4jkpsQxBXwFFXbFGdru19dy ks1gwrxxcdk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=Cwsi/Faumgt+wGxb2GX6Bk2whfI=; b=Rfj5F QOEiXnXaqmOD9Iq3EpIvhcBOw+ZgMwNYhC4ey8JOJz0zeaLUpsVzssAvoRel8I6D yi4qExpwB3cf7f9JjZ8fQ7dYgLkVAPzhsObHZFz5f+bc0t6tNEvJ5l5gqKUn2Y7V W/AFEow5Y2WDOr+SpyUT58hlVgH0rE6kux+5yY= X-Sasl-Enc: wfOeGOw8Ll1yZ5DfcEh5HKU4BR9y8fx/HzsLc7gmh8Do 1386258765 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-c99dcdd8 Subject: Re: Packaging a proprietary Python library for multiple OSs Date: Thu, 05 Dec 2013 10:52:45 -0500 In-Reply-To: <6c283680-20b7-49c5-9b1e-50680e2118a0@googlegroups.com> References: <58d49c5b-c837-4dac-b764-369fea02568c@googlegroups.com> <6c283680-20b7-49c5-9b1e-50680e2118a0@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386258767 news.xs4all.nl 2839 [2001:888:2000:d::a6]:49244 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61095 On Thu, Dec 5, 2013, at 10:49, Michael Herrmann wrote: > Very interesting point. Thank you very much for pointing out uncompyle. I > had always known that it was easy to decompile .pyc files, but hadn't > imagined it to be that easy. I just tried uncompyle with some of our > proprietary .pyc files. It took 5 minutes to set up and the results are > near-perfect. Scary... :-S We might have to look into tools such as > http://www.bitboost.com/#Python_obfuscator to obfuscate our code. Or you could just sue anyone who steals your code.