Discussion:
[Pyzo] pyzo plotting in debug mode not working
Dietrich Pescoller
2016-11-07 14:11:19 UTC
Permalink
Hi,

we have experienced that the plotting during debugging is not working on
OpenSuse 13.2.

We have pyzo 3.2.1 and latest anaconda. The exaclty same configuration is
working on a debian machine.

We tought that the anaconda + pyzo distro build a completely standalone
environment not depending (too much) on the base OS system.

Of course we have the

PYZO_PROCESS_EVENTS_WHILE_DEBUGGING=1

set.


What could be the reason of our problem?

Do you have any suggestion what we should check/fix?


Best regards,

Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
a***@gmail.com
2016-11-09 09:00:45 UTC
Permalink
Are you saying that you’ve got it working on other system, but not on OpenSuse 13.2, specifically?


From: Dietrich Pescoller
Sent: 07 November 2016 15:11
To: Pyzo
Subject: [Pyzo] pyzo plotting in debug mode not working

Hi,

we have experienced that the plotting during debugging is not working on OpenSuse 13.2.

We have pyzo 3.2.1 and latest anaconda. The exaclty same configuration is working on a debian machine.

We tought that the anaconda + pyzo distro build a completely standalone environment not depending (too much) on the base OS system.

Of course we have the

PYZO_PROCESS_EVENTS_WHILE_DEBUGGING=1
set.

What could be the reason of our problem?
Do you have any suggestion what we should check/fix?

Best regards,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dietrich Pescoller
2016-11-09 09:10:23 UTC
Permalink
Exacltly it work's on other system (i.e. Debian).
What should I check? As I said I thought that pyzo + anaconda was let say
an "isolated" system.

Dietrich
Post by a***@gmail.com
Are you saying that you’ve got it working on other system, but not on
OpenSuse 13.2, specifically?
*From: *Dietrich Pescoller <javascript:>
*Sent: *07 November 2016 15:11
*To: *Pyzo <javascript:>
*Subject: *[Pyzo] pyzo plotting in debug mode not working
Hi,
we have experienced that the plotting during debugging is not working on OpenSuse 13.2.
We have pyzo 3.2.1 and latest anaconda. The exaclty same configuration is
working on a debian machine.
We tought that the anaconda + pyzo distro build a completely standalone
environment not depending (too much) on the base OS system.
Of course we have the
PYZO_PROCESS_EVENTS_WHILE_DEBUGGING=1
set.
What could be the reason of our problem?
Do you have any suggestion what we should check/fix?
Best regards,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
a***@gmail.com
2016-11-09 09:22:04 UTC
Permalink
I am surprised, because it should not depend on the OS. What GUI backend are you using? Is it the same between the different systems?

- Almar

From: Dietrich Pescoller
Sent: 09 November 2016 10:10
To: Pyzo
Cc: ***@gmail.com
Subject: Re: [Pyzo] pyzo plotting in debug mode not working

Exacltly it work's on other system (i.e. Debian).
What should I check? As I said I thought that pyzo + anaconda was let say an "isolated" system.

Dietrich

Il giorno mercoledì 9 novembre 2016 10:00:47 UTC+1, Almar Klein ha scritto:
Are you saying that you’ve got it working on other system, but not on OpenSuse 13.2, specifically?
 
 
From: Dietrich Pescoller
Sent: 07 November 2016 15:11
To: Pyzo
Subject: [Pyzo] pyzo plotting in debug mode not working
 
Hi,

we have experienced that the plotting during debugging is not working on OpenSuse 13.2.

We have pyzo 3.2.1 and latest anaconda. The exaclty same configuration is working on a debian machine.

We tought that the anaconda + pyzo distro build a completely standalone environment not depending (too much) on the base OS system.

Of course we have the
PYZO_PROCESS_EVENTS_WHILE_DEBUGGING=1
set.
 
What could be the reason of our problem?
Do you have any suggestion what we should check/fix?
 
Best regards,
Dietrich
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dietrich Pescoller
2016-11-10 09:15:20 UTC
Permalink
Hi,
in trying to understand which GUI backend it is using we discovered and
solved the problem.
By default it is set to auto and we think in this case it uses QT4. So we
have this folloing OK/NOT OK table

auto -> NOT OK
qt5 -> OK
qt4 -> NOT OK
TK -> OK

So there is not a real issue here, anyway this maybe be useful information
for anybody encountering the same problem.

Thanks,
Dietrich
Post by a***@gmail.com
I am surprised, because it should not depend on the OS. What GUI backend
are you using? Is it the same between the different systems?
- Almar
*From: *Dietrich Pescoller <javascript:>
*Sent: *09 November 2016 10:10
*To: *Pyzo <javascript:>
*Subject: *Re: [Pyzo] pyzo plotting in debug mode not working
Exacltly it work's on other system (i.e. Debian).
What should I check? As I said I thought that pyzo + anaconda was let say
an "isolated" system.
Dietrich
Are you saying that you’ve got it working on other system, but not on
OpenSuse 13.2, specifically?
*From: *Dietrich Pescoller
*Sent: *07 November 2016 15:11
*To: *Pyzo
*Subject: *[Pyzo] pyzo plotting in debug mode not working
Hi,
we have experienced that the plotting during debugging is not working on OpenSuse 13.2.
We have pyzo 3.2.1 and latest anaconda. The exaclty same configuration is
working on a debian machine.
We tought that the anaconda + pyzo distro build a completely standalone
environment not depending (too much) on the base OS system.
Of course we have the
PYZO_PROCESS_EVENTS_WHILE_DEBUGGING=1
set.
What could be the reason of our problem?
Do you have any suggestion what we should check/fix?
Best regards,
Dietrich
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...