Re: problem downloading python

2022-09-14 Thread Dennis Lee Bieber
On Wed, 14 Sep 2022 11:42:39 +0200, "carlharrison"
 declaimed the following:

>I am working on a PC with windows 10 and use Eset internet security. I have
>tried downloading  python 3.10.7 for windows. Using a tutorial I see that a
>checkbox should appear called "Add python 3/7 to path" but this does not
>appear whichever version I try to download. I wondered if Eset was stopping
>this somehow and tried it with Eset switched off but the result is the same.
>Can you help?

Download from where? (There are a number of distributions available,
including ones in the M$ "app" store, Visual Studio, etc.)

"Add Python..." is a step when RUNNING the installer. It should not
appear when DOWNLOADING the installer.

The general sequence is:

Download the installer file for the distribution.

RUN the installer program to install Python (and any other stuff
the distribution includes)

Hide the installer program/icons -- since they do NOT run Python
itself. Pure Python is run from a command line/shell interface; it is NOT a
graphical IDE.


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


Re: problem downloading python

2022-09-14 Thread Lars Liedtke

Hello and welcome,

Sadly I don't know about Eset internet security, or why you do not get the 
choice of letting the installer do that, but you could try to add Python 
manually to your PATH like it is described in 
https://www.geeksforgeeks.org/how-to-add-python-to-windows-path/ .

But maybe some more windows savvy people than me might chime in to offer better 
advice ;-) .

Cheers

Lars


Lars Liedtke
Software Entwickler

[Tel.]
[Fax]   +49 721 98993-
[E-Mail]l...@solute.de<mailto:l...@solute.de>


solute GmbH
Zeppelinstraße 15
76185 Karlsruhe
Germany


[Logo Solute]


Marken der solute GmbH | brands of solute GmbH
[Marken]
[Advertising Partner]

Geschäftsführer | Managing Director: Dr. Thilo Gans, Bernd Vermaaten
Webseite | www.solute.de <http://www.solute.de/>
Sitz | Registered Office: Karlsruhe
Registergericht | Register Court: Amtsgericht Mannheim
Registernummer | Register No.: HRB 110579
USt-ID | VAT ID: DE234663798



Informationen zum Datenschutz | Information about privacy policy
https://www.solute.de/ger/datenschutz/grundsaetze-der-datenverarbeitung.php




Am 14.09.22 um 11:42 schrieb carlharrison:

Dear Sir or Madam,

I am working on a PC with windows 10 and use Eset internet security. I have
tried downloading  python 3.10.7 for windows. Using a tutorial I see that a
checkbox should appear called "Add python 3/7 to path" but this does not
appear whichever version I try to download. I wondered if Eset was stopping
this somehow and tried it with Eset switched off but the result is the same.
Can you help?

Best regards,

Carl Harrison.




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


problem downloading python

2022-09-14 Thread carlharrison
Dear Sir or Madam,

I am working on a PC with windows 10 and use Eset internet security. I have
tried downloading  python 3.10.7 for windows. Using a tutorial I see that a
checkbox should appear called "Add python 3/7 to path" but this does not
appear whichever version I try to download. I wondered if Eset was stopping
this somehow and tried it with Eset switched off but the result is the same.
Can you help?

Best regards,

Carl Harrison.

 

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


[issue210871] problem downloading python (PR#99)

2022-04-10 Thread admin


Change by admin :


___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue210871] problem downloading python (PR#99)

2022-04-10 Thread admin


Change by admin :


--
github: None -> 32869

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



Re: ERROR IN DOWNLOADING PYTHON

2022-02-15 Thread Eryk Sun
On 2/15/22, 11_Anindita Das_BCA  wrote:
>
> I have downloaded the latest 3.10.2 version of python for my 64×64 bit
> laptop but I'm unable to work on it as my system is showing that
> api-ms-win-crt-runtime-l1-1-0-dll is missing but it's not the case as i
> have also downloaded this file.

I guess that you're using Windows 7 since Windows 10+ includes the
Universal C Runtime (ucrt) as a required system component, for which
"api-ms-win-crt-runtime-l1-1-0-dll" is a virtual API set (mapped to
ucrtbase.dll), which can never be missing, and since Windows 8.1 is
relatively uncommon (2-3% of installations).

Python 3.10 requires Windows 8.1 and above. If you're using Windows 7,
you should be able to install and use Python 3.8.10:

https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe

If you need to install ucrt, here's the link for the update that was
released in 2016:

https://support.microsoft.com/kb/3118401
-- 
https://mail.python.org/mailman/listinfo/python-list


ERROR IN DOWNLOADING PYTHON

2022-02-15 Thread 11_Anindita Das_BCA
Dear Sir/Mam
I have downloaded the latest 3.10.2 version of python for my 64×64 bit
laptop but I'm unable to work on it as my system is showing that
api-ms-win-crt-runtime-l1-1-0-dll is missing but it's not the case as i
have also downloaded this file.
Please let me know what should be my immediate step.
Looking forward to an early response from you
Yours Sincerely
Anindita Das
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Trouble downloading Python

2022-01-18 Thread Dennis Lee Bieber
On Tue, 18 Jan 2022 15:15:43 + (UTC), Renda Saptoe
 declaimed the following:

>Good day,
>I am experiencing issues trying to download Python. I would please need some 
>assistance to help download the progam to my laptop.

Insufficient information (you've given the equivalent of "my arm hurts"
without stating which arm, where it hurts, and the nature of the pain; a
big difference between "it was caught in a door jamb" and "a chainsaw cut
it off").

Where are you downloading from (the URL might be of use), which version
(if there are more than one version at that URL). WHAT OS! For Linux it is
often easiest to just use the distribution package manager to
install/upgrade Python.

What happens when you run the downloaded file? How are you trying to
run Python?

What happens if you open up a command shell and enter just Python (or,
for safety python3, since you shouldn't even be looking at python 2.x but
some Linux distributions still use 2.x for there own uses)

-=-=-=-
Microsoft Windows [Version 10.0.19041.1415]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Wulfraed>python3
Python ActivePython 3.8.2 (ActiveState Software Inc.) based on
 on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

wulfraed@ElusiveUnicorn:~$ python3
Python 3.7.3 (default, Jan 22 2021, 20:04:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
-=-=-=-

Python is not a development environment. It is a compiler/interpreter
for files containing Python source code, normally run from a command shell.
Many installations do include a Tkinter-based program called IDLE which can
be run if one really needs an IDE -- though there are many third-party IDEs
for Python which may be better.


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


Trouble downloading Python

2022-01-18 Thread Renda Saptoe via Python-list
Good day,
I am experiencing issues trying to download Python. I would please need some 
assistance to help download the progam to my laptop.

Kind regards
Renda


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


Re: Question - problem downloading Python

2021-01-14 Thread Barry Scott



> On 14 Jan 2021, at 06:52, christine tiscareno  wrote:
> 
> I installed in my lap-top your latest version of Python (3.9.1), yet when I
> go to cmd.exe   to check,  I get that I have Python 22.7.17 ???
> 
> Why? What should I do to get the latest version?
> 
>  I tried going back to fix problems and it does not fix it, that is how I
> got your email.
> 
> How can I get the latest Python version (3.9.1), instead of what I'm
> getting (22.7.17)?


I assume you typed "python".

And I assume that it is because you have python 2.7.17 installed and its on
your PATH.

To run python 3.9.1 do this in cmd.exe

py -3.9

It is also likely that just typing "py" will run python 3.9.1.
Typing "py -2" will run python 2.

Run this to find all the versions of python that you have available:

py -0

Barry

> 
> Thank you for your time.
> 
> -- 
> Kind regards, Christine Tiscareno
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 

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


Re: Question - problem downloading Python

2021-01-14 Thread vincent . vandevyvre
On 14/01/21 07:52, Christine Tiscareno wrote:
>I installed in my lap-top your latest version of Python (3.9.1), yet when I
>go to cmd.exe   to check,  I get that I have Python 22.7.17 ???
>
>Why? What should I do to get the latest version?

>  I tried going back to fix problems and it does not fix it, that is how I
>got your email.

>How can I get the latest Python version (3.9.1), instead of what I'm
>getting (22.7.17)?

>Thank you for your time.

Please, copy-paste all the content of your terminal (I presume this is wht you 
name cmd.exe).

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


Question - problem downloading Python

2021-01-14 Thread christine tiscareno
I installed in my lap-top your latest version of Python (3.9.1), yet when I
go to cmd.exe   to check,  I get that I have Python 22.7.17 ???

Why? What should I do to get the latest version?

  I tried going back to fix problems and it does not fix it, that is how I
got your email.

How can I get the latest Python version (3.9.1), instead of what I'm
getting (22.7.17)?

Thank you for your time.

-- 
Kind regards, Christine Tiscareno
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Downloading Python

2020-08-02 Thread OmPs
It's quite possible you have a version mismatch. Try installing python 3.8
first.

BtW, before the would you like to check what version python command reports.

Sorry for top post.  I am sending from my phone and bottom post pretty
confusing here.

On Mon, Aug 3, 2020, 00:56 Eryk Sun  wrote:

> On 8/1/20, MRAB  wrote:
> > On 2020-08-01 21:58, Barry wrote:
> >> On 31-7-2020 22:10, Tanmay Shah wrote:
> >>>
> >>> After downloading Python 3.8.5 IDLE, an error message popped up,
> >>> saying the code execution cannot proceed because python38.dll was
> >>> not found. What should I do in order to use the Python interpreter?
> >>
> >> I have never had to reboot windows when installing python.
> >> Was I lucky?
> >
> > No. I've never had a problem with it either.
>
> I don't know what "[a]fter downloading Python 3.8.5 IDLE" means to the
> OP. For a successful installation of Python 3.8 using an "executable"
> or "web-based" installer from python.org [1], the file "python38.dll"
> will be installed in the same directory as python.exe and will thus
> always be found.
>
> [1] https://www.python.org/downloads/release/python-385
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Downloading Python

2020-08-02 Thread Eryk Sun
On 8/1/20, MRAB  wrote:
> On 2020-08-01 21:58, Barry wrote:
>> On 31-7-2020 22:10, Tanmay Shah wrote:
>>>
>>> After downloading Python 3.8.5 IDLE, an error message popped up,
>>> saying the code execution cannot proceed because python38.dll was
>>> not found. What should I do in order to use the Python interpreter?
>>
>> I have never had to reboot windows when installing python.
>> Was I lucky?
>
> No. I've never had a problem with it either.

I don't know what "[a]fter downloading Python 3.8.5 IDLE" means to the
OP. For a successful installation of Python 3.8 using an "executable"
or "web-based" installer from python.org [1], the file "python38.dll"
will be installed in the same directory as python.exe and will thus
always be found.

[1] https://www.python.org/downloads/release/python-385
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Downloading Python

2020-08-01 Thread MRAB

On 2020-08-01 21:58, Barry wrote:



On 1 Aug 2020, at 15:16, Luuk  wrote:



On 31-7-2020 22:10, Tanmay Shah wrote:
Hello to whoever this may concern,

After downloading Python 3.8.5 IDLE, an error message popped up, saying
the code execution cannot proceed because python38.dll was not found. What
should I do in order to use the Python interpreter?


I have never had to reboot windows when installing python.
Was I lucky?


No. I've never had a problem with it either.




Thank you!



It's WIndows, did you try to reboot ?

It seems to solve a lot of problems, on Windows


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


Re: Downloading Python

2020-08-01 Thread Barry


> On 1 Aug 2020, at 15:16, Luuk  wrote:
> 
> 
>> On 31-7-2020 22:10, Tanmay Shah wrote:
>> Hello to whoever this may concern,
>> 
>> After downloading Python 3.8.5 IDLE, an error message popped up, saying
>> the code execution cannot proceed because python38.dll was not found. What
>> should I do in order to use the Python interpreter?

I have never had to reboot windows when installing python.
Was I lucky?

Barry

>> 
>> Thank you!
> 
> 
> It's WIndows, did you try to reboot ?
> 
> It seems to solve a lot of problems, on Windows
> 
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 

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


Re: Downloading Python

2020-08-01 Thread Bischoop
On 2020-07-31, Stefan Ram  wrote:
>
>   Don't download just IDLE in isolation.
>
>   Instead download Python 3.8 from www.python.org/downloads
>   and properly install it following the installation
>   instructions for your operating system.
>
>   This will then include IDLE.
>
>

He's right.

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


Re: Downloading Python

2020-08-01 Thread Luuk



On 31-7-2020 22:10, Tanmay Shah wrote:

Hello to whoever this may concern,

After downloading Python 3.8.5 IDLE, an error message popped up, saying
the code execution cannot proceed because python38.dll was not found. What
should I do in order to use the Python interpreter?

Thank you!



It's WIndows, did you try to reboot ?

It seems to solve a lot of problems, on Windows

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


Downloading Python

2020-07-31 Thread Tanmay Shah
Hello to whoever this may concern,

After downloading Python 3.8.5 IDLE, an error message popped up, saying
the code execution cannot proceed because python38.dll was not found. What
should I do in order to use the Python interpreter?

Thank you!
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Issues in downloading python

2020-07-17 Thread dn via Python-list

On 17/07/20 7:22 PM, Shanmika Sugavaneswaran wrote:

Though I install the setup , I couldn’t find Python in my system . I don’t know 
what cause the problem. Please help me!


Please advise if the answer is not already covered in 
https://docs.python.org/dev/using/windows.html

--
Regards =dn
--
https://mail.python.org/mailman/listinfo/python-list


Re: Issues in downloading python

2020-07-17 Thread Mats Wichmann
On 7/17/20 11:09 AM, Abhiram R wrote:
> It's most likely because you haven't added Python to your environment PATH
> variable.
> 
> The easiest path forward is to uninstall it from Applications and then when
> you reinstall, tick the option on the bottom of the first splash screen of
> the installer. It will add Python to your PATH variable automatically and
> you should be able to access it from CMD after that.
> 
> Regards
> Abhiram R 

The Python Launcher exists for this purpose.  Otherwise, as Abhiram
notes, you have to add to PATH, which on Windows is a bit of an
irritant, because that path entry will change as the Python version
changes (e.g. when you change from 3.8 to 3.9 you'll have a different
default path location). Try locating Python by using the command

py

in a command shell (or in PowerShell).


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


Re: Issues in downloading python

2020-07-17 Thread Daley Okuwa via Python-list
 on linux or windows
On Friday, 17 July 2020, 17:57:01 BST, Shanmika Sugavaneswaran 
 wrote:  
 
 Though I install the setup , I couldn’t find Python in my system . I don’t 
know what cause the problem. Please help me!



Sent from Mail for Windows 10

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


Re: Issues in downloading python

2020-07-17 Thread Abhiram R
It's most likely because you haven't added Python to your environment PATH
variable.

The easiest path forward is to uninstall it from Applications and then when
you reinstall, tick the option on the bottom of the first splash screen of
the installer. It will add Python to your PATH variable automatically and
you should be able to access it from CMD after that.

Regards
Abhiram R 

On Fri, Jul 17, 2020 at 10:28 PM Shanmika Sugavaneswaran <
shanmisugu8...@outlook.com> wrote:

> Though I install the setup , I couldn’t find Python in my system . I don’t
> know what cause the problem. Please help me!
>
>
>
> Sent from Mail for
> Windows 10
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>


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


Issues in downloading python

2020-07-17 Thread Shanmika Sugavaneswaran
Though I install the setup , I couldn’t find Python in my system . I don’t know 
what cause the problem. Please help me!



Sent from Mail for Windows 10

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


Re: Trouble Downloading Python and Numpy

2019-05-29 Thread Shakti Kumar
On Wed, 29 May 2019 at 9:38 PM Shakti Kumar 
wrote:

>
>
> On Wed, 29 May 2019 at 9:29 PM Contreras, Brian J 
> wrote:
>
>> Good Morning,
>>
>> I am a research student at the Georgia Institute of Technology. I have
>> made multiple attempts to download different versions of Python with Numpy
>> on my Microsoft Surface Book with no success.
>>
>
> Since you need numpy and as a grad student too, I'll strongly suggest you
> to look for "installing anaconda on Windows". It's GUI based installation
> would be a good start especially for people who are struggling with python
> installations on windows.
>

Forgot to mention this,
Anaconda comes prepackaged with numpy, pandas, scripy and other data
analysis libs. So you won't need to pip/conda install them separately


>
>> (Clipped for brevity)
>
>
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
> --
> Sent from Shakti’s iPhone
>
-- 
Sent from Shakti’s iPhone
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Trouble Downloading Python and Numpy

2019-05-29 Thread Shakti Kumar
On Wed, 29 May 2019 at 9:29 PM Contreras, Brian J 
wrote:

> Good Morning,
>
> I am a research student at the Georgia Institute of Technology. I have
> made multiple attempts to download different versions of Python with Numpy
> on my Microsoft Surface Book with no success.
>

Since you need numpy and as a grad student too, I'll strongly suggest you
to look for "installing anaconda on Windows". It's GUI based installation
would be a good start especially for people who are struggling with python
installations on windows.


> (Clipped for brevity)
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
Sent from Shakti’s iPhone
-- 
https://mail.python.org/mailman/listinfo/python-list


Trouble Downloading Python and Numpy

2019-05-29 Thread Contreras, Brian J
Good Morning,

I am a research student at the Georgia Institute of Technology. I have made 
multiple attempts to download different versions of Python with Numpy on my 
Microsoft Surface Book with no success.

I ensured that I have space for the program and the latest windows 10 update, I 
still am unable to open any python files or write code within the program. I 
was told by a colleague that I may need a python path environmental variable, 
but I have not found asite that provides this.

If I could get some support with the download I would greatly appreciate it.

Warm Regards,

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


RE: EXTERNAL: downloading python 3.6.0 with pygame

2017-05-02 Thread Joaquin Henriquez
>please i need tour help,how can i download python 3.6.0 together with
>pygame?

Dwnload and install python 3.6 and then with the pip module
- pip install pygame

You can also download pygame from pypi and install it manually. 
-- 
https://mail.python.org/mailman/listinfo/python-list


downloading python 3.6.0 with pygame

2017-05-02 Thread tamale JIMMY
please i need tour help,how can i download python 3.6.0 together with
pygame?
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Issues downloading python.

2017-04-07 Thread mm0fmf

On 07/04/2017 15:57, Brandon Mace wrote:

I have downloaded python onto a DELL laptop, but it will not run. I have
tried to install it multiple times but each time it does not work so I try
again. This time it has come up with a system error and that "The program
can't start because api-ms-win-crt-runtime-[1-1-0.dlll is missing"
What can I do to make the program run?



Install the missing file.

https://support.microsoft.com/en-us/kb/2999226
--
https://mail.python.org/mailman/listinfo/python-list


Issues downloading python.

2017-04-07 Thread Brandon Mace
I have downloaded python onto a DELL laptop, but it will not run. I have
tried to install it multiple times but each time it does not work so I try
again. This time it has come up with a system error and that "The program
can't start because api-ms-win-crt-runtime-[1-1-0.dlll is missing"
What can I do to make the program run?
-- 
https://mail.python.org/mailman/listinfo/python-list


Downloading Python

2015-10-06 Thread Sharon MOrine
Hello:
Can you please tell me how to download python 3.4.2 (or .3)?   I am new to 
programming and the website is confusing and my eyesight isn't that great.  
Thanks!
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Re: Downloading Python

2015-10-06 Thread Tom Hodder
Hi Sharon,

> Sharon MOrine <sharonmorine2...@gmail.com> wrote:
> I am new to programming and the website is confusing and my eyesight
isn't that great.

Welcome to Python!

Announcement mailing lists, like this one, are typically used by python
package maintainers to publicize the availability of new versions of their
software. You could consider it much like a Tannoy system, it is loud,
everyone can hear it, but it is not used very often.

If you are a total beginner, then I would recommend starting with; Python
For Beginners <https://www.python.org/about/gettingstarted/>, really there
is no substitute for ploughing through the introductory documentation.

> Can you please tell me how to download python 3.4.2 (or .3)?

There is a guide to downloading python in the wiki, Downloading Python
<https://wiki.python.org/moin/BeginnersGuide/Download>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Downloading Python

2015-10-06 Thread Daniel Bradburn
Hi Sharon,

Here are the links for the Python 3.4.2 downloads:

https://www.python.org/downloads/release/python-342/#download

Regards


2015-10-06 6:49 GMT+02:00 Sharon MOrine :

> Hello:
> Can you please tell me how to download python 3.4.2 (or .3)?   I am new to
> programming and the website is confusing and my eyesight isn't that great.
> Thanks!
> --
> https://mail.python.org/mailman/listinfo/python-announce-list
>
> Support the Python Software Foundation:
> http://www.python.org/psf/donations/
>
-- 
https://mail.python.org/mailman/listinfo/python-list


[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-27 Thread Larry Hastings

Larry Hastings added the comment:

This is part of the release process.  3.4.3 was fine last I checked, so perhaps 
some wonderful automated process broke it for me.  3.5, I think I simply didn't 
upload the docs properly.

Anyway, this is my responsibility as RM for 3.4 and 3.5, so in the future if I 
slip up again please assign the bug to me.

--
assignee: docs@python - larry

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-27 Thread Larry Hastings

Larry Hastings added the comment:

I think I've got them all working now.  Please reopen if you discover new 
breakage.  (Or old breakage I guess if I didn't actually fix it...!)

--
resolution:  - fixed
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
nosy: +larry

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread Daniel

New submission from Daniel:

Via Chrome on Android 4.4.

--
assignee: docs@python
components: Documentation
messages: 236095
nosy: docs@python, stringsonfire
priority: normal
severity: normal
status: open
title: 404 Not Found when downloading Python 3.4.3rc1 Documentation
type: behavior
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread SilentGhost

SilentGhost added the comment:

This is the page: https://docs.python.org/3/download.html also true about the 
3.5 at https://docs.python.org/3.5/download.html
All the links in the table result in 404. Clearly the files are not at 
https://docs.python.org/3/archives/

--
nosy: +SilentGhost
versions: +Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread STINNER Victor

STINNER Victor added the comment:

I confirm that all links on this page lead to HTTP 404 errors:
https://docs.python.org/3/download.html

Same error for dev (3.5) version:
https://docs.python.org/dev/download.html

Python 2 doc can be downloaded:
https://docs.python.org/2/download.html

--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread Berker Peksag

Berker Peksag added the comment:

I thought this was fixed by issue 22484

--
nosy: +berker.peksag

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23471
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



Re: Can I trust downloading Python?

2013-09-11 Thread Mr. Roboto
On Saturday, September 7, 2013 9:17:46 PM UTC-4, Aaron Martin wrote:
 Hi, I am thinking about getting a software but it requires python, so that 
 brought up a few questions. Is it safe do download python, and does it come 
 with spam or advertisements? If it doesn't then should I get the latest 
 version? I mostly want to know if it is safe to download, because most of the 
 time downloading free stuff off the internet comes with spam and all that, so 
 I want to know if I can trust downloading it.

Hope others find this article helpful and relevant:

http://www.eweek.com/developer/open-source-python-code-sets-new-standard-for-quality-study.html/?kc=EWKNLEAU09102013BESTOF2dni=77668545rni=22939981

A development testing company (Coverity) reports that the core Python platform 
has a very low number of source code defects and its developers effect repairs 
to known flaws very readily, as compared to other open-source projects.  I 
can't attest to the validity of the claim (one way or the other), but it is 
something worth noting
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Can I trust downloading Python?

2013-09-10 Thread Oscar Benjamin
On 10 September 2013 01:06, Steven D'Aprano
steve+comp.lang.pyt...@pearwood.info wrote:
 On Mon, 09 Sep 2013 12:19:11 +, Fattburger wrote:

 But really, we've learned *nothing* from the viruses of the 1990s.
 Remember when we used to talk about how crazy it was to download code
 from untrusted sites on the Internet and execute it? We're still doing
 it, a hundred times a day. Every time you go on the Internet, you
 download other people's code and execute it. Javascript, Flash, HTML5,
 PDF are all either executable, or they include executable components. Now
 they're *supposed* to be sandboxed, but we've gone from don't execute
 untrusted code to let's hope my browser doesn't have any bugs that the
 untrusted code might exploit.

You could have also mentioned pip/PyPI in that. 'pip install X'
downloads and runs arbitrary code from a largely unmonitored and
uncontrolled code repository. The maintainers of PyPI can only try to
ensure that the original author of X would remain in control of what
happens and could remove a package X if it were discovered to be
malware. However they don't have anything like the resources to
monitor all the code coming in so it's essentially a system based on
trust in the authors where the only requirement to be an author is
that you have an email address. Occasionally I see the suggestion to
do 'sudo pip install X' which literally gives root permissions to
arbitrary code coming straight from the net.


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


Re: Can I trust downloading Python?

2013-09-10 Thread Tom P

On 10.09.2013 11:45, Oscar Benjamin wrote:

On 10 September 2013 01:06, Steven D'Aprano
steve+comp.lang.pyt...@pearwood.info wrote:

On Mon, 09 Sep 2013 12:19:11 +, Fattburger wrote:

But really, we've learned *nothing* from the viruses of the 1990s.
Remember when we used to talk about how crazy it was to download code
from untrusted sites on the Internet and execute it? We're still doing
it, a hundred times a day. Every time you go on the Internet, you
download other people's code and execute it. Javascript, Flash, HTML5,
PDF are all either executable, or they include executable components. Now
they're *supposed* to be sandboxed, but we've gone from don't execute
untrusted code to let's hope my browser doesn't have any bugs that the
untrusted code might exploit.


You could have also mentioned pip/PyPI in that. 'pip install X'
downloads and runs arbitrary code from a largely unmonitored and
uncontrolled code repository. The maintainers of PyPI can only try to
ensure that the original author of X would remain in control of what
happens and could remove a package X if it were discovered to be
malware. However they don't have anything like the resources to
monitor all the code coming in so it's essentially a system based on
trust in the authors where the only requirement to be an author is
that you have an email address. Occasionally I see the suggestion to
do 'sudo pip install X' which literally gives root permissions to
arbitrary code coming straight from the net.


Oscar



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


Re: Can I trust downloading Python?

2013-09-10 Thread Chris Angelico
On Tue, Sep 10, 2013 at 10:06 AM, Steven D'Aprano
steve+comp.lang.pyt...@pearwood.info wrote:
 Of course, Linux is a much
 harder target than the average unpatched Windows box, and there are
 probably easier ways to get access to your files if they really need to.

Plus Linux isn't a single target. You can search the internet for
Windows XP boxes and there's an extremely high chance they'll all be
running the same base services; when you're attacking Linux, there's a
much MUCH smaller set of common code, with most attacks being aimed at
an application - which may or may not be running on any given
computer. So there's a lot less chance that you'll be randomly
assaulted just for connecting to the internet; the attacks are most
likely to come from browsing a site that exploits a Javascript
vulnerability.

I'm not particularly bothered by the possibility of someone snooping
at what I'm doing. Oh how terrible, they'll discover that I'm just as
nerdy in private as I am in public...

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


Re: Can I trust downloading Python?

2013-09-10 Thread Steven D'Aprano
On Tue, 10 Sep 2013 10:45:16 +0100, Oscar Benjamin wrote:

 On 10 September 2013 01:06, Steven D'Aprano
 steve+comp.lang.pyt...@pearwood.info wrote:

[rant about executing code over the internet]
 
 You could have also mentioned pip/PyPI in that. 'pip install X'
 downloads and runs arbitrary code from a largely unmonitored and
 uncontrolled code repository. The maintainers of PyPI can only try to
 ensure that the original author of X would remain in control of what
 happens and could remove a package X if it were discovered to be
 malware. However they don't have anything like the resources to monitor
 all the code coming in so it's essentially a system based on trust in
 the authors where the only requirement to be an author is that you have
 an email address. Occasionally I see the suggestion to do 'sudo pip
 install X' which literally gives root permissions to arbitrary code
 coming straight from the net.

Sure, but there's a significant difference here.

If I were to run pip install foo, I'm explicitly choosing to trust that 
code. If I don't trust it, I simply don't run pip install. Merely going 
to the PyPI website for package foo doesn't run foo, nor does viewing 
the code, or even running hg update (or git) on the repository. By 
default, foo doesn't run unless I explicitly run it. pip is *fail safe* 
-- if it fails, or if I don't run it, nothing gets executed.

In contrast, if I go to foo.com, the default is everything will run. I 
have *no idea* what's going to happen until I get there. The default is 
run anything, unless explicitly turned off instead of don't run, 
unless explicitly turned on. Even if I run NoScript in my browser, or 
turn off Javascript in my browser, I'm hoping that there isn't some 
executable protocol that NoScript doesn't block, or only partially blocks 
(What do you mean web fonts contain executable code?), or maybe I 
turned Javascript back on so some other site works and forgot to turn it 
off again. Our browsers are fail unsafe -- if they fail, they can run 
untrusted code.

You can't even say well if you don't trust foo.com, don't go there 
because while foo.com itself might be trusted, they're probably selling 
advertising, and the advert itself is executable and could come from 
anyone, anywhere.

Imagine that every time you walked into a shop, the shop could instantly, 
irreversibly and silently deduct whatever amount of money from your 
credit card it liked, unless you remembered to put your credit card 
inside a metal wallet before entering the store. But most stores won't 
let you in if you do, or at least the shopping experience is painful. So 
we just hope that the store won't take advantage of that ability and rob 
us blind. That's not too far from the Internet security model.



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


Re: Can I trust downloading Python?

2013-09-10 Thread Wolfgang Keller
 Every time you go on the Internet, you download other people's code
 and execute it. Javascript, Flash, HTML5, PDF are all either
 executable, or they include executable components.

That's why I deactivate all of these by default. And why I *hate*
so-called web designers who *require* activation of such fancy flashy
nonsense gadgets.

PDF files are an exception since PDF was originally designed as a
safe subset of Postscript (postscript viruses had been demonstrated).
Now Adobe has jeopardized this by allowing embedding of Javascript in
PDF files (but that as well is deactivated by default for me).

Sincerely,

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


Re: Can I trust downloading Python?

2013-09-09 Thread Steven D'Aprano
On Mon, 09 Sep 2013 02:39:09 +1000, Chris Angelico wrote:

 On Mon, Sep 9, 2013 at 2:08 AM, Charles Hottel chot...@earthlink.net
 wrote:
 I think this article is relevant althought the code examples are not
 Python but C:

 http://cm.bell-labs.com/who/ken/trust.html
 
 That is quite true, and yet not truly helpful here :) It's like pointing
 out that we could be being fed false information, and then suggesting
 that The Matrix is technically possible. Once you start distrusting to
 that level, you become paranoid to a point that's inappropriate to all
 but the most critical situations. I'd accept and maybe even recommend
 that sort of paranoia if you're running a nuclear power station, or an
 automated weapon system capable of firing missiles that destroy the
 planet, or a bank that holds everyone's money. For the average Joe,
 there's no point panicking.
 
 Also: That hack works beautifully when there's precisely one C compiler.
 In today's world, there are many (well known ones like gcc, clang, MS
 Visual Studio (whatever the compiler from that is called), and a bunch
 of lesser-known ones as well), and it's pretty easy to just grab a
 different compiler and build. The chances that your code will be falsely
 compiled by TWO compilers would have to be infinitesimal, and you
 needn't stop at two. 

That logic is dubious. Compilers aren't compromised by chance, and we 
don't know the a priori probability of any specific compiler being 
compromised. That depends on the attacker, surely? We know, for example, 
that the NSA has compromised multiple brands of router, smart phone and 
similar. If they, or some other similar organisation with equivalent 
capabilities, were going to attack compilers in the same manner, they 
surely wouldn't stop at one.

Would people notice? How often do people compare the machine code output 
of two different compilers, looking for back-doors in the generated code? 
Would you know where to look? If you found some differences, wouldn't you 
likely just chalk it up to different compilers producing different code? 

I think the best argument against this suggestion is that it would be an 
order of magnitude harder to compromise open source compilers, as you 
discuss below, and therefore gcc is *probably* (but not certainly) safe. 
But closed source? If Microsoft inserted a backdoor into Windows 8 on 
behalf of the NSA, as seems to be the case, then surely they'd also do 
the same to Visual Studio if asked.

Organisations like the NSA don't operate under the rule if there is one 
single uncompromised machine on the planet, we've lost. It's a numbers 
game. If (hypothetically speaking) they had inserted backdoors into 
Visual Studio, gcc and clang, but not Larry's Cool C Compiler, I don't 
think they're going to lose sleep over that.


 Since many people build (to take one example) gcc
 from source, using an old version of gcc, the hack would have to be
 propagated to all current gcc builds in some way - you can't simply
 build once and install the binary as the official C compiler, not in
 today's distributed society. (If you're truly paranoid, you might
 believe that gcc has had the hack in it since its inception. But some
 people build gcc using other compilers, too.)

Yep, I agree -- although probably no individual has inspected the entire 
tool chain involved in building gcc, enough people have inspected each 
individual component that we can be reasonably confident that it is okay.


 If you can't trust any code you didn't write yourself, 

You trust yourself? You sheeple! The truly cautious man doesn't even 
trust himself. You might be an unconscious sleeper agent. Haven't you 
watched The Running Man?

(Ha ha only serious.)



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


Re: Can I trust downloading Python?

2013-09-09 Thread Anthony Papillion
On 09/09/2013 04:41 AM, Steven D'Aprano wrote:
 On Mon, 09 Sep 2013 02:39:09 +1000, Chris Angelico wrote:
 
 On Mon, Sep 9, 2013 at 2:08 AM, Charles Hottel chot...@earthlink.net
 wrote:
 I think this article is relevant althought the code examples are not
 Python but C:

 http://cm.bell-labs.com/who/ken/trust.html

 That is quite true, and yet not truly helpful here :) It's like pointing
 out that we could be being fed false information, and then suggesting
 that The Matrix is technically possible. Once you start distrusting to
 that level, you become paranoid to a point that's inappropriate to all
 but the most critical situations. I'd accept and maybe even recommend
 that sort of paranoia if you're running a nuclear power station, or an
 automated weapon system capable of firing missiles that destroy the
 planet, or a bank that holds everyone's money. For the average Joe,
 there's no point panicking.

 Also: That hack works beautifully when there's precisely one C compiler.
 In today's world, there are many (well known ones like gcc, clang, MS
 Visual Studio (whatever the compiler from that is called), and a bunch
 of lesser-known ones as well), and it's pretty easy to just grab a
 different compiler and build. The chances that your code will be falsely
 compiled by TWO compilers would have to be infinitesimal, and you
 needn't stop at two. 
 
 That logic is dubious. Compilers aren't compromised by chance, and we 
 don't know the a priori probability of any specific compiler being 
 compromised. That depends on the attacker, surely? We know, for example, 
 that the NSA has compromised multiple brands of router, smart phone and 
 similar. If they, or some other similar organisation with equivalent 
 capabilities, were going to attack compilers in the same manner, they 
 surely wouldn't stop at one.

But (and this is stepping into *really* paranoid territory here. But
maybe not beyond the realm of possibility) it would not be so hard to
compromise compilers at the chip level. If the NSA were to strike an
agreement with, say, Intel so that every time a compiler ran on the
system, secret code was discreetly inserted into the binary, it would be
nearly impossible to detect and a very elegant solution to a tough problem.

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


Re: Can I trust downloading Python?

2013-09-09 Thread Fattburger
On Sun, 08 Sep 2013 03:37:15 +, Dave Angel wrote:

 1) what OS are you running?  Actually, we can be pretty sure you're
 running Windows, since any other common operating system would have
 already included Python.

Plus I don't often run into Linux users who worry about viruses, unless 
the braces-and-pimples crowd has expanded its horizons recently and 
started creating malware that does anything in Linux.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Can I trust downloading Python?

2013-09-09 Thread Michael Torrie
On 09/09/2013 05:02 AM, Anthony Papillion wrote:
 But (and this is stepping into *really* paranoid territory here. But
 maybe not beyond the realm of possibility) it would not be so hard to
 compromise compilers at the chip level. If the NSA were to strike an
 agreement with, say, Intel so that every time a compiler ran on the
 system, secret code was discreetly inserted into the binary, it would be
 nearly impossible to detect and a very elegant solution to a tough problem.

Indeed it is really paranoid territory, but now doesn't seem quite as
far fetched as one originally thought a few years ago!  We'll still
trust (we have to; we have no other choice), but the level of trust in
computers in general has certainly gone down a notch and will never
quite be the same.


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


Re: Can I trust downloading Python?

2013-09-09 Thread Michael Torrie
On 09/09/2013 10:40 AM, William Ray Wing wrote:
 I think that is pretty far fetched.  It requires recognition that a
 compiler is being compiled.  I'd be REALLY surprised if there were a
 unique sequence of hardware instructions that was common across every
 possible compiler (current and future) and which wouldn't (couldn't)
 exist in arbitrary non-compiller execution, which could be used to
 trigger insertion of a backdoor.

Agreed.  Most of the damage done by the NSA is in the realm of social
engineering more than technical.  IE they compromise companies more than
the algorithms themselves.  The end points always are the weak things.
And yes, Free software that is open source is more resistant to such
tampering.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Can I trust downloading Python?

2013-09-09 Thread William Ray Wing
On Sep 9, 2013, at 12:23 PM, Michael Torrie torr...@gmail.com wrote:

 On 09/09/2013 05:02 AM, Anthony Papillion wrote:
 But (and this is stepping into *really* paranoid territory here. But
 maybe not beyond the realm of possibility) it would not be so hard to
 compromise compilers at the chip level. If the NSA were to strike an
 agreement with, say, Intel so that every time a compiler ran on the
 system, secret code was discreetly inserted into the binary, it would be
 nearly impossible to detect and a very elegant solution to a tough problem.
 
 Indeed it is really paranoid territory, but now doesn't seem quite as
 far fetched as one originally thought a few years ago!  We'll still
 trust (we have to; we have no other choice), but the level of trust in
 computers in general has certainly gone down a notch and will never
 quite be the same.
 
 
 -- 
 https://mail.python.org/mailman/listinfo/python-list

