Re: Python Installation Problem

2020-05-05 Thread Souvik Dutta
What is the error can you copy and paste? Because this list does not
support attachment.

Souvik flutter dev

On Wed, May 6, 2020, 7:49 AM Adolf Yoshua Marbun 
wrote:

> Yes, I did. I did this before the installation began, checked the "add to
> PATH" option.
>
> On Wed, May 6, 2020 at 9:17 AM Souvik Dutta 
> wrote:
>
>> Have you added python to path? If not then you will have to do it.
>>
>> Souvik flutter dev
>>
>> On Wed, May 6, 2020, 1:28 AM Adolf Yoshua Marbun <
>> adolfbordeau...@gmail.com> wrote:
>>
>>> Dear Python,
>>>
>>> I am currently learning about Python. First thing first, I need to
>>> install
>>> the interpreter Python 3.8.2 before I get to the IDE. But, I have problem
>>> during running command.
>>>
>>> The installation was successful. When I try to run the command prompt,
>>> typing "python --version", it always shows me an error message as
>>> attached
>>> below this message. I tried to follow the message (reinstalling the
>>> program), but didn't work. I don't know what it is and I have tried few
>>> times to solve the problem from the internet.
>>>
>>> I wish Python could help me find a solution. Thank you very much.
>>>
>>>
>>> --
>>> *Regards,*
>>> *Adolf Yoshua Marbun*
>>> --
>>> https://mail.python.org/mailman/listinfo/python-list
>>>
>>
>
> --
> *Regards,*
> *Adolf Yoshua Marbun*
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python Installation Problem

2020-05-05 Thread Adolf Yoshua Marbun
Yes, I did. I did this before the installation began, checked the "add to
PATH" option.

On Wed, May 6, 2020 at 9:17 AM Souvik Dutta  wrote:

> Have you added python to path? If not then you will have to do it.
>
> Souvik flutter dev
>
> On Wed, May 6, 2020, 1:28 AM Adolf Yoshua Marbun <
> adolfbordeau...@gmail.com> wrote:
>
>> Dear Python,
>>
>> I am currently learning about Python. First thing first, I need to install
>> the interpreter Python 3.8.2 before I get to the IDE. But, I have problem
>> during running command.
>>
>> The installation was successful. When I try to run the command prompt,
>> typing "python --version", it always shows me an error message as attached
>> below this message. I tried to follow the message (reinstalling the
>> program), but didn't work. I don't know what it is and I have tried few
>> times to solve the problem from the internet.
>>
>> I wish Python could help me find a solution. Thank you very much.
>>
>>
>> --
>> *Regards,*
>> *Adolf Yoshua Marbun*
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
>

-- 
*Regards,*
*Adolf Yoshua Marbun*
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python Installation Problem

2020-05-05 Thread Souvik Dutta
Have you added python to path? If not then you will have to do it.

Souvik flutter dev

On Wed, May 6, 2020, 1:28 AM Adolf Yoshua Marbun 
wrote:

> Dear Python,
>
> I am currently learning about Python. First thing first, I need to install
> the interpreter Python 3.8.2 before I get to the IDE. But, I have problem
> during running command.
>
> The installation was successful. When I try to run the command prompt,
> typing "python --version", it always shows me an error message as attached
> below this message. I tried to follow the message (reinstalling the
> program), but didn't work. I don't know what it is and I have tried few
> times to solve the problem from the internet.
>
> I wish Python could help me find a solution. Thank you very much.
>
>
> --
> *Regards,*
> *Adolf Yoshua Marbun*
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python Installation Problem

2020-05-05 Thread MRAB

On 2020-05-05 23:20, Rhodri James wrote:

On 05/05/2020 05:34, Adolf Yoshua Marbun wrote:

Dear Python,

I am currently learning about Python. First thing first, I need to install
the interpreter Python 3.8.2 before I get to the IDE. But, I have problem
during running command.

The installation was successful. When I try to run the command prompt,
typing "python --version", it always shows me an error message as attached
below this message. I tried to follow the message (reinstalling the
program), but didn't work. I don't know what it is and I have tried few
times to solve the problem from the internet.


Unfortunately this is a text-only mailing list, and your attachment was
stripped off before any of us had the chance to see it.  Could you copy
and paste the error message into a message, please?  Also if you could
let us know what operating system you are using, some people may be able
to offer more detailed advice.

If you're using Windows and it's complaining that it can't find 
"python", try the Python launcher instead:


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


Re: Python Installation Problem

2020-05-05 Thread Rhodri James

On 05/05/2020 05:34, Adolf Yoshua Marbun wrote:

Dear Python,

I am currently learning about Python. First thing first, I need to install
the interpreter Python 3.8.2 before I get to the IDE. But, I have problem
during running command.

The installation was successful. When I try to run the command prompt,
typing "python --version", it always shows me an error message as attached
below this message. I tried to follow the message (reinstalling the
program), but didn't work. I don't know what it is and I have tried few
times to solve the problem from the internet.


