Re: [Sikuli-driver] [Question #294711]: NameError does not report the file and line

2016-06-01 Thread Ronan Meneu
Question #294711 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294711

Status: Answered => Solved

Ronan Meneu confirmed that the question is solved:
Indeed, much better with 1.1.1:

[error] NameError ( global name 'self' is not defined )
[error] --- Traceback --- error source first
line: module ( function ) statement
2: __init__ (  hhh ) self
5: __init__ (   ) hhh()
[error] --- Traceback --- end --

C:\sikuli1.1.1>

Issue was also visible for other kind of errors (TypeError, etc.), and it's 
solved as well.
Thanks for the solution and the rapid answer!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #294711]: NameError does not report the file and line

2016-06-01 Thread Ronan Meneu
New question #294711 on Sikuli:
https://answers.launchpad.net/sikuli/+question/294711

Hello,

I am using Sikuli 1.1.0 and i find that SyntaxError is correctly reporting file 
and line, whereas NameError is not.

For instance, if i import a file toto.py (with import toto), and toto.py 
contains a syntax error, i can have:

  [error] SyntaxError ( ("mismatched input '\\n' expecting LPAREN", 
('D:\\project\\mytest.sikuli\\toto.py', 1, 10, 'def blabla\n'))

But for a NameError, i will only get:

  [error] NameError ( global name 'self' is not defined )

And no clue about the file that is guilty. I have a first error saying that 
import toto fails (and i have file and line of this import). But if this toto 
file itself imports other files, i have to look into each of them to find where 
my issue is. 

It is really not convenient for the debugging. Is it a know issue? Is there 
plan to fix it?

Thanks,

  Ronan


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #236411]: Is it possible to have access to daily builds?

2013-09-26 Thread Ronan Meneu
New question #236411 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236411

Hello,

We would like to use a more recent version of Sikuli than the latest official.
Would it be possible to have access to daily build?

Thanks,

  Ronan

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp