7:28 AM
To: 'Eryk Sun'
Cc: python-list@python.org
Subject: RE: Windows installer from python source code without access to
source code
Is this what you'd recommend doing when distributing a cython-generated code
compiled with cl. I want to distribute this in a windows or other o
MRAB wrote:
On 2023-04-06 23:14, Jim Schwartz wrote:
Could someone please help Carlos? I’m not sure how to answer his
question
Sent from my iPhone
On Apr 6, 2023, at 3:53 PM, Carlos Fulqueris
wrote:
Hello Jim,
How can I unsubscribe to this email list?
: 'python-list@python.org'
Subject: RE: Windows installer from python source code without access to source
code
Yea, thanks a lot. That makes sense. I was testing it on my development
environment and got it to work that way, but I need to package it and test it
on my dual boot "user&
From: Eryk Sun
Sent: Thursday, April 6, 2023 8:06 PM
To: Jim Schwartz
Cc: python-list@python.org
Subject: Re: Windows installer from python source code without access to source
code
On 4/6/23, Jim Schwartz wrote:
> Never mind. I found it on the web. I needed to point my PYTHONPATH
&
On 4/6/23, Jim Schwartz wrote:
> Never mind. I found it on the web. I needed to point my PYTHONPATH to
> sitepackages:
In most cases an application should be isolated from PYTHON*
environment variables. If you're creating a Python application or
embedding Python in an application, use the embed
'
Cc: python-list@python.org
Subject: RE: Windows installer from python source code without access to source
code
I downloaded VS community 2022 and I know how to access the developer command
prompt. I'm using the one called x64 Native Tools Command Prompt for VS 2022
I ran a comman
On 2023-04-06 23:14, Jim Schwartz wrote:
Could someone please help Carlos? I’m not sure how to answer his
question
Sent from my iPhone
On Apr 6, 2023, at 3:53 PM, Carlos Fulqueris wrote:
Hello Jim,
How can I unsubscribe to this email list?
I'm wait
arrys-emacs.org>
Sent: Tuesday, April 4, 2023 1:25 PM
To: Jim Schwartz <[3]jsch...@sbcglobal.net>
Cc: Eryk Sun <[4]eryk...@gmail.com>; [5]python-list@python.org
Subject: Re: Windows installer from python source code without access
to source cod
4, 2023 1:25 PM
To: Jim Schwartz
Cc: Eryk Sun ; python-list@python.org
Subject: Re: Windows installer from python source code without access to source
code
> On 4 Apr 2023, at 16:28, Jim Schwartz wrote:
>
> Where can I download that cl program? I've used gcc before, but I hear
o C++.
Once you have that installed there are bat files that setup environment in the
terminal.
Then you can use cl, nmake etc
Barry
>
> -Original Message-
> From: Eryk Sun
> Sent: Friday, March 31, 2023 12:55 PM
> To: Jim Schwartz
> Cc: python-list@python.org
> S
z
Cc: python-list@python.org
Subject: Re: Windows installer from python source code without access to source
code
On 3/31/23, Jim Schwartz wrote:
> I want a windows installer to install my application that's written in
> python, but I don't want the end user to have access to my sou
On 4/1/2023 5:24 AM, Jim Schwartz wrote:
I am writing an app but I’m not sure I’ll sell it yet. I have it in a private
GitHub location and GitHub prompts me for a license. I don’t really understand
licenses so I just picked Apache 2.0. Maybe I’m going too far with my worry
about which license
On Sat, 1 Apr 2023 at 20:24, Jim Schwartz wrote:
>
> I am writing an app but I’m not sure I’ll sell it yet. I have it in a private
> GitHub location and GitHub prompts me for a license. I don’t really
> understand licenses so I just picked Apache 2.0. Maybe I’m going too far with
> my worry abo
I am writing an app but I’m not sure I’ll sell it yet. I have it in a private
GitHub location and GitHub prompts me for a license. I don’t really understand
licenses so I just picked Apache 2.0. Maybe I’m going too far with my worry
about which license I pick. I’m not selling it now so it doesn’
On Sat, 1 Apr 2023 at 13:16, <2qdxy4rzwzuui...@potatochowder.com> wrote:
>
> On 2023-04-01 at 10:49:18 +1100,
> Chris Angelico wrote:
>
> > [...] I don't have access to the Gmail source code but I'm using the
> > service [...]
>
> You have access to Gmail's front end source code. Your web browser
On 2023-04-01 at 10:49:18 +1100,
Chris Angelico wrote:
> [...] I don't have access to the Gmail source code but I'm using the
> service [...]
You have access to Gmail's front end source code. Your web browser runs
it every time you use the service (and probably while you aren't using
the servic
On Sat, 1 Apr 2023 at 10:34, Jim Schwartz wrote:
>
> Yea. You’re right. I probably need a lawyer someday. Thanks.
>
If your needs are basic, you shouldn't need a lawyer. Copyright law
and treaties DO protect you. But it's important to be aware that no
amount of legal protection - whether you hire
r who
> practices in this field.
>
>
>> -Original Message-
>> From: Python-list On
>> Behalf Of Chris Angelico
>> Sent: Friday, March 31, 2023 7:09 AM
>> To: python-list@python.org
>> Subject: Re: Windows installer from python source code with
phone apps
developers include with their apps. And it would be good to consult a
lawyer who practices in this field.
-Original Message-
From: Python-list On
Behalf Of Chris Angelico
Sent: Friday, March 31, 2023 7:09 AM
To: python-list@python.org
Subject: Re: Windows installer from python s
What license do I have to choose so people can't use my code? I don't know
this stuff.
-Original Message-
From: Python-list On
Behalf Of Chris Angelico
Sent: Friday, March 31, 2023 7:09 AM
To: python-list@python.org
Subject: Re: Windows installer from python source code with
On 3/31/23, Jim Schwartz wrote:
> I want a windows installer to install my application that's written in
> python, but I don't want the end user to have access to my source code.
Cython can compile a script to C source code for a module or
executable (--embed). The source can be compiled and link
On 31/03/2023 13:00, Jim Schwartz wrote:
> I want a windows installer to install my application that's written in
> python, but I don't want the end user to have access to my source code.
Others have commented that at some level it will always be thre but on a
more pragmatic level tools like py2
On 3/31/2023 10:14 AM, jkn wrote:
On Friday, March 31, 2023 at 1:09:12 PM UTC+1, Chris Angelico wrote:
On Fri, 31 Mar 2023 at 23:01, Jim Schwartz wrote:
I want a windows installer to install my application that's written in
python, but I don't want the end user to have access to my source cod
On Friday, March 31, 2023 at 1:09:12 PM UTC+1, Chris Angelico wrote:
> On Fri, 31 Mar 2023 at 23:01, Jim Schwartz wrote:
> >
> > I want a windows installer to install my application that's written in
> > python, but I don't want the end user to have access to my source code.
> >
> >
> >
> >
On Fri, 31 Mar 2023 at 23:01, Jim Schwartz wrote:
>
> I want a windows installer to install my application that's written in
> python, but I don't want the end user to have access to my source code.
>
>
>
> Is that possible using python? I was using cx-freeze, but that has the
> source code avail
25 matches
Mail list logo