Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #104918

Is there a way to create a shared object file using PyInstaller?

Newsgroups comp.lang.python
Date 2016-03-14 22:35 -0700
Message-ID <570f76f8-1e4a-421f-b1ff-4fba72f06a56@googlegroups.com> (permalink)
Subject Is there a way to create a shared object file using PyInstaller?
From Swanand Pashankar <swanand.pashankar@gmail.com>

Show all headers | View raw


Is there a way we can use PyInstaller to create .so file? I don't wish to fork (from my C code) just to call a function in a Python file. Embedding a Python file in C code works, but it exposes your Python script. Didn't find any free fool-proof way to obfuscate Python code either.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Is there a way to create a shared object file using PyInstaller? Swanand Pashankar <swanand.pashankar@gmail.com> - 2016-03-14 22:35 -0700
  Obfuscating Python code (was: Is there a way to create a shared object file using PyInstaller?) Ben Finney <ben+python@benfinney.id.au> - 2016-03-15 16:45 +1100
    Re: Obfuscating Python code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-15 19:59 +0100
      Re: Obfuscating Python code Chris Angelico <rosuav@gmail.com> - 2016-03-16 07:31 +1100
        Re: Obfuscating Python code Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-15 22:51 +0100
          Re: Obfuscating Python code Daniel Wilcox <dmw@yubasolutions.com> - 2016-03-15 23:40 -0700
      Re: Obfuscating Python code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-03-16 18:04 +1100
        Re: Obfuscating Python code Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-16 07:55 -0400

csiph-web