Re: urgent

2021-09-04 Thread Abdur-Rahmaan Janhangeer
You need an IDE Check out: PyCharm Wing IDE Spyder ^^ Very few people use the in-built IDE -- https://mail.python.org/mailman/listinfo/python-list

Re: urgent

2021-09-04 Thread Peter J. Holzer
On 2021-09-02 09:56:38 -0500, Michael F. Stemper wrote: > On 31/08/2021 18.02, Barry wrote: > > The big problem with >>> is that it means a third level quote in > > email clients. So when people cut-n-paste REPL output it’s formatted > > badly by some > > email clients. A prompt that avoided that i

Re: urgent

2021-09-02 Thread Michael F. Stemper
On 31/08/2021 18.02, Barry wrote: The big problem with >>> is that it means a third level quote in email clients. So when people cut-n-paste REPL output it’s formatted badly by email clients. A prompt that avoided that issue would be nice. A little bit of piping fixes that: username@hostname$

Re: urgent

2021-08-31 Thread Grant Edwards
On 2021-08-29, Hari wrote: > i was download ur python software but it is like boring user > interface for me like young student to learn ,can u have any > updates? Check the calendar, it must be September again... Well, almost. -- Grant Edwards grant.b.edwardsYow! Did I

RE: urgent (actually NOT urgent at all.)

2021-08-31 Thread Avi Gross via Python-list
-Original Message- From: Python-list On Behalf Of Barry Sent: Tuesday, August 31, 2021 7:02 PM Cc: Python-list@python.org Subject: Re: urgent  > On 31 Aug 2021, at 16:53, jak wrote: > > Il 31/08/2021 03:05, Python ha scritto: >> Hari wrote: >>> i wa

Re: urgent

2021-08-31 Thread Chris Angelico
On Wed, Sep 1, 2021 at 9:03 AM Barry wrote: > > > > > On 31 Aug 2021, at 16:53, jak wrote: > > > > Il 31/08/2021 03:05, Python ha scritto: > >> Hari wrote: > >>> i was download ur python software but it is like boring user interface for > >>> me like young student to learn ,can u have any update

Re: urgent

2021-08-31 Thread Barry
 > On 31 Aug 2021, at 16:53, jak wrote: > > Il 31/08/2021 03:05, Python ha scritto: >> Hari wrote: >>> i was download ur python software but it is like boring user interface for >>> me like young student to learn ,can u have any updates? >> God, let me die please... > > Oh no, please don't sp

Re: urgent

2021-08-31 Thread Igor Korot
Hi, On Tue, Aug 31, 2021 at 12:44 AM Hari wrote: > > Yes, I can. Why do you want python? > option: ? What do you mean - "option". I am actually asking you why you want python? > What task do you want to solve with python? > option: ? See above. > Why python? > option: ? > Why not any other la

Re: urgent

2021-08-31 Thread Hari
Yes, I can. Why do you want python? option: ? What task do you want to solve with python? option: ? Why python? option: ? Why not any other language? option: ? On Tue, Aug 31, 2021 at 3:08 AM Igor Korot wrote: > Hi, > > On Mon, Aug 30, 2021 at 4:34 PM Hari > wrote: > > > > i was download ur py

Re: urgent

2021-08-31 Thread jak
Il 31/08/2021 03:05, Python ha scritto: Hari wrote: i was download ur python software but it is like boring user interface for me like young student to learn ,can u have any updates? God, let me die please... Oh no, please don't speak in that way ... evidently now that python has reached

Python UI (was Re: urgent)

2021-08-30 Thread Alan Gauld via Python-list
On 29/08/2021 11:28, Hari wrote: > i was download ur python software but it is like boring user interface I agree it is a boring user interface. Just 3 chevrons: >>> You can change it a little if you want but ultimately its just an invitation to type commands. What kind of interface did you have

Re: urgent

2021-08-30 Thread Igor Korot
Hi, On Mon, Aug 30, 2021 at 4:34 PM Hari wrote: > > i was download ur python software but it is like boring user interface for > me like young student to learn ,can u have any updates? Can you elaborate a little: Why do you want python? What task do you want to solve with python? Why python? Why

Re: Urgent

