Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-18 Thread Kai Huuhko
2017-06-18 2:14 GMT+03:00 Rbt. Y-Lee : > Also oddly enough Jeff uses the same line of code in exterminator and epad: > > self.mainWindow.icon_object_set(icon.object_get()) (epads case) > > in this case even with elementary settings set to use elm theme it works. > also print(icon.object) returns:

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread The Rasterman
On Sat, 17 Jun 2017 19:14:46 -0400 "Rbt. Y-Lee" said: > Also oddly enough Jeff uses the same line of code in exterminator and epad: > > self.mainWindow.icon_object_set(icon.object_get()) (epads case) > > in this case even with elementary settings set to use elm theme it works. > also print(ico

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread Rbt. Y-Lee
Also oddly enough Jeff uses the same line of code in exterminator and epad: self.mainWindow.icon_object_set(icon.object_get()) (epads case) in this case even with elementary settings set to use elm theme it works. also print(icon.object) returns: < ( geometry=(0, 0, 0, 0), color=(255, 255, 255,

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread Rbt. Y-Lee
For the record, at first I could not duplicate this error. But once I did I determined that this is not a efl-1.19.1 nor an issue with 1.19.1's associated python-efl as I can duplicate the same issue using efl1.18.4 and appropriate python-efl. The fact only some users got this error as well as the

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread Davide Andreoli
you already asked the same question on 1 february, https://sourceforge.net/p/enlightenment/mailman/message/35640163/ so it's not a 1.19 issue :P I already gave my suggestion on that thread, to solve the error, but both raster and kuuko goes further. 2017-06-16 6:05 GMT+02:00 Jeff Hoogland : > Si

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread Kai Huuhko
2017-06-16 7:47 GMT+03:00 Carsten Haitzler : > On Thu, 15 Jun 2017 23:05:22 -0500 Jeff Hoogland > said: > >> Since upgrading from EFL 1.18 to 1.19 I am having some users report >> > > that >> one of our py-efl applica

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-15 Thread The Rasterman
On Thu, 15 Jun 2017 23:05:22 -0500 Jeff Hoogland said: > Since upgrading from EFL 1.18 to 1.19 I am having some users report > > that > one of our py-efl applications is crashing at startup for them. The error > is:

[E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-15 Thread Jeff Hoogland
Since upgrading from EFL 1.18 to 1.19 I am having some users report that one of our py-efl applications is crashing at startup for them. The error is: Traceback (most recent call last): File "/usr/bin/swami", line 17