Re: Fw: Python installation problem

2020-04-01 Thread Michael Torrie
On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote: > Para: python-list@python.org > > I  installed  the Python software , but I could not find the python.exe file > with the Unscramble software Actually in windows 10, Idle shows up in the start menu under the "I"s, not in a

Re: Fw: Python installation problem

2020-04-01 Thread Michael Torrie
On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote: > I  installed  the Python software , but I could not find the python.exe file > with the Unscramble software What is this "Unscramble software?" After Python is installed, you probably will find the "Idle" integrated devel

Fw: Python installation problem

2020-04-01 Thread HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA
En Mar, 31 Marzo, 2020 en 18:48, yo escribió:   Para: python-list@python.org I  installed  the Python software , but I could not find the python.exe file with the Unscramble software What do you advise ? Regards -- https://mail.python.org/mailman/listinfo/python-list

FW: Python win 10 problem

2017-05-19 Thread Andrew Havalda
Sent from Mail for Windows 10 From: Havalda Andrew Sent: 2017. május 18., csütörtök 19:56 To: python-list@python.org Subject: Python win 10 problem Dear Python team, I have encountered a problem with Python 3.6 version, when I open IDLE it sais: "Subprocess startup error". I attached a photo

Re: Fw: Python 3.5.0 (32-bit) won't install to Windows XP

2015-10-27 Thread Laura Creighton
Python.org is not supporting XP for 3.5 and beyond. You need to upgrade your OS, or stick with 3.4 Laura Creighton -- https://mail.python.org/mailman/listinfo/python-list

Fw: Python 3.5.0 (32-bit) won't install to Windows XP

2015-10-27 Thread Richard Hinerfeld via Python-list
--- On Fri, 10/23/15, Richard Hinerfeld wrote: > From: Richard Hinerfeld > Subject: Python 3.5.0 (32-bit) won't install to Windows XP > To: "python-list@python.org" > Date: Friday, October 23, 2015, 9:10 PM > I am > sending you the log with all the errors. > Python 3.5.0 (32-bit)_2015102321

FW: python

2011-05-25 Thread Shawnta Henman
python We should take a look at how this latest good fortune is going to change your lifestyle. Don't you remember all of those times I said how hard it's been just to get by? Alright you know what?, Your computer is going to be your very best pal once you try out this thing for one month's tim

FW: Python / C++

2009-09-14 Thread Jeffrey Murphy
Hi Michael, Thought this might be of interest to you... client is in Newport Beach...the job description is below...either ping me back with your resume and I will screen you for this role or give me a call for details... We are seeking Python programmers with web-based development experience t

Re: FW: python import sys.path

2009-01-02 Thread Fuzzyman
On Jan 2, 2:28 pm, John Machin wrote: > On Jan 3, 1:09 am, "Kelly, Brian" wrote:> After > following your suggestions I was able to confirm that the 2.5 > > interpreter was being invoked. So then I grepped for all instances of python > > in the scripts that were imported as modules: from bacula_c

Re: FW: python import sys.path

2009-01-02 Thread John Machin
On Jan 3, 1:09 am, "Kelly, Brian" wrote: > After following your suggestions I was able to confirm that the 2.5 > interpreter was being invoked. So then I grepped for all instances of python > in the scripts that were imported as modules: from bacula_conf import * > > The calling script cleanup.py

FW: python import sys.path

2009-01-02 Thread Kelly, Brian
After following your suggestions I was able to confirm that the 2.5 interpreter was being invoked. So then I grepped for all instances of python in the scripts that were imported as modules: from bacula_conf import * The calling script cleanup.py is invoking purge_client.py like an external scrip

Re: FW: Python Query: How to i share variable between two processes without IPC.

2005-12-01 Thread Paul Boddie
[EMAIL PROTECTED] wrote: > Mukesh> Question: how do i share variable between two processes without > Mukesh> IPC. Using some subtle application of quantum mechanics? ;-) Paul P.S. I suppose it depends on any definition of interprocess communication, but if the processes weren't to talk directly

Re: FW: Python Query: How to i share variable between two processes without IPC.

2005-12-01 Thread skip
Mukesh> Question: how do i share variable between two processes without Mukesh> IPC. ... Mukesh> A similar thing is available in perl (check the mail attached). What makes you think the Perl code isn't using IPC? use IPC::Shareable; $handle = tie $buffer, 'IPC::Shareab

FW: Python Query: How to i share variable between two processes without IPC.

2005-12-01 Thread Rijhwani, Mukesh
  Hi everyone,   Question: how do i share variable between two processes without IPC.   context: i have a process which is running and i want to update one of the variables use by this process with ANOTHER process. I understand there are various IPC mechanisms like shared memory, pipes, si

FW: python oldie, SWIG newbie needs help

2005-08-16 Thread Sells, Fred
-Original Message- From: Sells, Fred Sent: Tuesday, August 16, 2005 5:09 PM To: python-list@python.org Subject: python oldie, SWIG newbie needs help I've been trying all day to get a simple SWIG generated interface to a simple (but ugly) piece of c++ code provided to us by the gov't.

Re: FW: Python help group

2005-03-22 Thread Gabriel Cooper
I would recommend looking into sorting like objects with the __getitem__ method. http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/b2d0580792b94a7/a707054ec3302a6e has a lively discussion on this topic. Search google for "__getitem__" and "sort" for more information.

FW: FW: Python help group

2005-03-22 Thread Leeds, Mark
This is a follow up question To the previous question About sorting that I sent for my friend. -Original Message- From: Tan, Heap Ho Sent: Tuesday, March 22, 2005 2:06 PM To: Leeds, Mark Subject: RE: FW: Python help group How can you speed it? Does anyone know if

Re: FW: Python help group

2005-03-22 Thread Swaroop C H
On Tue, 22 Mar 2005 13:15:15 -0500, Leeds, Mark wrote: > I want to do a sort on a list of objects based on a similar attributes in > each object for example time of creation of this object. >>> >>> class Student: ... def __init__(self, name, age): ... self

FW: Python help group

2005-03-22 Thread Leeds, Mark
Can someone help me with below  ? It’s not my question but I will forward any answers to my friend who I am sending this for.   Mark       -Original Message- From: Tan, Heap Ho Sent: Tuesday, March 22, 2005 1:11 PM To: Leeds, Mark Subje