I think that is pretty far fetched.  It requires recognition that a compiler is 
being compiled.  I'd be REALLY surprised if there were a unique sequence of 
hardware instructions that was common across every possible compiler (current 
and future) and which wouldn't (couldn't) exist in arbitrary non-compiller 
execution, which could be used to trigger insertion of a backdoor.

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


Re: Can I trust downloading Python?

2013-09-09 Thread Steven D'Aprano
On Mon, 09 Sep 2013 12:19:11 +, Fattburger wrote:

 On Sun, 08 Sep 2013 03:37:15 +, Dave Angel wrote:
 
 1) what OS are you running?  Actually, we can be pretty sure you're
 running Windows, since any other common operating system would have
 already included Python.
 
 Plus I don't often run into Linux users who worry about viruses, unless
 the braces-and-pimples crowd has expanded its horizons recently and
 started creating malware that does anything in Linux.

Hello, the 1990s called and want their stereotypes back.

Malware in 2013 is not about loser nerds erasing your hard drive for the 
lulz. It's a multi-million dollar a year business, mostly driven by 
spammers, but with small yet profitable niche markets for industrial 
espionage and blackmail (we've encrypted your files -- pay us $100 and 
we'll send you the key). Plus so-called law enforcement[1] uses it to 
break into people's computers, for keylogging, etc., and you better 
believe they have cracks targeted at Linux. Of course, Linux is a much 
harder target than the average unpatched Windows box, and there are 
probably easier ways to get access to your files if they really need to.

But really, we've learned *nothing* from the viruses of the 1990s. 
Remember when we used to talk about how crazy it was to download code 
from untrusted sites on the Internet and execute it? We're still doing 
it, a hundred times a day. Every time you go on the Internet, you 
download other people's code and execute it. Javascript, Flash, HTML5, 
PDF are all either executable, or they include executable components. Now 
they're *supposed* to be sandboxed, but we've gone from don't execute 
untrusted code to let's hope my browser doesn't have any bugs that the 
untrusted code might exploit.

The people driving malware these days are not script-kiddies, but 
professionals, up to and including some of the smartest and most highly 
funded professionals in the world. Stuxnet anyone?




[1] I say so-called, because far too often the people who are supposed 
to be upholding the law are actually breaking the law with impunity.



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


Re: Can I trust downloading Python?

2013-09-09 Thread Nobody
On Sun, 08 Sep 2013 03:37:15 +, Dave Angel wrote:

 You can run a 32bit Python on 64bit OS, but not the oter way
 around.  And most people just match the bitness of Python against the
 bitness of the OS.

AFAICT, most people run 32-bit Python on any version of Windows.

[And this isn't limited to Python; most of the software on my Win64
system is 32-bit. And most of the 64-bit software is accounted for by
software which has to be 64-bit due to containing device drivers, shell
extensions or similar.]

Any add-on package which provides pre-compiled binaries will provide
32-bit binaries. Some of them will also provide 64-bit binaries, some of
them won't.

So unless you think that you might need to use more than 3-4 GiB of RAM
for a single Python process, or you need to use certain libraries
which are only available as 64-bit, getting the 32-bit version is
typically the safest option.

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


Re: Can I trust downloading Python?

2013-09-08 Thread Steven D'Aprano
On Sat, 07 Sep 2013 21:04:59 -0600, Michael Torrie wrote:

 As for trusting python in general, I do trust the python developers, but
 recent NSA revelations call just about all aspects of computing, trust,
 and privacy into doubt.

Recent revelations? Where have you been for the last, oh, 20 odd years?

Remember when people who talked about Carnivore and Echelon were 
considered in tin-foil hat territory? I do.

I think it was Paul Krugman who talks about the one thing worse than 
being wrong is being right too soon. In context, he's referring to the 
Bush administration's adventures in Iraq, and how those who were right a 
decade ago are still routinely ignored even after being proven right, 
while the Very Serious People who were utterly, obviously wrong are still 
feted as experts. The same applies to the surveillance society. This 
didn't just appear overnight. You don't build programmes the size and 
complexity of PRISM, Tempora, Stellawind, X-Keyscore, Dropmire, and no 
doubt others that we still don't know about, overnight.

When it comes to NSA spying, before Edward Snowden, there were these 
other guys:

http://www.usatoday.com/story/news/politics/2013/06/16/snowden-whistleblower-nsa-officials-roundtable/2428809/


And if you think it's just the NSA, you *really* haven't been paying 
attention. From 2005:

http://www.noplacetohide.net/



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


Re: Can I trust downloading Python?

2013-09-08 Thread Wolfgang Keller
 Definitely get the latest version (currently 3.3, soon 3.4). Python
 keeps getting new features and improvements.

Python scripts or applications might not be compatible with Python 3.x
and require 2.x instead.

Sincerely,

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


Re: Can I trust downloading Python?

2013-09-08 Thread Charles Hottel

Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote in message 
news:522c6e4e$0$29988$c3e8da3$54964...@news.astraweb.com...
 On Sat, 07 Sep 2013 21:04:59 -0600, Michael Torrie wrote:

 As for trusting python in general, I do trust the python developers, but
 recent NSA revelations call just about all aspects of computing, trust,
 and privacy into doubt.

 Recent revelations? Where have you been for the last, oh, 20 odd years?

 Remember when people who talked about Carnivore and Echelon were
 considered in tin-foil hat territory? I do.

 I think it was Paul Krugman who talks about the one thing worse than
 being wrong is being right too soon. In context, he's referring to the
 Bush administration's adventures in Iraq, and how those who were right a
 decade ago are still routinely ignored even after being proven right,
 while the Very Serious People who were utterly, obviously wrong are still
 feted as experts. The same applies to the surveillance society. This
 didn't just appear overnight. You don't build programmes the size and
 complexity of PRISM, Tempora, Stellawind, X-Keyscore, Dropmire, and no
 doubt others that we still don't know about, overnight.

 When it comes to NSA spying, before Edward Snowden, there were these
 other guys:

 http://www.usatoday.com/story/news/politics/2013/06/16/snowden-whistleblower-nsa-officials-roundtable/2428809/


 And if you think it's just the NSA, you *really* haven't been paying
 attention. From 2005:

 http://www.noplacetohide.net/



 -- 
 Steven

I think this article is relevant althought the code examples are not Python 
but C:

http://cm.bell-labs.com/who/ken/trust.html


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


Re: Can I trust downloading Python?

2013-09-08 Thread Chris Angelico
On Mon, Sep 9, 2013 at 2:08 AM, Charles Hottel chot...@earthlink.net wrote:
 I think this article is relevant althought the code examples are not Python
 but C:

 http://cm.bell-labs.com/who/ken/trust.html

That is quite true, and yet not truly helpful here :) It's like
pointing out that we could be being fed false information, and then
suggesting that The Matrix is technically possible. Once you start
distrusting to that level, you become paranoid to a point that's
inappropriate to all but the most critical situations. I'd accept and
maybe even recommend that sort of paranoia if you're running a nuclear
power station, or an automated weapon system capable of firing
missiles that destroy the planet, or a bank that holds everyone's
money. For the average Joe, there's no point panicking.

