Re: python and obviscation with package distribution?

  • From: "Tyler Littlefield" <tyler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 20 Apr 2009 03:31:01 -0600

thanks. didn't know that. :p


Thanks,
Tyler Littlefield
Web: tysdomain.com
email: tyler@xxxxxxxxxxxxx
My programs don't have bugs, they're called randomly added features.

----- Original Message ----- From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Sunday, April 19, 2009 10: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


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

Other related posts: