mya.G via Python-list"
Date: 10/10/23 04:43 (GMT+10:00) To:
python-list@python.org Subject: regarding installation of python version
The problem is how many times I have uninstalled the python version but
always it is showing the same version after the installation of new
v
I can help you
On Mon, 9 Oct 2023, 11:15 pm Thri sowmya.G via Python-list, <
python-list@python.org> wrote:
>
>
>The problem is how many times I have uninstalled the python version but
>always it is showing the same version after the installation of new
>version too .But in all co
The problem is how many times I have uninstalled the python version but
always it is showing the same version after the installation of new
version too .But in all control panel and file explorer at everywhere the
system showing that the old version got uninstalled but again
> On 2 Dec 2020, at 18:01, Dan Stromberg wrote:
>
> On Wed, Dec 2, 2020 at 9:45 AM Mats Wichmann wrote:
>
>>> On 12/2/20 10:57 AM, Priyankgasree K wrote:
>>> Hello,
>>> I am Priyankgasree, i am facing problem in installing
>> python3.9.0.
>>> after i finish download it always says yo
On 12/2/20 10:58 AM, Dan Stromberg wrote:
Don't rerun the installer.
This seems to be a common question and answer.
It certainly does...
Perhaps the installer could be named better, or Python could provide a
shortcut for itself?
I know it makes proper start menu entries for
On Wed, Dec 2, 2020 at 9:45 AM Mats Wichmann wrote:
> On 12/2/20 10:57 AM, Priyankgasree K wrote:
> > Hello,
> > I am Priyankgasree, i am facing problem in installing
> python3.9.0.
> > after i finish download it always says you have to repair or uninstall. I
> > have repaired and uninst
On 12/2/20 10:57 AM, Priyankgasree K wrote:
Hello,
I am Priyankgasree, i am facing problem in installing python3.9.0.
after i finish download it always says you have to repair or uninstall. I
have repaired and uninstalled and reinstalled several times but i can't do
anything . And also I
Hello,
I am Priyankgasree, i am facing problem in installing python3.9.0.
after i finish download it always says you have to repair or uninstall. I
have repaired and uninstalled and reinstalled several times but i can't do
anything . And also I cant able to download other versions of python
*Ahem* I already posted the solution to your problem. I quote myself:
I suppose you also downloaded the required sources from here:
https://data.mendeley.com/datasets/s2x4d542dc/1
It seems the problem is that the above sources are generated by an old
version of Cython:
https://github.com/mcfletc
On Mon, Mar 9, 2020 at 7:20 AM Tim Ko wrote:
> Hello,
>
> I am trying to install a custom Python package but ran into an error. The
> error presumably associated with cython. I tried a different compiler since
> Intel compiler often crashes when using cython, but couldn't get it
> working.
>
Does
Hello,
I am trying to install a custom Python package but ran into an error. The error
presumably associated with cython. I tried a different compiler since Intel
compiler often crashes when using cython, but couldn't get it working.
Attached is the installation error log. I have installed and
On 12/05/2019 07:10, hi wrote:
Sent from Mail for Windows 10
What problem? If you sent a screenshot or similar, please be aware that
the mailing list strips off attachments.
--
Rhodri James *-* Kynesim Ltd
--
https://mail.python.org/mailman/listinfo/python-list
Sent from Mail for Windows 10
--
https://mail.python.org/mailman/listinfo/python-list
On 06/03/2016 06:35, Roshan S Sontakke wrote:
Gud afternoon sir my self Roshan sontakke I have down loaded a setup of
python-3.5.1 but nt able to install it gives an error message
Please read this http://www.catb.org/esr/faqs/smart-questions.html and
then have a go at providing us with the d
On 2016-03-06, Steven D'Aprano wrote:
> On Sun, 6 Mar 2016 05:35 pm, Roshan S Sontakke wrote:
>
>> Gud afternoon sir my self Roshan sontakke I have down loaded a setup of
>> python-3.5.1 but nt able to install it gives an error message
>
> Shall we guess what the error message says, or would you l
On Sun, 6 Mar 2016 05:35 pm, Roshan S Sontakke wrote:
> Gud afternoon sir my self Roshan sontakke I have down loaded a setup of
> python-3.5.1 but nt able to install it gives an error message
Shall we guess what the error message says, or would you like to tell us?
--
Steven
--
https://mail
Gud afternoon sir my self Roshan sontakke I have down loaded a setup of
python-3.5.1 but nt able to install it gives an error message
--
https://mail.python.org/mailman/listinfo/python-list
On Wed, Dec 2, 2015 at 2:11 PM, bezan deme via Python-list
wrote:
> I tried several times to install the Python 3.5.0 (windows x86 executable
> installer) in my PC then in my LT and in both cases I failed. Last time, few
> hours ago, I tried it again, then it opened a window with a sole "cancel"
Dear supporters,
I tried several times to install the Python 3.5.0 (windows x86 executable
installer) in my PC then in my LT and in both cases I failed. Last time, few
hours ago, I tried it again, then it opened a window with a sole "cancel"
button on it. I waited for 10-15 min without anything
On Tue, Sep 29, 2015 at 10:37 PM, Mario Figueiredo wrote:
> Hello everyone,
>
> Under Linux Mint it is not a good idea to just go ahead and replace the
> system installed Python versions and their packages. And yet I wish to
> both update the 3.4 modules and install Python 3.5. I understand that
On 2015-09-30 04:15, Chris Angelico wrote:
On Wed, Sep 30, 2015 at 1:00 PM, Mario Figueiredo wrote:
Personally, I use the regular 'make install', but that's because I'm
on Debian - the system Python is 2.7.
Unfortunately Ubuntu based distros are going through a 2.x to 3.x
transition period. B
On Wed, Sep 30, 2015 at 1:23 PM, Steven D'Aprano wrote:
> I think that it is generally a good idea to keep your development Python
> separate from the system Python, even if they use the same version. That
> way, even if you accidentally break your development Python, the system
> Python will cont
On Wed, 30 Sep 2015 01:00 pm, Mario Figueiredo wrote:
> So the solution is to just maintain 3 different versions
> of python my machine. Ridiculous.
Not at all. It's not like a Python install is that big -- Python 3.3 is only
about 150MB.
It's a little sad that Ubuntu isn't able to transition be
On Wed, Sep 30, 2015 at 1:00 PM, Mario Figueiredo wrote:
>> Personally, I use the regular 'make install', but that's because I'm
>> on Debian - the system Python is 2.7.
>
> Unfortunately Ubuntu based distros are going through a 2.x to 3.x
> transition period. Both Pythons are installed and are sy
On Tue, Sep 29, 2015 at 10:00 PM, Mario Figueiredo wrote:
> On 09/30/2015 03:44 AM, Chris Angelico wrote:
>>
>> The easiest way to install something from source is to use 'make
>> altinstall' for the final step. That should install you a 'python3.5'
>> binary without touching the 'python3' binary.
On 09/30/2015 03:44 AM, Chris Angelico wrote:
>
> The easiest way to install something from source is to use 'make
> altinstall' for the final step. That should install you a 'python3.5'
> binary without touching the 'python3' binary. That said, though, it's
> entirely possible that upgrading 'pyt
On Wed, Sep 30, 2015 at 12:37 PM, Mario Figueiredo wrote:
> Under Linux Mint it is not a good idea to just go ahead and replace the
> system installed Python versions and their packages. And yet I wish to
> both update the 3.4 modules and install Python 3.5. I understand that
> for the first I jus
Hello everyone,
Under Linux Mint it is not a good idea to just go ahead and replace the
system installed Python versions and their packages. And yet I wish to
both update the 3.4 modules and install Python 3.5. I understand that
for the first I just need to use virtualenv.
But how can I safely in
Why python interpreter has two copies ?:
so that:
ls -l python*
-rwxr-xr-x 1 root root 2288515 Nov 10 13:41 python
lrwxrwxrwx 1 root root 16 Jul 3 02:06 python-config ->
python2.5-config
-rwxr-xr-x 1 root root 2288515 Nov 22 00:25 python2.3
-rwxr-xr-x 1 root root1424 Jul 3 02:06 py
Diez B. Roggisch schrieb:
> I guess it is some linuxish system, as he talks about dev-packages.
> Unfortunately, quite a few distros (debian based ones and Suse to my
> knowledge) in fact remove distutils from the core and make it available as
> extra devel package. For whatever reason...
I guess
Yes, I should have included some more info from the start, sorry...I'm running Suse 10.1. Python I installed from rpm, downloaded from python.org.-- Forwarded message --
From: Fredrik Lundh <[EMAIL PROTECTED]>Date: 25.09.2006 15:37Subject: Re: installation of python-dev
Fredrik Lundh wrote:
> Dominik M�ller wrote:
>
>> I am running Python2.4.3; I need to install Python-dev (or does anybody
>> know an easier way to get distutils.core ? that's what I actually
>> need...).
>
> umm. distutils is part of the standard library, so it should be part of
> the core inst
Dominik Müller wrote:
> I am running Python2.4.3; I need to install Python-dev (or does anybody know
> an easier way to get distutils.core ? that's what I actually need...).
umm. distutils is part of the standard library, so it should be part of the
core install.
what platform are you using, an
Hi !I am running Python2.4.3; I need to install Python-dev (or does anybody know an easier way to get distutils.core ? that's what I actually need...). All the versions of python-dev I can find don't match. I get always error message
"error: Failed dependencies: python = 2.4 is needed by py
[EMAIL PROTECTED] wrote:
> I had two questions. I am new to Unix and Python. I wanted to get
> python installed on my unix terminal without too much interference from
> the administrator. How can I do this?
If you have the Python sources, you can configure it to install where
you tell it using the
[EMAIL PROTECTED] wrote:
> Hi,
>
> I had two questions. I am new to Unix and Python. I wanted to get
> python installed on my unix terminal without too much interference from
> the administrator. How can I do this?
>
> It seems python is already installed at some location. But when i type
> Idle I
Hi,
I had two questions. I am new to Unix and Python. I wanted to get
python installed on my unix terminal without too much interference from
the administrator. How can I do this?
It seems python is already installed at some location. But when i type
Idle I am not able to get the Integrated Envir
37 matches
Mail list logo