On Mar 30, 6:42 pm, iu2 <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I'd like to use Python in a commercial application. In fact I would
> like to write the application entirely in Python.
> But I think I wouldn't like telling what language the application is
> written in.

Why is the reason for that?

> The problem is that including Python's license in the binary, which as
> I understand is a must do,  reveals that the appliation is based on
> Python.
>
> I'll appreciate your advices about this
> Thanks
> iu2

You can just include it since most users never mess through their
program files and most users doesn't even know what Python is, while
advanced users could guess that you use Python by seeing the file
extension being used (py, pyc, pyo).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to