2020-07-13 Thread MRAB
On 2020-07-13 17:08, Damilare wrote: I need help, am trying to activate python 3.8 on command prompt with Windows 10 but it’s proving rather difficult. I will appreciate any help. Thanks Why is it difficult? (Why doesn't the subject give a clue as to the topic of the post?) If it's saying

Re: ***URGENT CONTRACT OPPORTUNITY***

2018-03-28 Thread Gregory Ewing
Ian Kelly wrote: The ad said ASAP, so I guess that now it's already too late. Also they apparently want someone who can start with three exclamation marks. That rules me out, I only have two left over from my last job. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

Re: ***URGENT CONTRACT OPPORTUNITY***

2018-03-28 Thread Ian Kelly
On Wed, Mar 28, 2018 at 9:02 AM, Tobiah wrote: > > When should I apply? The ad said ASAP, so I guess that now it's already too late. -- https://mail.python.org/mailman/listinfo/python-list

Re: ***URGENT CONTRACT OPPORTUNITY***

2018-03-28 Thread Tobiah
On 03/28/2018 06:45 AM, cagdenw...@gmail.com wrote: opportunity in Tours, France starting ASAP!!! and able to start ASAP!!! contact me ASAP When should I apply? -- https://mail.python.org/mailman/listinfo/python-list

Re: Urgent - Would like to see output of each block of python

2016-06-06 Thread Archana Sonavane
On Monday, June 6, 2016 at 12:35:55 PM UTC+5:30, Chris Rebert wrote: > On Sun, Jun 5, 2016 at 11:57 PM, Archana Sonavane > wrote: > > Hi Team, > > > > I don't have any idea about python scripts, i have ganglia tool python > > scripts. > > > > I would like see the output of each code block, could

Re: Urgent - Would like to see output of each block of python

2016-06-06 Thread Chris Rebert
On Sun, Jun 5, 2016 at 11:57 PM, Archana Sonavane wrote: > Hi Team, > > I don't have any idea about python scripts, i have ganglia tool python > scripts. > > I would like see the output of each code block, could you please guide. > > The code as follows: With regard to your Subject line, please

Re: urgent help

2015-02-20 Thread Denis McMahon
On Fri, 20 Feb 2015 16:14:18 -0800, ms.isma222 wrote: > sir what mean by the following errors: > Traceback (most recent call last): > File "D:\My Documents\Desktop\scripts\WebMD\getWebMDExperts.py", line > 143, in > links = getExpertInfoLinks() > File "D:\My Documents\Desktop\scripts\W

Re: urgent help

2015-02-20 Thread MRAB
On 2015-02-21 00:20, ms.isma...@gmail.com wrote: On Saturday, February 21, 2015 at 8:17:06 AM UTC+8, ms.is...@gmail.com wrote: On Saturday, February 21, 2015 at 8:14:43 AM UTC+8, ms.is...@gmail.com wrote: > On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: > > On 20/02/2015

Re: urgent help

2015-02-20 Thread MRAB
On 2015-02-21 00:16, ms.isma...@gmail.com wrote: On Saturday, February 21, 2015 at 8:14:43 AM UTC+8, ms.is...@gmail.com wrote: On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: > On 20/02/2015 08:24, ismaham...@gcuf.edu.pk wrote: > > Would you please give your requests a mea

Re: urgent help

2015-02-20 Thread MRAB
On 2015-02-21 00:14, ms.isma...@gmail.com wrote: On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: On 20/02/2015 08:24, ismaham...@gcuf.edu.pk wrote: Would you please give your requests a meaningful subject. > sir these errors whats mean by it > warning (from warnings modu

Re: urgent help

2015-02-20 Thread Dave Angel
On 02/20/2015 07:20 PM, ms.isma...@gmail.com wrote: On Saturday, February 21, 2015 at 8:17:06 AM UTC+8, ms.is...@gmail.com wrote: On Saturday, February 21, 2015 at 8:14:43 AM UTC+8, ms.is...@gmail.com wrote: On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: On 20/02/2015 0

Re: urgent help

2015-02-20 Thread ms . isma222
On Saturday, February 21, 2015 at 8:17:06 AM UTC+8, ms.is...@gmail.com wrote: > On Saturday, February 21, 2015 at 8:14:43 AM UTC+8, ms.is...@gmail.com wrote: > > On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: > > > On 20/02/2015 08:24, ismaham...@gcuf.edu.pk wrote: > > > >

Re: urgent help

2015-02-20 Thread ms . isma222
On Saturday, February 21, 2015 at 8:14:43 AM UTC+8, ms.is...@gmail.com wrote: > On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: > > On 20/02/2015 08:24, ismaham...@gcuf.edu.pk wrote: > > > > Would you please give your requests a meaningful subject. > > > > > sir these error

Re: urgent help

2015-02-20 Thread ms . isma222
On Friday, February 20, 2015 at 4:41:57 PM UTC+8, Mark Lawrence wrote: > On 20/02/2015 08:24, ismaham...@gcuf.edu.pk wrote: > > Would you please give your requests a meaningful subject. > > > sir these errors whats mean by it > > warning (from warnings module): > >File "D:\PHD 1st semester\sc

Re: urgent help

2015-02-20 Thread Mark Lawrence
On 20/02/2015 08:24, ismaham...@gcuf.edu.pk wrote: Would you please give your requests a meaningful subject. sir these errors whats mean by it warning (from warnings module): File "D:\PHD 1st semester\scripts\NetDoctor\getNetDoctor.py", line 18 br.set_handle_gzip(True) UserWarning: gzip

Re: urgent help

2015-02-19 Thread Denis McMahon
On Thu, 19 Feb 2015 04:00:50 -0500, Dave Angel wrote: > On 02/19/2015 03:35 AM, ismaham...@gcuf.edu.pk wrote: >> this is the error in the following python code, can any one help me >> error{Traceback (most recent call last): >>File "C:\Python27\Scripts\BeOk\getBeOKExperts.py", line 6, in >>

Re: urgent help

2015-02-19 Thread Mark Lawrence
On 19/02/2015 09:48, ismaham...@gcuf.edu.pk wrote: As Dave Angel said nearly two hours ago the module is called bs4, so the command you need is:- from bs4 import BeautifulSoup In future please don't repeat the entire email just to add a sentence or two, particularly when you do so three time

Re: urgent help

2015-02-19 Thread ismahameed
On Thursday, February 19, 2015 at 5:46:42 PM UTC+8, ismah...@gcuf.edu.pk wrote: > On Thursday, February 19, 2015 at 5:31:49 PM UTC+8, ismah...@gcuf.edu.pk > wrote: > > On Thursday, February 19, 2015 at 4:35:18 PM UTC+8, ismah...@gcuf.edu.pk > > wrote: > > > this is the error in the following pyth

Re: urgent help

2015-02-19 Thread ismahameed
On Thursday, February 19, 2015 at 5:31:49 PM UTC+8, ismah...@gcuf.edu.pk wrote: > On Thursday, February 19, 2015 at 4:35:18 PM UTC+8, ismah...@gcuf.edu.pk > wrote: > > this is the error in the following python code, can any one help me > > error{Traceback (most recent call last): > > File "C:\Py

Re: urgent help

2015-02-19 Thread ismahameed
On Thursday, February 19, 2015 at 4:35:18 PM UTC+8, ismah...@gcuf.edu.pk wrote: > this is the error in the following python code, can any one help me > error{Traceback (most recent call last): > File "C:\Python27\Scripts\BeOk\getBeOKExperts.py", line 6, in > from BeautifulSoup import Beautif

Re: urgent help

2015-02-19 Thread Dave Angel
On 02/19/2015 03:35 AM, ismaham...@gcuf.edu.pk wrote: this is the error in the following python code, can any one help me error{Traceback (most recent call last): File "C:\Python27\Scripts\BeOk\getBeOKExperts.py", line 6, in from BeautifulSoup import BeautifulSoup ImportError: No module

Re: urgent requirement at Hyderabad

2010-08-11 Thread Steven D'Aprano
On Wed, 11 Aug 2010 14:25:08 -0700, Emile van Sebille wrote: > On 8/11/2010 12:39 PM MRAB said... >> Stefan Behnel wrote: >>> In case anyone wondered: Hyderabad is likely referring to some place >>> in Asia: >>> >>> http://en.wikipedia.org/wiki/Hyderabad_%28disambiguation%29 >>> >> And Berlin is l

Re: urgent requirement at Hyderabad

2010-08-11 Thread Emile van Sebille
On 8/11/2010 12:39 PM MRAB said... Stefan Behnel wrote: In case anyone wondered: Hyderabad is likely referring to some place in Asia: http://en.wikipedia.org/wiki/Hyderabad_%28disambiguation%29 And Berlin is likely some place in Europe: http://en.wikipedia.org/wiki/Berlin_(disambiguation) :

Re: urgent requirement at Hyderabad

2010-08-11 Thread MRAB
Stefan Behnel wrote: In case anyone wondered: Hyderabad is likely referring to some place in Asia: http://en.wikipedia.org/wiki/Hyderabad_%28disambiguation%29 And Berlin is likely some place in Europe: http://en.wikipedia.org/wiki/Berlin_(disambiguation) :-) -- http://mail.python.org/mailma

Re: urgent requirement at Hyderabad

2010-08-11 Thread Edward A. Falk
In article , Stefan Behnel wrote: >In case anyone wondered: Hyderabad is likely referring to some place in Asia: It's one of the high-tech cities in India. A lot of out-sourcing winds up there. -- -Ed Falk, f...@despams.r.us.com http://thespamdiaries.blogspot.com/ -- http://m

Re: urgent requirement at Hyderabad

2010-08-11 Thread Chris Withers
sushma wrote: We are looking for Python Developers/programmers with 1+ years of experience. Send resume to sush...@millenniumsoft.com So urgent you can't even be bothered to describe the job or post the advert in the correct place on the python job board. Good luck with that ;-) Chris --

Re: urgent requirement at Hyderabad

2010-08-11 Thread Stefan Behnel
In case anyone wondered: Hyderabad is likely referring to some place in Asia: http://en.wikipedia.org/wiki/Hyderabad_%28disambiguation%29 Stefan -- http://mail.python.org/mailman/listinfo/python-list

Re: urgent requirement

2010-08-09 Thread Carl Banks
On Aug 8, 9:25 pm, sushma wrote: >   We have an urgent requirement for people who are having experience > in python.  If you are interested for this position forward your > updated resume to the sush...@millenniumsoft.com with the details > mention below; > > current ctc: > expected ctc: > notice

Re: URGENT! Changing IE PAC Settings with Python

2009-05-20 Thread James Matthews
HI forwarded it to the Python Win32 list On Thu, May 21, 2009 at 12:11 AM, Tim Golden wrote: > K-Dawg wrote: > >> Thanks for any response. I am in a crisis where one of our networking >> guys >> moved where our PAC file is housed. There was a group policy set in >> Active >> Directory that set

Re: URGENT! Changing IE PAC Settings with Python

2009-05-20 Thread Tim Golden
K-Dawg wrote: Thanks for any response. I am in a crisis where one of our networking guys moved where our PAC file is housed. There was a group policy set in Active Directory that set the PAC file location in Internet Explorer to the new location. However, we have 100 remote centers that have a

Re: urgent question, about filesystem-files

2008-04-10 Thread Rick King
Could you first find out if it exists with isfile(..) and then try to open it? If it fails I *think* it would have to be open by another process. -Rick King Southfield MI bvidinli wrote: i started python programming a few months ago. now i need the code to understand if a file already o

Re: urgent question, about filesystem-files

2008-04-10 Thread bvidinli
* i do not want to prevent other process access same file, i only want if a file being used as i acess it. * i am not interested if a process will access same file just after i access it... because in my case, this is not possible.. * i want some other way, other than linux lsof command. it is s

Re: urgent question, about filesystem-files

2008-04-10 Thread Robert.Spilleboudt
bvidinli wrote: > i started python programming a few months ago. > > now i need the code to understand if a file already opened in > filesystem by another process ? > > i looked at docs, howtos, but did not find related info. > note that normal file open/write operations in python, i know it. >

Re: urgent question, about filesystem-files

2008-04-10 Thread Diez B. Roggisch
bvidinli wrote: > this is for ensuring that file is not in use, ... > by any process  in system How do you prevent the other processes that *might* access that file from doing so while *you* work on it? unless they cooperate using file-locks, you might end up with garbage. Diez -- http://ma

Re: urgent question, about filesystem-files

2008-04-10 Thread bvidinli
The need/reason for this, i write a program that should perform some operation on files, only if the file is not being used this is for ensuring that file is not in use, ... by any process in system 10.04.2008 tarihinde bvidinli <[EMAIL PROTECTED]> yazmış: > Sory for lack of information

Re: urgent question, about filesystem-files

2008-04-10 Thread Gerhard Häring
bvidinli wrote: > i started python programming a few months ago. > > now i need the code to understand if a file already opened in > filesystem by another process ? > > i looked at docs, howtos, but did not find related info. > note that normal file open/write operations in python, i know it. >

Re: urgent question, about filesystem-files

2008-04-10 Thread Gabriel Genellina
En Thu, 10 Apr 2008 05:11:09 -0300, bvidinli <[EMAIL PROTECTED]> escribió: > i started python programming a few months ago. > > now i need the code to understand if a file already opened in > filesystem by another process ? > > i looked at docs, howtos, but did not find related info. > note that n

Re: urgent question, about filesystem-files

2008-04-10 Thread Gary Herron
bvidinli wrote: > i started python programming a few months ago. > > now i need the code to understand if a file already opened in > filesystem by another process ? > > i looked at docs, howtos, but did not find related info. > note that normal file open/write operations in python, i know it. > > i

Re: Urgent : How to do memory leaks detection in python ?

2008-03-17 Thread Sean Allen
On Mar 17, 2008, at 3:21 AM, Pradeep Rai wrote: Thanks for your inputs !!! I have installed python v 2.5 on my Linux machine and executing the tool again. I would like to share the memory status( using free -m command ) before and after the execution of the tool. BEFORE EXECUTION =

RE: Urgent : How to do memory leaks detection in python ?

2008-03-17 Thread Pradeep Rai
PROTECTED] *On Behalf Of *tsuraan *Sent:* 16 March 2008 8:27 AM *To:* python-list@python.org *Subject:* Re: Urgent : How to do memory leaks detection in python ? > Python doesn't have memory leaks. Yeah, interesting bit of trivia: python is the world's only non-trivial program that'

Re: Urgent : How to do memory leaks detection in python ?

2008-03-15 Thread tsuraan
> Python doesn't have memory leaks. Yeah, interesting bit of trivia: python is the world's only non-trivial program that's totally free of bugs. Pretty exciting! But seriously, python 2.4, at least, does have some pretty trivially exposed memory leaks when working with strings. A simple example

RE: Urgent : How to do memory leaks detection in python ?

2008-03-14 Thread Bronner, Gregory
rify often helps. Create a simple example rather than trying to run it on your whole application. From: Michael Wieher [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:16 AM To: python-list@python.org Subject: Re: Urgent : How to do memory leaks de

Re: Urgent : How to do memory leaks detection in python ?

2008-03-14 Thread Michael Wieher
2008/3/14, Pradeep Rai <[EMAIL PROTECTED]>: > > Dear All, > > I am working on the python tools that process a huge amount of GIS data. > These tools encountering the problem of memory leaks. > > Please suggest what are the different ways to detect the memory leaks in > python ? > > This is very cri

Re: URGENT REQUIREMENT FOR PYTHON DEVELOPERS

2007-09-27 Thread Steve Holden
Krishna: You might want to consider reading http://www.python.org/community/jobs/howto/ and submitting these jobs to the Job Board. It's free. regards Steve [EMAIL PROTECTED] wrote: > HI > > > > THIS IS KRISHNA KISHORE FROM MindRiver. We have an Urgent requirement > for Python Develo

Re: urgent - Matplolib with IDLE!

2007-03-19 Thread Ana Paula Leite
Hi, in site-packages/matplotlib/backends/backend_tkagg.py I commented out in the show function the line Tk.mainloop() In addition to the changes I mentioned in my first email, this has solved my problem! On 3/19/07, Rob Clewley <[EMAIL PROTECTED]> wrote: I have the same problem with

Re: urgent - Matplolib with IDLE!

2007-03-19 Thread Rob Clewley
Dear Ana, I have the same problem with a similar setup (except Python 2.4.3) and have tried the same solutions (BTW those steps really did used to work on my machine using Python 2.3.5). In the short term you could either try IPython (a proper solution to this problem, which returns me to the prom

Re: Urgent Openings with the World's Leading Software Company !!!

2007-01-11 Thread Hendrik van Rooyen
"Software Hiring" <[EMAIL PROTECTED]> wrote: > If you're interested in relocating to India for such a good > opportunity and be a part of the World's Best Software Company and if > you have good skill sets in: > > C, C++, C#, Java (for .Net Platform or Visual Studio) > > OR > > C, C++, Java,

Re: Urgent Openings with the World's Leading Software Company !!!

2007-01-10 Thread Terry Reedy
(cc'ed) "Software Hiring" <[EMAIL PROTECTED]> wrote Hi Vamsi. Recruiting for Microsoft gives you no extra right to spam comp.lang.python with off-topic messages. There are thousands of other software groups that might like to do the same but with a couple of exceptions a year, they all desi

Re: Urgent: Embedding Python problems - advice sought

2005-08-23 Thread adsheehan
Thanks Michael. I will look into the areas you have suggested... Alan -- http://mail.python.org/mailman/listinfo/python-list

Re: Urgent: Embedding Python problems - advice sought

2005-08-17 Thread Michael Hudson
[EMAIL PROTECTED] writes: > Does anyone have advice on other groups, sites etc that has knowledge > of this subject ? I've just replied to your original post, having not seen it the first time around. Cheers, mwh -- w00t w00t w00t w00t! I don't understand all of the code, but it works!

Re: Urgent: Embedding Python problems - advice sought

2005-08-17 Thread Michael Hudson
[EMAIL PROTECTED] writes: > Hi, > > > I am embedding Python into a multi-threaded C++ application running on > Solaris and need urgent clarification on the embedding architecture and > its correct usage (as I am experience weird behaviors). What version of Python are you using? > Can anyone clar

Re: Urgent: Embedding Python problems - advice sought

2005-08-17 Thread adsheehan
Does anyone have advice on other groups, sites etc that has knowledge of this subject ? Thanks -- http://mail.python.org/mailman/listinfo/python-list