hide sourcecode

Pieter Claerhout Pieter.Claerhout at Creo.com
Fri Feb 6 03:02:01 EST 2004


That's something non obvious if you for example try to make a commercial
application using Python... It's not because the language is open source
that it automatically means the applications should all be open source as
well...

pieter

Creo
pieter claerhout | product support prinergy | tel: +32 2 352 2511 |
pieter.claerhout at creo.com | www.creo.com

IMAGINE CREATE BELIEVE(tm)


-----Original Message-----
From: pythonguy at Hotpop.com [mailto:pythonguy at Hotpop.com] 
Sent: 06 February 2004 08:51
To: python-list at python.org
Subject: Re: hide sourcecode


In a lighter vein, why do you want to hide your
python source code? Python is an 'open source' language
so I advise you to share your source code with us :-)

-Anand

Josiah Carlson <jcarlson at nospam.uci.edu> wrote in message
news:<bvu6m3$cg1$1 at news.service.uci.edu>...
> > I don't know about Windows, but on Unix you can create a script with
> > permissions 700 and create a small setuid program executing this script.
> > 
> > Don't know whether Windows has such useful things though, probably not
:-P
> 
> I've never used setuid, but I would imagine that it works as the name 
> suggests, it sets the user id of the process.  Which would allow you to 
> run the script with Python, but not read the source.
> 
> There is likely a nontrivial set of methods and system calls where a 
> script could use the 'run as' service in windows to do a similar thing, 
> but I wouldn't want to write it.
> 
>   - Josiah
-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list