Unfortunately this is a text-only mailing list, and your attachment was 
stripped off before any of us had the chance to see it.  Could you copy 
and paste the error message into a message, please?  Also if you could 
let us know what operating system you are using, some people may be able 
to offer more detailed advice.


--
Rhodri James *-* Kynesim Ltd
--
https://mail.python.org/mailman/listinfo/python-list


Re: Python installation problem

2008-03-08 Thread Lie
On Mar 9, 11:42 am, [EMAIL PROTECTED] wrote:
 Hi Folks,

 I downloaded a pre-compiled version 2.5, and intalled it without any
 error message; and I can command line playing on Python through firing
 up IDLE or command-line. However, I just can't compile the python file
 existing in a directory. Today, I tried to fire Python in a DOS
 window, then I got error message: Python is not a runnable command or
 batch file. It means that the eveiornment variables of my Python
 interpreter are not set well yet. My computer runs a Windows XP.
 Anyboy can help on this? Thanks!

 Muddy Coder

AFAIK, Python doesn't set environment variables in Windows. To change
the environment variable, you go to Control Panel  System  Advanced
 Environment Variables  System Variables  In Path entry, add
Python's installation directory to the end of it (remember to separate
it from other directories with semicolons ;

Alternatively, you can cd your way through python's directory and
always feed absolute path to python.exe, very tiresome, but doesn't
require you to add the environment variable.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python installation problem (sorry if this is a dup)

2007-03-01 Thread [EMAIL PROTECTED]
On 1 mar, 06:22, Ray Buck [EMAIL PROTECTED] wrote:
 I've been trying to install Mailman, which requires a newer version
 of the Python language compiler (p-code generator?)

It's actually the whole thing : (byte-code) compiler, virtual machine,
and stdlib.

 than the one I
 currently have on my linux webserver/gateway box.

 It's running a ClarkConnect 2.01 package based on Red Hat 7.2 linux.

 I downloaded the zipped tarball (Python-2.4.4.tgz), ran gunzip, then
 un-tarred it in /usr/local.  Then (logged in as root) from
 /usr/local/Python-2.4.4 I ran the configure script which appeared to
 run properly.  At least there were no error messages that I
 saw.  Then I attempted to run make install and ended up with an
 error make *** Error 1.  It was right at the libinstall section
 of the make, so I did some googling and came up with the following command:
 [EMAIL PROTECTED] Python-2.4.4]# make libinstall inclinstall

 After thrashing for about 5 minutes, I got basically the same message:
 Compiling /usr/local/lib/python2.4/zipfile.py ...
 make: *** [libinstall] Error 1

Nothing else between these two lines ?

 I dunno if this is relevant, but I have Python 2.2.2 in the
 /usr/Python-2.2.2 directory.  Do I have to blow this away in order to
 install the newer distro?

I don't know your distrib, but it may depend on this specific python
version.
wild-guess
You may want to specify the --prefix before running configure, and use
make altinstall instead of make install.
/wild-guess

 Or do I need to install the new one in/usr
 instead of /usr/local?

The old one is in /usr/local ? If so, it may not be part of your linux
distro.

FWIW, you should perhaps post the same question on your linux distro's
mailing list.

 Although I'm a retired programmer (mainframes), I'm still learning
 this linux stuff.  I guess that makes me a noob...I hope you'll take
 that into consideration.

We're all newbies one way or another !-)

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


Re: Python installation problem

2006-03-17 Thread Kevin Walzer
[EMAIL PROTECTED] wrote:

 
 1. How do I make both these kinds of calls work with 2.4.

Try /sw/bin/python foo.py in the terminal and #!/sw/bin/python in
your scripts.

 2. How do I uninstall v. 2.3 completely.

Don't do that. It will break stuff in the OS that depends on Python.


-- 
Kevin Walzer
iReveal: File Search Tool
http://www.wordtech-software.com
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python installation problem

2006-03-17 Thread Scott David Daniels
[EMAIL PROTECTED] wrote:
 I'm using OS X 10.4.5. I have an easy problem that I can't solve:
 I have two versions of python installed. 2.3 came with the OS and 2.4 I
 installed via fink
 2. How do I uninstall v. 2.3 completely.

Probably not the greatest idea, because pieces of OS X may actually use
the internal Python 2.3.

--Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python installation problem

2006-03-17 Thread [EMAIL PROTECTED]
Thanks for the fast responses.mp

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


Re: Python installation problem

2006-03-17 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb:
 I'm using OS X 10.4.5. I have an easy problem that I can't solve:
 
 I have two versions of python installed. 2.3 came with the OS and 2.4 I
 installed via fink.

That isn't the proper version. While it works, you certainly want the 
python 2.4 framework build. That is the specialized OS X variant. If you 
ever want to do work with e.g. PyObjC to create Cocoa-Apps you'll need 
that (AFAIK).

 When I call python from the command-line it calls 2.4.
 When I just call a *.py file like test.py, it calls 2.3.
 
 1. How do I make both these kinds of calls work with 2.4.


 2. How do I uninstall v. 2.3 completely.

Bad idea. OS X needs that one.


Diez
-- 
http://mail.python.org/mailman/listinfo/python-list