Also: That hack works beautifully when there's precisely one C
compiler. In today's world, there are many (well known ones like gcc,
clang, MS Visual Studio (whatever the compiler from that is called),
and a bunch of lesser-known ones as well), and it's pretty easy to
just grab a different compiler and build. The chances that your code
will be falsely compiled by TWO compilers would have to be
infinitesimal, and you needn't stop at two. Since many people build
(to take one example) gcc from source, using an old version of gcc,
the hack would have to be propagated to all current gcc builds in some
way - you can't simply build once and install the binary as the
official C compiler, not in today's distributed society. (If you're
truly paranoid, you might believe that gcc has had the hack in it
since its inception. But some people build gcc using other compilers,
too.)

If you can't trust any code you didn't write yourself, you're left
with Rene Descartes' line I think, therefore I am - it's impossible
to prove anything else, since you can't trust your senses. So go
ahead! Distrust everything and use nothing. Or accept that, even if
you're the target of a huge conspiracy, it doesn't even matter,
because life still goes on :)

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


Re: Can I trust downloading Python?

2013-09-08 Thread Terry Reedy

On 9/8/2013 9:29 AM, Wolfgang Keller wrote:

Definitely get the latest version (currently 3.3, soon 3.4). Python
keeps getting new features and improvements.


Python scripts or applications might not be compatible with Python 3.x
and require 2.x instead.


And the other way around.


--
Terry Jan Reedy

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


Re: Can I trust downloading Python?

2013-09-08 Thread llanitedave
I capitalize Free to avoid confusing it with free as in beer.

On Sunday, September 8, 2013 3:01:58 AM UTC, Ben Finney wrote:
 Aaron Martin aaronspencermar...@gmail.com writes:
 
 
 
  Hi, I am thinking about getting a software but it requires python, so
 
  that brought up a few questions. Is it safe do download python, and
 
  does it come with spam or advertisements?
 
 
 
 Python is free software, meaning that every recipient is free to improve
 
 it and redistribute the result.
 
 
 
 URL:https://en.wikipedia.org/wiki/Free_software
 
 
 
 Free software rarely has the problems you describe – spam and
 
 advertisements – and never has them for long, because those problems are
 
 quickly improved (by eradicating the annoying problem), and the improved
 
 version becomes what people share.
 
 
 
  If it doesn't then should I get the latest version?
 
 
 
 The latest stable version is Python 3.3, and this version is strongly
 
 recommended for people who will be developing with Python.
 
 
 
 But you say that you are getting Python because you have some other
 
 program that requires Python. Which version of Python does it require?
 
 Download and install the latest version that is supported for the
 
 program you are wanting to use.
 
 
 
  I mostly want to know if it is safe to download, because most of the
 
  time downloading free stuff off the internet comes with spam and all
 
  that, so I want to know if I can trust downloading it.
 
 
 
 Ah, your experience is with zero-cost non-free software. Non-free
 
 software is prone to have spam and advertisements, and many other
 
 problems that arise from disrespect for the recipient's freedom. So your
 
 caution is well advised.
 
 
 
 Know that free software respects your freedom, and Python is free
 
 software.
 
 
 
 URL:https://www.fsf.org/about/what-is-free-software
 
 
 
 Welcome, and good fortune to you in using Python!
 
 
 
 -- 
 
  \ “I was trying to daydream, but my mind kept wandering.” —Steven |
 
   `\Wright |
 
 _o__)  |
 
 Ben Finney

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


Can I trust downloading Python?

2013-09-07 Thread Aaron Martin
Hi, I am thinking about getting a software but it requires python, so that
brought up a few questions. Is it safe do download python, and does it come
with spam or advertisements? If it doesn't then should I get the latest
version? I mostly want to know if it is safe to download, because most of
the time downloading free stuff off the internet comes with spam and all
that, so I want to know if I can trust downloading it.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Can I trust downloading Python?

2013-09-07 Thread Chris Angelico
On Sun, Sep 8, 2013 at 11:17 AM, Aaron Martin
aaronspencermar...@gmail.com wrote:
 Hi, I am thinking about getting a software but it requires python, so that
 brought up a few questions. Is it safe do download python, and does it come
 with spam or advertisements? If it doesn't then should I get the latest
 version? I mostly want to know if it is safe to download, because most of
 the time downloading free stuff off the internet comes with spam and all
 that, so I want to know if I can trust downloading it.

Yes, you can trust Python. If you don't like the precompiled versions,
you can simply download the source code (plain text files) and build
your own, so any advertising in it could be removed very easily - and
would thus be worthless, so nobody bothers to put any there. Open
Source is different from ad-funded software; both of them cost you no
money, but there's a complete difference in philosophy.

Definitely get the latest version (currently 3.3, soon 3.4). Python
keeps getting new features and improvements.

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


Re: Can I trust downloading Python?

2013-09-07 Thread Ben Finney
Aaron Martin aaronspencermar...@gmail.com writes:

 Hi, I am thinking about getting a software but it requires python, so
 that brought up a few questions. Is it safe do download python, and
 does it come with spam or advertisements?

Python is free software, meaning that every recipient is free to improve
it and redistribute the result.

URL:https://en.wikipedia.org/wiki/Free_software

Free software rarely has the problems you describe – spam and
advertisements – and never has them for long, because those problems are
quickly improved (by eradicating the annoying problem), and the improved
version becomes what people share.

 If it doesn't then should I get the latest version?

The latest stable version is Python 3.3, and this version is strongly
recommended for people who will be developing with Python.

But you say that you are getting Python because you have some other
program that requires Python. Which version of Python does it require?
Download and install the latest version that is supported for the
program you are wanting to use.

 I mostly want to know if it is safe to download, because most of the
 time downloading free stuff off the internet comes with spam and all
 that, so I want to know if I can trust downloading it.

Ah, your experience is with zero-cost non-free software. Non-free
software is prone to have spam and advertisements, and many other
problems that arise from disrespect for the recipient's freedom. So your
caution is well advised.

Know that free software respects your freedom, and Python is free
software.

URL:https://www.fsf.org/about/what-is-free-software

Welcome, and good fortune to you in using Python!

-- 
 \ “I was trying to daydream, but my mind kept wandering.” —Steven |
  `\Wright |
_o__)  |
Ben Finney

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


Re: Can I trust downloading Python?

2013-09-07 Thread Michael Torrie
On 09/07/2013 07:17 PM, Aaron Martin wrote:
 Hi, I am thinking about getting a software but it requires python, so that
 brought up a few questions. Is it safe do download python, and does it come
 with spam or advertisements? If it doesn't then should I get the latest
 version? I mostly want to know if it is safe to download, because most of
 the time downloading free stuff off the internet comes with spam and all
 that, so I want to know if I can trust downloading it.

Yes if you download binaries from the official sources (python.org web
site) there is a reasonable assumption that the binary is free from
malware or viruses.  I've never heard of programmings coming with spam
before ;).  Usually that arrives unbidden in my inbox.

As for trusting python in general, I do trust the python developers, but
recent NSA revelations call just about all aspects of computing, trust,
and privacy into doubt.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Can I trust downloading Python?

2013-09-07 Thread Dave Angel
On 7/9/2013 21:17, Aaron Martin wrote:

 Hi, I am thinking about getting a software but it requires python, so that
 brought up a few questions. Is it safe do download python, and does it come
 with spam or advertisements? If it doesn't then should I get the latest
 version? I mostly want to know if it is safe to download, because most of
 the time downloading free stuff off the internet comes with spam and all
 that, so I want to know if I can trust downloading it.


Python is available without ads, trojans, viruses, or other malware. 
However, the internet is a big place, and there are undoubtedly some
places which will add their own garbage to the download.

If you get Python from python.org, or from activestate.com, it'll be
safe.  Someone here will be glad to give you a link, once you identify
just what you actually need:

1) what OS are you running?  Actually, we can be pretty sure you're
running Windows, since any other common operating system would have
already included Python.  But you will need to know whether it's 32bit
or 64 bit OS.  You can run a 32bit Python on 64bit OS, but not the oter
way around.  And most people just match the bitness of Python against
the bitness of the OS.

2) What version of Python does that software you're talking about
require?  The two most lkely candidates are 2.7 or 3.3  There are
packages out there that haven't yet ported to 3.x, so you may be stuck
with 2.7.  But if the package is older, you might even need 2.6


-- 
DaveA

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