Re: [gentoo-user] remote debugging python on embedded platform

2018-09-17 Thread Raffaele Belardi
R0b0t1 wrote: > On Mon, Sep 17, 2018 at 12:36 PM, R0b0t1 wrote: >> On Mon, Sep 17, 2018 at 11:53 AM, Raffaele Belardi >> wrote: >>> (Moved from [pycharm-community vs pycharm-professional] thread) >>> Usually what I see is either sftp or rsync (over ssh) to the remote computer, then ssh

Re: [gentoo-user] wxPython/wxWidgets release number mismatch

2018-09-17 Thread Andrew Udvare
> On 2018-09-17, at 19:51, Grant Edwards wrote: > > Sounds like a mess. The Gentoo stable versions _seem_ to work OK > together at the moment (for the apps I've tried), but the warning > every time you run one doesn't inspire confidence. That would be enough for me to stop using packages

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
On 2018-09-17, Andrew Udvare wrote: > On 9/17/18 5:02 PM, Grant Edwards wrote: >> >> It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and >> wxGTK-304-r300. I've already done that a few times, but I answered >> 'y' anyway and let it reinstall them again. It didn't help: >> >> $ python -c

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
On 2018-09-17, Mick wrote: >> $ python -c "import wx" >> >> /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: >> UserWarning: wxPython/wxWidgets release number mismatch >> warnings.warn("wxPython/wxWidgets release number mismatch") > > Have a look at bug #639276 in case it is

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Andrew Udvare
On 9/17/18 5:02 PM, Grant Edwards wrote: > > It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and > wxGTK-304-r300. I've already done that a few times, but I answered > 'y' anyway and let it reinstall them again. It didn't help: > > $ python -c "import wx" > >

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Mick
On Monday, 17 September 2018 22:02:23 BST Grant Edwards wrote: > On 2018-09-17, Andrew Udvare wrote: > > On 9/17/18 3:48 PM, Grant Edwards wrote: > >> Does anybody have any idea what the below is trying to tell me? > >> > >> _WHAT_ two compenents are mismatched? > >> > >> WTF is the point of

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
On 2018-09-17, Andrew Udvare wrote: > On 9/17/18 3:48 PM, Grant Edwards wrote: >> Does anybody have any idea what the below is trying to tell me? >> >> _WHAT_ two compenents are mismatched? >> >> WTF is the point of printing a "release number mismatch" warning >> without tell the user which two

Re: [gentoo-user] wxPython/wxWidgets release number mismatch

2018-09-17 Thread Andrew Udvare
On 9/17/18 3:48 PM, Grant Edwards wrote: > Does anybody have any idea what the below is trying to tell me? > > _WHAT_ two compenents are mismatched? > > WTF is the point of printing a "release number mismatch" warning > without tell the user which two components are mismatched? > > You might as

[gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
On 2018-09-17, Grant Edwards wrote: import wx > /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: > UserWarning: wxPython/wxWidgets release number mismatch > warnings.warn("wxPython/wxWidgets release number mismatch") Is this because I have wxpython 3.0.2.0 and wxGTK

[gentoo-user] When did "emerge --search" start returning packages that don't match?

2018-09-17 Thread Grant Edwards
I recently noticed that "emerge --search" stopped working correctly. It now returns all sorts of packages that don't match the search sting: $ emerge --search wxpython | grep '^[^\t ]' [ Results for search key : wxpython ] Searching... * dev-lang/python * dev-python/bpython *

[gentoo-user] wxPython/wxWidgets release number mismatch

2018-09-17 Thread Grant Edwards
Does anybody have any idea what the below is trying to tell me? _WHAT_ two compenents are mismatched? WTF is the point of printing a "release number mismatch" warning without tell the user which two components are mismatched? You might as well print out WARNING: something might or might be

[gentoo-user] Re: disable Intel Mgr Engine

2018-09-17 Thread Grant Edwards
On 2018-09-14, james wrote: > On 9/13/18 7:52 PM, mad.scientist.at.la...@tutanota.com wrote: > >> Actually, we now know what linux it runs and people are starting to >> break it, at least as far as finding bugs. > > Do enlighten me; what linux (ebedded) does ME run? any details are > of interest

Re: [gentoo-user] remote debugging python on embedded platform

2018-09-17 Thread R0b0t1
On Mon, Sep 17, 2018 at 12:36 PM, R0b0t1 wrote: > On Mon, Sep 17, 2018 at 11:53 AM, Raffaele Belardi > wrote: >> (Moved from [pycharm-community vs pycharm-professional] thread) >> >> R0b0t1 wrote: >>> On Mon, Sep 17, 2018 at 10:54 AM, Raffaele Belardi I'd use Python to develop programs for

Re: [gentoo-user] remote debugging python on embedded platform

2018-09-17 Thread R0b0t1
On Mon, Sep 17, 2018 at 11:53 AM, Raffaele Belardi wrote: > (Moved from [pycharm-community vs pycharm-professional] thread) > > R0b0t1 wrote: >> On Mon, Sep 17, 2018 at 10:54 AM, Raffaele Belardi >>> I'd use Python to develop programs for fun on an ARM-linux embedded board, >>> with the host >>>

[gentoo-user] remote debugging python on embedded platform

2018-09-17 Thread Raffaele Belardi
(Moved from [pycharm-community vs pycharm-professional] thread) R0b0t1 wrote: > On Mon, Sep 17, 2018 at 10:54 AM, Raffaele Belardi >> I'd use Python to develop programs for fun on an ARM-linux embedded board, >> with the host >> PC running Gentoo. I suppose that for debugging on the target I'd

Re: [gentoo-user] pycharm-community vs pycharm-professional

2018-09-17 Thread R0b0t1
On Mon, Sep 17, 2018 at 10:54 AM, Raffaele Belardi wrote: > András Csányi wrote: >> Hi, >> >> Check this page: >> https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html > > I'm not the OP but am interested in the topic and currently just a noob in > Python. > > I'd use Python

Re: [gentoo-user] pycharm-community vs pycharm-professional

2018-09-17 Thread Raffaele Belardi
András Csányi wrote: > Hi, > > Check this page: > https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html I'm not the OP but am interested in the topic and currently just a noob in Python. I'd use Python to develop programs for fun on an ARM-linux embedded board, with the