Re: pyinstaller is not a internal or external command

2022-04-05 Thread Dennis Lee Bieber
On Mon, 4 Apr 2022 15:28:22 -0400, Andrew Pierson
 declaimed the following:

>   I ran pip install pyinstaller fine but after then I type in pyinstaller
>   and it says pyinstaller is not a internal or external command
>

Per the documentation
https://pyinstaller.readthedocs.io/en/stable/installation.html
"""
If the command is not found, make sure the execution path includes the
proper directory:

Windows: C:\PythonXY\Scripts where XY stands for the major and minor
Python version number, for example C:\Python34\Scripts for Python 3.4)
"""

A second possibility is that your environment is not configured to
recognize .PY files as executables.


-- 
Wulfraed Dennis Lee Bieber AF6VN
wlfr...@ix.netcom.comhttp://wlfraed.microdiversity.freeddns.org/
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: The Cython compiler is 20 years old today !

2022-04-05 Thread MRAB

On 2022-04-05 04:47, Dan Stromberg wrote:

On Mon, Apr 4, 2022 at 7:42 AM Stefan Behnel  wrote:


Dear Python community,

it's now 20 years since Greg Ewing posted his first announcement of Pyrex,
the tool that is now known and used under the name Cython.

https://mail.python.org/pipermail/python-list/2002-April/126661.html



That's a cool anniversary.

I often shake my head in wonder when I see people still writing extension
modules in C instead of Cython.


Some of us do it because we enjoy it, much like doing crosswords or 
sudoku or wordle, but with an end result! :-)

--
https://mail.python.org/mailman/listinfo/python-list