RE: python and obviscation with package distribution?

  • From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 20 Apr 2009 21:34:47 -0400


I agree totally I just wanted him to know all his possibilities.  Sometimes
the pyc or in the Braille plus'es case the pyo files are best that way you
don't' have to add extra size to your executable.  I think you can even use
the PYC files on the Nokia.

Ken

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Nick Stockton
Sent: Monday, April 20, 2009 5:05 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: python and obviscation with package distribution?

distributing the .pyc files is OK for linux and Mac but for windows py2exe 
is good to use as then your users don't have to have python installed in 
order to use the program.
linux and Mac users should already have python installed though so the pyc 
files would be good for them to use.

Nick Stockton
----- Original Message ----- 
From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Sunday, April 19, 2009 9:11 PM
Subject: RE: python and obviscation with package distribution?


>
>
> You don't have to use py.exe all though it will work and be the simplest.
> Just for your knowledge you can compile the source to a .pyo or a pyc 
> file.
> If you look in your directory after you have run your project you will 
> find
> those files.  Those are the only files you must have in the program unless
> of course as you have dll's they will need.
>
> Ken
>
> -----Original Message-----
> From: programmingblind-bounce@xxxxxxxxxxxxx
> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of tuukka Ojala
> Sent: Sunday, April 19, 2009 11:40 AM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: python and obviscation with package distribution?
>
> Hello
>
> Tyler Littlefield wrote:
>> I've got a couple questions.
>> First, I want to distribute a program I'm working on in python;
>> though I don't want to release the source, not just yet, anyway.
>> Any possible way to do this?
>
> I think py2exe should do the job.
>
>> Second, this program will probably need the pywin package, as well as
>> twisted. Is there an easy way to distribute these with the installer?
>
> When you compile your python source to exe all the required dependencies
> should be included automatically.
>
> Hope that helps, although I'm not a python programmer myself.
>
> -- 
> Tuukka Ojala
> tuukka.ojala@xxxxxxxxx
> skype: tuukkao
> Windows live: tuukkao@xxxxxxxxxxx
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature database 4019 (20090418) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
> 

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: