Thank you.
Indeed I did a search but couldn't find a right approach.
Jython! Yes.. It supports to call jar file.
As you said... Application support team has to modify few things on
application side where object creation should be public rather protected
On 31 Jan 2018 7:12 am, "Steven D'Aprano"
On Tue, 30 Jan 2018 16:00:43 +0530, Prahallad Achar wrote:
> Luckily application supports headless automation now question is how to
> invoke those jar using python.
I can see two approaches:
(1) Calling the jar directly from Python.
I don't think you can do that from CPython, but you might be
Luckily application supports headless automation now question is how to
> invoke those jar using python.
On 29 Jan 2018 10:45 pm, "Prahallad Achar" wrote:
Thanks for the kind response.
Sure.. Definitely I shall ask development team for the same.
Regards
Prahallad
On 29 Jan 2018 7:48 pm, "Steve
Thanks for the kind response.
Sure.. Definitely I shall ask development team for the same.
Regards
Prahallad
On 29 Jan 2018 7:48 pm, "Steven D'Aprano" <
steve+comp.lang.pyt...@pearwood.info> wrote:
> On Mon, 29 Jan 2018 17:50:46 +0530, Prahallad Achar wrote:
>
> > No.. Not at all.
> >
> > Its CT
On Mon, 29 Jan 2018 17:50:46 +0530, Prahallad Achar wrote:
> No.. Not at all.
>
> Its CTP application.. Which is basically transport planner for networks
If you want to know whether CTP can be run headless, you should ask the
CTP support team or software maintainer, not Python forums.
Do you h
No.. Not at all.
Its CTP application.. Which is basically transport planner for networks
On 29 Jan 2018 5:38 pm, "Steven D'Aprano" <
steve+comp.lang.pyt...@pearwood.info> wrote:
> On Mon, 29 Jan 2018 16:23:23 +0530, Prahallad Achar wrote:
>
> > Hello friends,
> >
> > There is an desktop applicat
On Mon, 29 Jan 2018 16:23:23 +0530, Prahallad Achar wrote:
> Hello friends,
>
> There is an desktop application which runs on Windows and written in
> java
[...]
> Is there a way to run this automation without launching the application
> (headless)
Is the name of the application a secret?
--
On 2015-08-30, Laura Creighton wrote:
> In a message of Sun, 30 Aug 2015 07:25:55 -0700, ryguy7272 writes:
>
>>I know this is an old post, but anyway, can't you just use Windows Scheduler?
>>http://windows.microsoft.com/en-us/windows/schedule-task#1TC=windows-7
>
> I think you may have missed the
In a message of Sun, 30 Aug 2015 07:25:55 -0700, ryguy7272 writes:
>I know this is an old post, but anyway, can't you just use Windows Scheduler?
>http://windows.microsoft.com/en-us/windows/schedule-task#1TC=windows-7
I think you may have missed the original post, where poor old
Grant Edwards sai
On Tuesday, March 31, 2015 at 9:14:38 PM UTC-4, alex23 wrote:
> On 23/03/2015 1:43 PM, Michael Torrie wrote:
> > As near as I can tell the standard go-to utility for this is a program
> > called AutoIt. https://www.autoitscript.com/site/autoit/
> >
> > Nothing to do with Python, and its scripting
On 23/03/2015 1:43 PM, Michael Torrie wrote:
As near as I can tell the standard go-to utility for this is a program
called AutoIt. https://www.autoitscript.com/site/autoit/
Nothing to do with Python, and its scripting language is maybe not that
appealing to many, but it does the job, and does i
--
On Sun, Mar 22, 2015 6:41 PM CET Emile van Sebille wrote:
>On 3/20/2015 10:55 AM, Grant Edwards wrote:
>
>> I need to automate operation of a Windows application.
>
>I've been productively using python to create macro scheduler [1] scripts to
>automate windows prog
- Original Message -
From: "Michael Torrie"
To:
Sent: Monday, March 23, 2015 5:43 AM
Subject: Re: Automation of Windows app?
Nothing to do with Python, and its scripting language is maybe not that
appealing to many, but it does the job, and does it pretty well. I
fir
On Monday, March 23, 2015 at 6:32:26 AM UTC+5:30, Mark Lawrence wrote:
> On 22/03/2015 23:54, vern.muhr wrote:
> > Check out Sikuli at www.sikuli.org. It is an amazing program, and it is
> > scripted in Python (Jython actually)!
> >
> > Good luck.
> >
>
> Only 2.7 again, when are we going to ban
On 03/20/2015 12:10 PM, Grant Edwards wrote:
> On 2015-03-20, Grant Edwards wrote:
>
>> I need to automate operation of a Windows application.
>
> I should have mentioned that I've found and am going to experiment
> a bit with pywinauto-0.4.0, but if there is anything else I should
> look at, su
On 22/03/2015 23:54, vern.m...@gmail.com wrote:
Check out Sikuli at www.sikuli.org. It is an amazing program, and it is
scripted in Python (Jython actually)!
Good luck.
Only 2.7 again, when are we going to ban Luddites from this list? :)
--
My fellow Pythonistas, ask not what our language c
Check out Sikuli at www.sikuli.org. It is an amazing program, and it is
scripted in Python (Jython actually)!
Good luck.
--
https://mail.python.org/mailman/listinfo/python-list
On 3/20/2015 10:55 AM, Grant Edwards wrote:
I need to automate operation of a Windows application.
I've been productively using python to create macro scheduler [1]
scripts to automate windows programs for years.
A sample script:
Press Alt
Send Character/Text>cu
Release Alt
WaitWindowOpen>
On 2015-03-20, Jerry Hill wrote:
> On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards
> wrote:
>> I need to automate operation of a Windows application.
>
> I've used Sikuli (http://www.sikuli.org/) for similar things in the
> past. It's an automation framework built on Jython, and it worked
> grea
On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards wrote:
> I need to automate operation of a Windows application.
I've used Sikuli (http://www.sikuli.org/) for similar things in the
past. It's an automation framework built on Jython, and it worked
great for what I needed at the time.
I think AutoH
On 2015-03-20, Grant Edwards wrote:
> I need to automate operation of a Windows application.
I should have mentioned that I've found and am going to experiment
a bit with pywinauto-0.4.0, but if there is anything else I should
look at, suggestions would be welcome.
--
Grant Edwards
On 21 November 2013 11:58, Steven D'Aprano <
steve+comp.lang.pyt...@pearwood.info> wrote:
>
> For a serious look at Australian placenames named after Australian
> Aboriginal words, see wikipedia:
>
>
> http://en.wikipedia.org/wiki/List_of_Australian_place_names_of_Aboriginal_origin
Just noticed t
On Wed, 20 Nov 2013 17:58:27 -0500, Dennis Lee Bieber wrote:
> On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico
> declaimed the following:
>
>>Anyway, we Aussies know more about your geography than you know about
>>ours, I reckon. Which of these is not a real place: Parramatta,
>>Warrnambool,
On 2013-11-20, Walter Hurry wrote:
> On Thu, 21 Nov 2013 03:33:02 +1100, Chris Angelico wrote:
>
>> But the actual fake is Cerinabbin
>
> You might have included Woolloomooloo in the list!
Anybody from the early days of TCP/IP networking on PC-DOS and Mac OS
would also recognize Wollongong even i
On Thu, 21 Nov 2013 03:33:02 +1100, Chris Angelico wrote:
> But the actual fake is Cerinabbin
You might have included Woolloomooloo in the list!
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, Nov 21, 2013 at 3:28 AM, Tim Golden wrote:
> On 20/11/2013 16:19, Chris Angelico wrote:
>> On Thu, Nov 21, 2013 at 3:14 AM, Grant Edwards
>> wrote:
>>> On 2013-11-19, Chris Angelico wrote:
>>>
Anyway, we Aussies know more about your geography than you know about
ours, I reckon
On 20/11/2013 16:19, Chris Angelico wrote:
> On Thu, Nov 21, 2013 at 3:14 AM, Grant Edwards
> wrote:
>> On 2013-11-19, Chris Angelico wrote:
>>
>>> Anyway, we Aussies know more about your geography than you know about
>>> ours, I reckon. Which of these is not a real place: Parramatta,
>>> Warrna
On 2013-11-19, Ian Kelly wrote:
> On Fri, Nov 15, 2013 at 1:45 PM, Alister wrote:
>> and if you haven't seen it before :-
>>
>> Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in
>> waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht
>> the frist and lsat l
On Thu, Nov 21, 2013 at 3:14 AM, Grant Edwards wrote:
> On 2013-11-19, Chris Angelico wrote:
>
>> Anyway, we Aussies know more about your geography than you know about
>> ours, I reckon. Which of these is not a real place: Parramatta,
>> Warrnambool, Cerinabbin, Mordialloc? No fair Googling them,
On 2013-11-19, Chris Angelico wrote:
> Anyway, we Aussies know more about your geography than you know about
> ours, I reckon. Which of these is not a real place: Parramatta,
> Warrnambool, Cerinabbin, Mordialloc? No fair Googling them, see if you
> can call it.
Next thing you'll be telling us t
On Wed, Nov 20, 2013 at 2:11 AM, Chris Angelico wrote:
> On Wed, Nov 20, 2013 at 2:06 AM, MRAB wrote:
>> You need to distinguish between "Scottish English" and "Scots", the
>> latter being related to English, but isn't English, much as Danish is
>> related to Swedish, but isn't Swedish.
>
> Ah. W
Here's a response from a full-blooded Scot on the subject.
On Wed, Nov 20, 2013 at 8:29 PM, Derrick McCLURE wrote:
> No, Chris, you haven't been led astray. The language is referred to as
> Scots, not Scottish. There is an academic journal called Scottish Language,
> which I edited for many yea
On Wed, Nov 20, 2013 at 2:06 AM, MRAB wrote:
> You need to distinguish between "Scottish English" and "Scots", the
> latter being related to English, but isn't English, much as Danish is
> related to Swedish, but isn't Swedish.
Ah. When I referred to a "Scots" word, I was talking about the Gaelic
On 19/11/2013 12:59, Alister wrote:
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote:
On Tue, Nov 19, 2013 at 11:36 PM, Alister
wrote:
the language & nationality is Scottish, the people are Scots & Scotch
is a type of whisky.
Hmm, I don't know that it's that clear-cut (other than th
On Wed, Nov 20, 2013 at 12:55 AM, Tim Golden wrote:
> On 19/11/2013 13:50, Mark Lawrence wrote:
>> On 19/11/2013 10:48, Chris Angelico wrote:
>>>
>>> Anyway, we Aussies know more about your geography than you know about
>>> ours, I reckon. Which of these is not a real place: Parramatta,
>>> Warrna
On 19/11/2013 13:55, Tim Golden wrote:
On 19/11/2013 13:50, Mark Lawrence wrote:
On 19/11/2013 10:48, Chris Angelico wrote:
Anyway, we Aussies know more about your geography than you know about
ours, I reckon. Which of these is not a real place: Parramatta,
Warrnambool, Cerinabbin, Mordialloc?
On 19/11/2013 13:50, Mark Lawrence wrote:
> On 19/11/2013 10:48, Chris Angelico wrote:
>>
>> Anyway, we Aussies know more about your geography than you know about
>> ours, I reckon. Which of these is not a real place: Parramatta,
>> Warrnambool, Cerinabbin, Mordialloc? No fair Googling them, see if
On 19/11/2013 10:48, Chris Angelico wrote:
Anyway, we Aussies know more about your geography than you know about
ours, I reckon. Which of these is not a real place: Parramatta,
Warrnambool, Cerinabbin, Mordialloc? No fair Googling them, see if you
can call it. I've been to three of the above pla
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote:
> On Tue, Nov 19, 2013 at 11:36 PM, Alister
> wrote:
>> the language & nationality is Scottish, the people are Scots & Scotch
>> is a type of whisky.
>
> Hmm, I don't know that it's that clear-cut (other than the drink).
> Derrick McClure
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote:
> On Tue, Nov 19, 2013 at 11:36 PM, Alister
> wrote:
>> the language & nationality is Scottish, the people are Scots & Scotch
>> is a type of whisky.
>
> Hmm, I don't know that it's that clear-cut (other than the drink).
> Derrick McClure
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote:
> On Tue, Nov 19, 2013 at 11:36 PM, Alister
> wrote:
>> the language & nationality is Scottish, the people are Scots & Scotch
>> is a type of whisky.
>
> Hmm, I don't know that it's that clear-cut (other than the drink).
> Derrick McClure
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote:
> On Tue, Nov 19, 2013 at 11:36 PM, Alister
> wrote:
>> the language & nationality is Scottish, the people are Scots & Scotch
>> is a type of whisky.
>
> Hmm, I don't know that it's that clear-cut (other than the drink).
> Derrick McClure
On Tue, Nov 19, 2013 at 11:36 PM, Alister wrote:
> the language & nationality is Scottish, the people are Scots & Scotch is
> a type of whisky.
Hmm, I don't know that it's that clear-cut (other than the drink).
Derrick McClure is himself a Scot, and he posted this on Savoynet:
https://mailman.br
On Tue, 19 Nov 2013 22:58:35 +1100, Chris Angelico wrote:
> On Tue, Nov 19, 2013 at 10:53 PM, Walter Hurry
> wrote:
>> On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico wrote:
>>
>>> I guessed Scots for the second one because it didn't look Welsh and it
>>> seemed plausible to get a mostly-Engli
On Tue, Nov 19, 2013 at 10:53 PM, Walter Hurry wrote:
> On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico wrote:
>
>> I guessed Scots for the second one because it
>> didn't look Welsh and it seemed plausible to get a mostly-English
>> paragraph with one Welsh name and one Scots word.
>
> The wor
On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico wrote:
> I guessed Scots for the second one because it
> didn't look Welsh and it seemed plausible to get a mostly-English
> paragraph with one Welsh name and one Scots word.
The word is *Scottish*. I think that's what Mark was driving at.
--
h
On Tue, Nov 19, 2013 at 8:54 PM, Mark Lawrence wrote:
> On 19/11/2013 09:26, Chris Angelico wrote:
>>
>>
>> It couldn't figure out "Absytrytewh", "picsbeliud", or
>> "hnasoa/tw.nartswdbvweos/utrtek:p./il". That's not a bad result. (And
>> as a human, I'm guessing that the second one isn't an Engli
On Tue, Nov 19, 2013 at 8:54 PM, Mark Lawrence wrote:
> On 19/11/2013 09:26, Chris Angelico wrote:
>>
>>
>> It couldn't figure out "Absytrytewh", "picsbeliud", or
>> "hnasoa/tw.nartswdbvweos/utrtek:p./il". That's not a bad result. (And
>> as a human, I'm guessing that the second one isn't an Engli
On 19/11/2013 09:26, Chris Angelico wrote:
It couldn't figure out "Absytrytewh", "picsbeliud", or
"hnasoa/tw.nartswdbvweos/utrtek:p./il". That's not a bad result. (And
as a human, I'm guessing that the second one isn't an English word -
maybe it's Scots?) Here's the code:
I sense another lett
On 19/11/2013 08:53, Ian Kelly wrote:
On Fri, Nov 15, 2013 at 1:45 PM, Alister wrote:
and if you haven't seen it before :-
Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in
waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht
the frist and lsat ltteer be
On Tue, Nov 19, 2013 at 2:26 AM, Chris Angelico wrote:
> It couldn't figure out "Absytrytewh", "picsbeliud", or
> "hnasoa/tw.nartswdbvweos/utrtek:p./il". That's not a bad result. (And
> as a human, I'm guessing that the second one isn't an English word -
> maybe it's Scots?) Here's the code:
It's
On Tue, Nov 19, 2013 at 7:53 PM, Ian Kelly wrote:
> Aoilegpos for aidnoptg a cdocianorttry vwpiienot but, ttoheliacrley
> spkeaing, lgitehnneng the words can mnartafucue an iocnuurgons
> samenttet that is vlrtiauly isbpilechmoenrne.
isbpilechmoenrne. I totally want to find an excuse to use that w
On Fri, Nov 15, 2013 at 1:45 PM, Alister wrote:
> and if you haven't seen it before :-
>
> Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in
> waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht
> the frist and lsat ltteer be at the rghit pclae. The rset ca
On Tue, 19 Nov 2013 19:23:11 +1300, Gregory Ewing wrote:
> Neil Cerutti wrote:
>> Written English probably changes much slower than spoken English, and
>> we have the curmudgeon's to thank.
>
> The curmudgeon's what? :-)
The curmudgeon's cudgel of course.
*wack* "Will you speak proper now or wo
Neil Cerutti wrote:
Written English probably changes much slower than spoken English,
and we have the curmudgeon's to thank.
The curmudgeon's what? :-)
--
Greg
--
https://mail.python.org/mailman/listinfo/python-list
On 16/11/2013 17:02, Paul Smith wrote:
On Sat, 2013-11-16 at 10:11 -0500, Roy Smith wrote:
In article ,
William Ray Wing wrote:
And my personal peeve - using it's (contraction) when its (possessive)
should have been used; occasionally vice-versa.
And one of mine is when people write, "H
On Mon, Nov 18, 2013 at 11:49 AM, Grant Edwards wrote:
> ...
> I don't make those mistakes typing on a phone (where I have to
> actually think about the act of typing), but I do make them with a
> regular keyboard, where I don't have to think about mechanics of
> typing the words.
>
> OTOH, maybe
On 2013-11-16, Larry Hudson wrote:
>> And yes, people can _easily_ tell the difference between errors
>> caused by being lazy/sloppy and errors caused by writing in a second
>> language.
>>
> Not to start another flame-war (I hope), but our Greek friend is a
> good example of that. It's not surp
On 2013-11-16, Larry Hudson wrote:
> However, that's just a side comment. I wanted to mention my
> personal peeve...
>
> I notice it's surprisingly common for people who are native
> English-speakers to use 'to' in place of 'too' (to little, to
> late.), "your" in place of "you're" (Your an idiot
On 2013.11.16 22:16, Chris Angelico wrote:
> I decided a while ago that my life would be alot better[1]
For those who haven't yet seen it:
http://hyperboleandahalf.blogspot.com/2010/04/alot-is-better-than-you-at-everything.html
--
CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 10.0
--
https://ma
On Sun, Nov 17, 2013 at 3:07 PM, MRAB wrote:
> On 17/11/2013 03:44, Andrew Berg wrote:
>>
>> On 2013.11.16 11:02, Paul Smith wrote:
>>>
>>> The one that really irks me is people using "loose" when they mean
>>> "lose". These words are not related, and they don't sound the
>>> same. Plus this mist
On 17/11/2013 03:44, Andrew Berg wrote:
On 2013.11.16 11:02, Paul Smith wrote:
The one that really irks me is people using "loose" when they mean
"lose". These words are not related, and they don't sound the
same. Plus this mistake is very common; I typically see it at least
once a day.
Don't
On 2013.11.16 11:02, Paul Smith wrote:
> The one that really irks me is people using "loose" when they mean
> "lose". These words are not related, and they don't sound the same.
> Plus this mistake is very common; I typically see it at least once a
> day.
Don't be surprised if such people pronounc
On Sat, 2013-11-16 at 10:11 -0500, Roy Smith wrote:
> In article ,
> William Ray Wing wrote:
>
> > And my personal peeve - using it's (contraction) when its (possessive)
> > should have been used; occasionally vice-versa.
> And one of mine is when people write, "Here, here!" to signify
> agr
In article ,
William Ray Wing wrote:
> And my personal peeve - using it's (contraction) when its (possessive)
> should have been used; occasionally vice-versa.
And one of mine is when people write, "Here, here!" to signify
agreement. What they really mean to write is, "Hear, hear!", meaning
On Nov 16, 2013, at 1:17 AM, Larry Hudson wrote:
[byte]
>
> However, that's just a side comment. I wanted to mention my personal peeve...
>
> I notice it's surprisingly common for people who are native English-speakers
> to use 'to' in place of 'too' (to little, to late.), "your" in place of
On 16/11/2013 02:01, Dennis Lee Bieber wrote:
Given that "English" contains remnants of latin (from the Roman
occupation), saxons (a germanic tribe), angles (another germanic tribe),
danish (after the joining of the anglo-saxon), other vikings (norse), then
the norman invasion (which was
On 11/15/2013 07:02 AM, Grant Edwards wrote:
On 2013-11-15, Paul Rudin wrote:
Steven D'Aprano writes:
A few minor errors is one thing, but when you see people whose posts are
full of error after error and an apparent inability to get English syntax
right, you have to wonder how on earth they
On 2013-11-15 13:43, xDog Walker wrote:
> On Friday 2013 November 15 06:58, Grant Edwards wrote:
> > There are people (not many in this group) who grew up speaking
> > English and really ought to apologize for their writing -- but
> > they never do.
>
> Can you supply an example of the form such
On Friday 2013 November 15 06:58, Grant Edwards wrote:
> There are people (not many in this group) who grew up speaking English
> and really ought to apologize for their writing -- but they never do.
Can you supply an example of the form such an apology might take?
--
Yonder nor sorghum stenches
On Fri, 15 Nov 2013 20:12:27 +, Alister wrote:
> On Fri, 15 Nov 2013 16:53:58 +, Neil Cerutti wrote:
>
>> On 2013-11-15, Steven D'Aprano
>> wrote:
>>> On Thu, 14 Nov 2013 20:03:44 +, Alister wrote:
As a native of England I have to agree it is far to arrogant to
expect every
On Fri, 15 Nov 2013 16:53:58 +, Neil Cerutti wrote:
> On 2013-11-15, Steven D'Aprano
> wrote:
>> On Thu, 14 Nov 2013 20:03:44 +, Alister wrote:
>>> As a native of England I have to agree it is far to arrogant to expect
>>> everyone else to be able to speak good English when I can barley o
On 2013-11-15, Steven D'Aprano
wrote:
> On Thu, 14 Nov 2013 20:03:44 +, Alister wrote:
>> As a native of England I have to agree it is far to arrogant
>> to expect everyone else to be able to speak good English when
>> I can barley order a beer in any other language. (even or
>> especially in
On Sat, 16 Nov 2013 02:12:16 +1100, Chris Angelico wrote:
> On Sat, Nov 16, 2013 at 2:02 AM, Grant Edwards
> wrote:
>> And yes, people can _easily_ tell the difference between errors caused
>> by being lazy/sloppy and errors caused by writing in a second language.
>
> Yes, and even among people
On Sat, Nov 16, 2013 at 2:02 AM, Grant Edwards wrote:
> And yes, people can _easily_ tell the difference between errors caused
> by being lazy/sloppy and errors caused by writing in a second
> language.
Yes, and even among people for whom English is the first language,
idioms can cause offense. O
On 2013-11-15, Paul Rudin wrote:
> Steven D'Aprano writes:
>
>> A few minor errors is one thing, but when you see people whose posts are
>> full of error after error and an apparent inability to get English syntax
>> right, you have to wonder how on earth they expect to be a programmer?
>
> Th
On 2013-11-14, Mark Lawrence wrote:
> On 14/11/2013 03:56, renato.barbosa.pim.pere...@gmail.com wrote:
>> I apologize again for my bad english and any inconvenience that I have
>> generated.
>
> I do wish that people would stop apologising for poor English, it's an
> extremely difficult language
On 15/11/2013 06:44, Steven D'Aprano wrote:
On Thu, 14 Nov 2013 17:10:02 +, Mark Lawrence wrote:
On 14/11/2013 03:56, renato.barbosa.pim.pere...@gmail.com wrote:
I apologize again for my bad english and any inconvenience that I have
generated.
I do wish that people would stop apologisin
Steven D'Aprano writes:
> A few minor errors is one thing, but when you see people whose posts are
> full of error after error and an apparent inability to get English syntax
> right, you have to wonder how on earth they expect to be a programmer?
The irritating thing is apparent lack of care
On Thu, 14 Nov 2013 17:10:02 +, Mark Lawrence wrote:
> On 14/11/2013 03:56, renato.barbosa.pim.pere...@gmail.com wrote:
>> I apologize again for my bad english and any inconvenience that I have
>> generated.
>>
>>
> I do wish that people would stop apologising for poor English, it's an
> extre
On Thu, 14 Nov 2013 20:03:44 +, Alister wrote:
> As a native of England I have to agree it is far to arrogant to expect
> everyone else to be able to speak good English when I can barley order a
> beer in any other language. (even or especially in the USA)
Apparently you can "barley" write UK
On Fri, Nov 15, 2013 at 7:03 AM, Alister wrote:
> On Thu, 14 Nov 2013 17:10:02 +, Mark Lawrence wrote:
>
>> On 14/11/2013 03:56, renato.barbosa.pim.pere...@gmail.com wrote:
>>> I apologize again for my bad english and any inconvenience that I have
>>> generated.
>>>
>>>
>> I do wish that peopl
On Thu, 14 Nov 2013 17:10:02 +, Mark Lawrence wrote:
> On 14/11/2013 03:56, renato.barbosa.pim.pere...@gmail.com wrote:
>> I apologize again for my bad english and any inconvenience that I have
>> generated.
>>
>>
> I do wish that people would stop apologising for poor English, it's an
> extre
On 14/11/2013 03:56, renato.barbosa.pim.pere...@gmail.com wrote:
I apologize again for my bad english and any inconvenience that I have
generated.
I do wish that people would stop apologising for poor English, it's an
extremely difficult language. IIRC there are eight different ways of
pro
bob gailer wrote:
> Does this have anything to do with statistics? Quantum
> theory? Telephony?
>
> P = Pluto, V = Venus, S = Saturn?
>
> Help us understand - then we *might* be able to help you.
bob later gailer wrote:
> Oh ... will you please explain in good English and a lot
> more detail. I
On Sunday, November 3, 2013 5:32:46 PM UTC-6, Denis McMahon wrote:
> Seems to me like you're using a sledgehammer to shell a peanut.
And hopefully he knows whether or not he has a peanut allergy
before he commits to enjoying the fruits of his labor.
--
https://mail.python.org/mailman/listinfo/
Thanks for all the help, I finished the program, follow the download link and a
brief explanation of the same (in Portuguese, my native language), I apologize
again for my bad english and any inconvenience that I have generated.
http://mundodacana.blogspot.com.br/2013/11/programa-para-calculo-de
On Sun, 03 Nov 2013 23:32:46 +, Denis McMahon wrote:
> On Sun, 03 Nov 2013 14:19:48 -0200, Renato Barbosa Pim Pereira wrote:
>
>> I have one .xls file with the values of PV MV and SP, I wanna to
>> calculate Kp Ki Kd with python from this file, can anyone give me any
>> suggestion about how c
On 04/11/2013 00:16, bob gailer wrote:
Let's remember that it is the job of the OP to explain his problem so we
can offer solutions.
It's also the job of the responder to help if possible, e.g. by
providing some context with their messages, which is clearly absent above.
--
Python is the se
On Sun, Nov 3, 2013 at 8:19 AM, Renato Barbosa Pim Pereira <
renato.barbosa.pim.pere...@gmail.com> wrote:
> I have one .xls file with the values of PV MV and SP, I wanna to calculate
> Kp Ki Kd with python from this file, can anyone give me any suggestion
> about how can I do this? From now, thank
On Sunday, November 3, 2013 9:49:48 PM UTC+5:30, Renato Barbosa Pim Pereira
wrote:
> I have one .xls file with the values of PV MV and SP, I wanna to
> calculate Kp Ki Kd with python from this file, can anyone give me any
> suggestion about how can I do this? From now, thanks.
You need somethin
Let's remember that it is the job of the OP to explain his problem so we
can offer solutions.
--
Bob Gailer
919-636-4239
Chapel Hill NC
--
https://mail.python.org/mailman/listinfo/python-list
On 03/11/2013 21:53, Mark Lawrence wrote:
On 03/11/2013 21:22, bob gailer wrote:
On 11/3/2013 11:19 AM, Renato Barbosa Pim Pereira wrote:
I have one .xls file with the values of PV MV and SP, I wanna to
calculate Kp Ki Kd with python from this file, can anyone give me any
suggestion about how c
On Sun, 03 Nov 2013 14:19:48 -0200, Renato Barbosa Pim Pereira wrote:
> I have one .xls file with the values of PV MV and SP, I wanna to
> calculate Kp Ki Kd with python from this file, can anyone give me any
> suggestion about how can I do this? From now, thanks.
Why use Python? Why not simply w
On 11/3/2013 4:48 PM, renato.barbosa.pim.pere...@gmail.com wrote:
http://pastebin.com/N9dgaHTx
With this program I can read a csv file with 3 columns, in one of these columns
I need to read the value more high and multiply by 0.632 and with result,
search in the same column by a value that apr
On Sun, 3 Nov 2013 14:19:48 -0200
Renato Barbosa Pim Pereira wrote:
> I have one .xls file with the values of PV MV and SP, I wanna to calculate
> Kp Ki Kd with python from this file, can anyone give me any suggestion
> about how can I do this? From now, thanks.
Did you looked at http://www.pytho
On 03/11/2013 21:22, bob gailer wrote:
On 11/3/2013 11:19 AM, Renato Barbosa Pim Pereira wrote:
I have one .xls file with the values of PV MV and SP, I wanna to
calculate Kp Ki Kd with python from this file, can anyone give me any
suggestion about how can I do this?
You could start by explainin
http://pastebin.com/N9dgaHTx
With this program I can read a csv file with 3 columns, in one of these columns
I need to read the value more high and multiply by 0.632 and with result,
search in the same column by a value that aproximate with this result, and then
return the vector position.
--
On 11/3/2013 11:19 AM, Renato Barbosa Pim Pereira wrote:
I have one .xls file with the values of PV MV and SP, I wanna to
calculate Kp Ki Kd with python from this file, can anyone give me any
suggestion about how can I do this?
You could start by explaining what those terms mean. They have no di
On Sep 2, 4:22 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> On Sep 1, 10:48 pm, Jerry <[EMAIL PROTECTED]> wrote:
>
> > andrew,
>
> > I would try looking into Windows automation with
> > Python.http://www.google.com/search?q=windows+automation+pythonshouldget
> > you started. The winGuiAut
1 - 100 of 108 matches
Mail list logo