Re: Why won't the run-time error reporter point to the error position with a caret like the syntax error reporter does? It knows exactly where the error is.

2019-08-01 Thread Chris Angelico
On Thu, Aug 1, 2019 at 4:34 PM Terry Reedy wrote: > > On 7/31/2019 11:19 PM, jsals...@gmail.com wrote: > > Honestly this is the only thing in over half a decade of daily python use > > which has disappointed me enough to want to ask the devs: > > > print(1/) > >File "", line 1 > > p

Re: Why won't the run-time error reporter point to the error position with a caret like the syntax error reporter does? It knows exactly where the error is.

2019-07-31 Thread Terry Reedy
On 7/31/2019 11:19 PM, jsals...@gmail.com wrote: Honestly this is the only thing in over half a decade of daily python use which has disappointed me enough to want to ask the devs: print(1/) File "", line 1 print(1/) ^ SyntaxError: invalid syntax SyntaxErrors mostly com

Why won't the run-time error reporter point to the error position with a caret like the syntax error reporter does? It knows exactly where the error is.

2019-07-31 Thread jsalsman
Honestly this is the only thing in over half a decade of daily python use which has disappointed me enough to want to ask the devs: >>> print(1/) File "", line 1 print(1/) ^ SyntaxError: invalid syntax >>> print(1/1, 1/0, 1/1) Traceback (most recent call last): File "", line 1

Re: Run time Error

2013-02-05 Thread inshu chauhan
On Tue, Feb 5, 2013 at 3:10 PM, Roy Smith wrote: > In article , > inshu chauhan wrote: > > > Hello all, > > > > I am trying to run a small code of mine but I am getting a run time > error. > > What is actually meant by run time error ? it is saying to

Re: Run time Error

2013-02-05 Thread Roy Smith
In article , inshu chauhan wrote: > Hello all, > > I am trying to run a small code of mine but I am getting a run time error. > What is actually meant by run time error ? it is saying to contact > programme administrator something. Why one would get this error ? and how > to

Re: Run time Error

2013-02-05 Thread Chris Angelico
On Wed, Feb 6, 2013 at 1:05 AM, inshu chauhan wrote: > Hello all, > > I am trying to run a small code of mine but I am getting a run time error. > What is actually meant by run time error ? it is saying to contact programme > administrator something. Why one would get this err

Run time Error

2013-02-05 Thread inshu chauhan
Hello all, I am trying to run a small code of mine but I am getting a run time error. What is actually meant by run time error ? it is saying to contact programme administrator something. Why one would get this error ? and how to remove it ? -- http://mail.python.org/mailman/listinfo/python-list

Re: FPC: Exception : Unknown Run-Time error : 210

2008-06-13 Thread Gabriel Genellina
En Thu, 12 Jun 2008 12:38:34 -0300, Sa¹a Bistroviæ <[EMAIL PROTECTED]> escribió: FPC: Exception : Unknown Run-Time error : 210 Wrong list... you are probably looking for http://lists.freepascal.org/mailman/listinfo/fpc-pascal/ -- Gabriel Genellina -- http://mail.python.org/m

Re: Exception : Unknown Run-Time error : 210

2008-06-12 Thread John Machin
p > > . e x e ' + same unknown exe characters as for GBD Verison > > 'GBD Verison f p c b u i l d - 2 . 2 . 0 \ f p c s r c \ i d e \ f p . e > > x e ' + same unknown exe characters as for Compiler Verison > > 'Cygwin "C:\FPC\222A5D~1.0\BIN\I386-W~1\

Re: Exception : Unknown Run-Time error : 210

2008-06-12 Thread Sa�a Bistrovi�
"Sa¹a Bistroviæ" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sa¹a Bistroviæ > Antuna Mihanviæa 13 > 4 Èakovec > Croatia > [EMAIL PROTECTED] > > FPC: Exception : Unknown Run-Time error : 210 > > Hi, I'm Sa¹a from

FPC: Exception : Unknown Run-Time error : 210

2008-06-12 Thread Sa�a Bistrovi�
Sa¹a Bistroviæ Antuna Mihanviæa 13 4 Èakovec Croatia [EMAIL PROTECTED] FPC: Exception : Unknown Run-Time error : 210 Hi, I'm Sa¹a from Croatia. And I have : Windows XP PRO SP3. Pentium II MMX 400MHz. 256 MB of RAM. I tried to compile fp.pas. But I get this error message : &#x

Re: Problem on win xp and run time error

2006-06-22 Thread Michele Petrazzo
Chris Lambacher wrote: > On Sat, Jun 17, 2006 at 07:32:34AM +, Michele Petrazzo wrote: >> Chris Lambacher wrote: >>> On Fri, Jun 16, 2006 at 06:11:53PM +, Michele Petrazzo wrote: >>> Hi list, just found in this moment that my applications stop to work with win xp and receive thi

Re: Problem on win xp and run time error

2006-06-20 Thread Chris Lambacher
On Sat, Jun 17, 2006 at 07:32:34AM +, Michele Petrazzo wrote: > Chris Lambacher wrote: > > On Fri, Jun 16, 2006 at 06:11:53PM +, Michele Petrazzo wrote: > >> Hi list, just found in this moment that my applications stop to > >> work with win xp and receive this error: > >> > >> """ This app

Re: Problem on win xp and run time error

2006-06-17 Thread Michele Petrazzo
Fredrik Lundh wrote: >> I see that the page says: """ This problem may occur when you use >> the /GR and the /MD compiler switches """ > > hint 1: the use of "may" in that sentence is intentional. This is the only, real, answer/solution that I found on internet, so I thought that was the problem

Re: Problem on win xp and run time error

2006-06-17 Thread Michele Petrazzo
Chris Lambacher wrote: > On Fri, Jun 16, 2006 at 06:11:53PM +, Michele Petrazzo wrote: >> Hi list, just found in this moment that my applications stop to >> work with win xp and receive this error: >> >> """ This application has requested the Runtime to terminate it in >> an unusual way. Pleas

Re: Problem on win xp and run time error

2006-06-16 Thread Fredrik Lundh
Michele Petrazzo wrote: > just found in this moment that my applications stop to work with win xp > and receive this error: > > """ > This application has requested the Runtime to terminate it in an unusual > way. Please contact the application's support team for more information. > """ > > (Not

Re: Problem on win xp and run time error

2006-06-16 Thread Chris Lambacher
On Fri, Jun 16, 2006 at 06:11:53PM +, Michele Petrazzo wrote: > Hi list, > just found in this moment that my applications stop to work with win xp > and receive this error: > > """ > This application has requested the Runtime to terminate it in an unusual > way. Please contact the application'

Problem on win xp and run time error

2006-06-16 Thread Michele Petrazzo
Hi list, just found in this moment that my applications stop to work with win xp and receive this error: """ This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. """ (Note that the same application [pytho