On Monday, October 30, 2017 at 10:11:49 PM UTC+5:30, Igor Korot wrote:
> Hi,
>
>
>
> On Oct 30, 2017 11:27 AM, "George Kalamaras via Python-list" wrote:
>
> When I am running IDLE return to me Missing python36.dll error
>
> Στάλθηκε από την Αλληλογραφία για Windows 10
>
>
> Could you please
Hi,
On Oct 30, 2017 11:27 AM, "George Kalamaras via Python-list" <
python-list@python.org> wrote:
When I am running IDLE return to me Missing python36.dll error
Στάλθηκε από την Αλληλογραφία για Windows 10
Could you please translate this from Greek?
Thank you.
--
https://mail.python.org/m
On 9/12/2014 1:48 AM, rahuldbha...@gmail.com wrote:
Hello Folks,
I'm using RIDE -- Robot Framework Test Data Editor RIDE 1.3 running
on Python 2.7.6.
When I click on some of my test case the RIDE GUI hangs and gives
bellow error message.
Run RIDE with python, not pythonw, from a command pro
Steven D'Aprano :
> rahuldbha...@gmail.com wrote:
>> encountered this problem and knows how to fix it ? some fix like
>> providing more memory or specifying some parameter when pythonw.exe
>> starts?
>
> Install more memory?
>
> It might help if you show us the code that crashes.
Reminds me of a
rahuldbha...@gmail.com wrote:
> It's strange that while it's able to open other test cases but fails on
> one particular test case. The distinguishing fact about the test case is
> that it is a big one using lots of keywords.
Sounds like you've run out of memory, and Windows has killed the proce
On Friday, 12 September 2014 11:18:25 UTC+5:30, Rahul Bhagat wrote:
> Hello Folks,
>
>
>
> I'm using RIDE -- Robot Framework Test Data Editor
>
> RIDE 1.3 running on Python 2.7.6.
>
>
>
> When I click on some of my test case the RIDE GUI hangs and gives bellow
> error message.
>
>
>
>
On Mon, Aug 15, 2011 at 3:14 AM, Dennis Lee Bieber
wrote:
> Depends... "DOS", to me, is just short for "Disk Operating
> System"... I've source code (in a book) for K2FDOS, source code for
> LS-DOS 6, and have used the AmigaDOS component of AmigaOS (granted --
> AmigaDOS technically was the
On 8/14/2011 10:30 AM, Nobody wrote:
The main use for pythonw.exe is if you write a GUI program in Python
(using e.g. TkInter, wxPython, etc) and you want it to be able to run it
from an icon (desktop, start menu) without it opening a console window
(running a console executable from an icon wil
On 2011-08-14, Chris Angelico wrote:
> Just to confuse things even further, it's not unlikely that a Mac or
> Linux or Windows computer will have DOSBox installed. Is *that* DOS?
> Technically no, but practically yes.
Depending on how you define "unlikely", I'd guess it is.
Assume that "unlikely
On Sun, Aug 14, 2011 at 9:20 PM, harrismh777 wrote:
> ... yup, ... was helping my little sis with her iMac over the phone from
> four states away and had her open a terminal for some magic... and it took
> her exactly 1.03 seconds to say, "Oh, the iMac has DOS installed in the
> utilities folder!
Thorsten Kampe wrote:
You're misunderstanding what people mean by "DOS prompt". They don't
mean "this is the DOS command shell", they mean "this is DOS".
... yup, ... was helping my little sis with her iMac over the phone from
four states away and had her open a terminal for some magic... and
* Chris Angelico (Sun, 14 Aug 2011 16:52:05 +0100)
> On Sun, Aug 14, 2011 at 3:30 PM, Nobody wrote:
> > BTW, unless you're using Windows 95/98/ME, you don't have a "DOS
> > Prompt". The command prompt in Windows NT/2000/XP/Vista/7 isn't DOS.
>
> I don't see this as any sloppier than referring to
On Sun, Aug 14, 2011 at 3:30 PM, Nobody wrote:
> BTW, unless you're using Windows 95/98/ME, you don't have a
> "DOS Prompt". The command prompt in Windows NT/2000/XP/Vista/7 isn't DOS.
>
I don't see this as any sloppier than referring to "opening a
prompt" when you mean "opening up a windowed co
On Sun, 14 Aug 2011 06:23:45 -0700, Ronald Reynolds wrote:
> in my python directory there is a python.exe file which I understand
> completely but there is also a pythonw.exe DOS seems to honor the pythonw
> command (No error message) but nothing happens. What is pythonw.exe?
Windows distinguishe
On 14-8-2011 15:23, Ronald Reynolds wrote:
> Dear Python Friends:
> in my python directory there is a python.exe file which I understand
> completely but there is also a pythonw.exe DOS seems to honor the pythonw
> command (No error message) but nothing happens. What is pythonw.exe?
> Also is ther
On Wed, 11 Nov 2009 04:51:38 -, SD_V897 wrote:
Rhodri James wrote:
On Tue, 10 Nov 2009 15:39:46 -, SD_V897
wrote:
No, I'm asking you -- or rather your admin user -- to invoke the
program that is giving you grief from the command line, i.e. "python
myscript.py", and tell me wha
Rhodri James wrote:
On Tue, 10 Nov 2009 15:39:46 -, SD_V897 wrote:
No, I'm asking you -- or rather your admin user -- to invoke the program
that is giving you grief from the command line, i.e. "python
myscript.py", and tell me what happens. "It doesn't work" won't be
considered at all
On Tue, 10 Nov 2009 15:39:46 -, SD_V897 wrote:
Rhodri James wrote:
On Fri, 06 Nov 2009 21:19:44 -, SD_V897
wrote:
Rhodri James wrote:
On Tue, 03 Nov 2009 16:00:16 -, SD_V897
wrote:
I have a perplexing issue, I have four users set up on a W7
computer. The program runs fi
Rhodri James wrote:
On Fri, 06 Nov 2009 21:19:44 -, SD_V897 wrote:
Rhodri James wrote:
On Tue, 03 Nov 2009 16:00:16 -, SD_V897
wrote:
I have a perplexing issue, I have four users set up on a W7
computer. The program runs fine for all users except the admin user
who needs it for s
On Fri, 06 Nov 2009 21:19:44 -, SD_V897 wrote:
Rhodri James wrote:
On Tue, 03 Nov 2009 16:00:16 -, SD_V897
wrote:
I have a perplexing issue, I have four users set up on a W7 computer.
The program runs fine for all users except the admin user who needs it
for school assignments.
Dennis Lee Bieber wrote:
On Fri, 06 Nov 2009 21:19:44 GMT, SD_V897
declaimed the following in gmane.comp.python.general:
AppPath=C:\Program Files\Utilities\Python Scripting v2.62\pythonw.exe
That's an interesting path... Did the install path for Python (from
either python.org or ac
On Tue, 03 Nov 2009 16:00:16 -, SD_V897 wrote:
I have a perplexing issue, I have four users set up on a W7 computer.
The program runs fine for all users except the admin user who needs it
for school assignments.
A little more information, please. How does it not work for the admin
use
whatazor <[EMAIL PROTECTED]> wrote:
>
>I made a little application with multithreading in winxp with
>python2.5. An event generated from a third part software is the
>trigger for the creation of progress bar in a wxPython app. This
>python app is launched via wxExecute.
>I've noticed a different be
Because they use two different API's to execute your code!
On Nov 30, 2007 9:09 PM, whatazor <[EMAIL PROTECTED]> wrote:
> Hi all,
> I made a little application with multithreading in winxp with
> python2.5. An event generated from a third part software is the
> trigger for the creation of progres
The script has been running console-free for about an hour now without
bailing. Looks like it was the stdout buffer.
Thanks!
Brian
On Oct 23, 4:43 pm, Matimus <[EMAIL PROTECTED]> wrote:
> > I am running WinXP SP2 with Python 2.5.1 and encountered the following
> > issue:
>
> > I wrote a script t
Hi Matt,
Your reply is much appreciated.
So let me see if I understand. When console is running, it dumps
stdout to console, the buffer is flushed regularly, and everything is
fine and dandy. But when running without console, the stdout buffer
fills up because it has no physical handle to dump to
> I am running WinXP SP2 with Python 2.5.1 and encountered the following
> issue:
>
> I wrote a script that logs into my mail server, and checks for new
> messages every 20 seconds. When a new message is found, it displays a
> Windows tool tip and prints a line to console indicating a new
> message
27 matches
Mail list logo