[GRASS-dev] SESSION_MANAGER environment variable not defined

Dear GRASS-dev,

I have started seeing this error:

Error - Debug: Failed to connect to session manager: SESSION_MANAGER environment variable not defined

when starting GRASS GIS that I have compiled myself (both 6.4.x and 7.1-svn), and do not know why. I am running Ubuntu 14.10. Never seen anything like this before. Suggestions?

Thanks!

Andy

···

Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 1.53
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Mon, Jan 12, 2015 at 12:28 PM, Andy Wickert <wickert@colorado.edu> wrote:

Dear GRASS-dev,

I have started seeing this error:

Error - Debug: Failed to connect to session manager: SESSION_MANAGER
environment variable not defined

when starting GRASS GIS that I have compiled myself (both 6.4.x and
7.1-svn), and do not know why. I am running Ubuntu 14.10. Never seen
anything like this before. Suggestions?

Which operating system do you use? It doesn't seem to come directly
from GRASS GIS.

I found (random links)
http://ubuntuforums.org/showthread.php?t=1874423
http://trac.wxwidgets.org/ticket/16024

Markus

Thanks Markus. Ubuntu 14.10. I agree that the core of this is not a GRASS problem, and yet it appears only when starting GRASS GIS. On opening a location, the GUI shows up, but no dialog windows (e.g., add layer) appear.

Andy


telephone email

On Jan 12, 2015 1:44 PM, “Markus Neteler” <neteler@osgeo.org> wrote:

On Mon, Jan 12, 2015 at 12:28 PM, Andy Wickert <wickert@colorado.edu> wrote:

Dear GRASS-dev,

I have started seeing this error:

Error - Debug: Failed to connect to session manager: SESSION_MANAGER
environment variable not defined

when starting GRASS GIS that I have compiled myself (both 6.4.x and
7.1-svn), and do not know why. I am running Ubuntu 14.10. Never seen
anything like this before. Suggestions?

Which operating system do you use? It doesn’t seem to come directly
from GRASS GIS.

I found (random links)
http://ubuntuforums.org/showthread.php?t=1874423
http://trac.wxwidgets.org/ticket/16024

Markus

On Tue, Jan 13, 2015 at 7:56 AM, Andy Wickert <wickert@colorado.edu> wrote:

Thanks Markus. Ubuntu 14.10. I agree that the core of this is not a GRASS
problem, and yet it appears only when starting GRASS GIS. On opening a
location, the GUI shows up, but no dialog windows (e.g., add layer) appear.

Andy, are you using wxPython 3?

Markus

Markus, you’re a genius! I just tried starting the version of GRASS available on the apt repositories and got this message:

awickert@dakib:~$ grass
Cleaning up temporary files …
Starting GRASS …
ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue…

So I think that what you are saying is that wxPython 3 somehow becomes the default / interferes with GRASS. I did:

awickert@dakib:~$ sudo apt-get remove python-wxgtk3.0

and now everything works. Well, hopefully my removal of wxPython 3 doesn’t break something else, so hm, is there a way to ensure that GRASS GIS always looks for wxPython 2?

Thank you!!

Andy

···

On Tue, Jan 13, 2015 at 9:43 AM, Markus Neteler <neteler@osgeo.org> wrote:

On Tue, Jan 13, 2015 at 7:56 AM, Andy Wickert <wickert@colorado.edu> wrote:

Thanks Markus. Ubuntu 14.10. I agree that the core of this is not a GRASS
problem, and yet it appears only when starting GRASS GIS. On opening a
location, the GUI shows up, but no dialog windows (e.g., add layer) appear.

Andy, are you using wxPython 3?

Markus


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On 13/01/15 11:02, Andy Wickert wrote:

Markus, you're a genius! I just tried starting the version of GRASS
available on the apt repositories and got this message:

awickert@dakib:~$ grass
Cleaning up temporary files ...
Starting GRASS ...
ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue...

So I think that what you are saying is that wxPython 3 somehow becomes
the default / interferes with GRASS. I did:

awickert@dakib:~$ sudo apt-get remove python-wxgtk3.0

and now everything works. Well, hopefully my removal of wxPython 3
doesn't break something else, so hm, is there a way to ensure that GRASS
GIS always looks for wxPython 2?

The idea is rather to try to solve any errors concerning wxPython 3 as it is more and more becoming the default in Linux distributions. Anna has been quite active in trying to solve any specific wxPython3 issues.

On my Debian Testing system I have Python 2.7.8 and wxPython: 3.0.1.1 and I do not see your error. So it would be interesting to explore what happens on your system. What graphical environment are you running in ? What does 'echo $SESSION_MANAGER' in a terminal give you ?

Moritz

After the uninstall, I have:

Python 2.7.8

wxPython 2.8.12.1

‘echo $SESSION_MANAGER’ returns nothing both inside and outside the GRASS GIS environment in terminal.

···

On Tue, Jan 13, 2015 at 11:50 AM, Moritz Lennert <mlennert@club.worldonline.be> wrote:

On 13/01/15 11:02, Andy Wickert wrote:

Markus, you’re a genius! I just tried starting the version of GRASS
available on the apt repositories and got this message:

awickert@dakib:~$ grass
Cleaning up temporary files …
Starting GRASS …
ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue…

So I think that what you are saying is that wxPython 3 somehow becomes
the default / interferes with GRASS. I did:

awickert@dakib:~$ sudo apt-get remove python-wxgtk3.0

and now everything works. Well, hopefully my removal of wxPython 3
doesn’t break something else, so hm, is there a way to ensure that GRASS
GIS always looks for wxPython 2?

The idea is rather to try to solve any errors concerning wxPython 3 as it is more and more becoming the default in Linux distributions. Anna has been quite active in trying to solve any specific wxPython3 issues.

On my Debian Testing system I have Python 2.7.8 and wxPython: 3.0.1.1 and I do not see your error. So it would be interesting to explore what happens on your system. What graphical environment are you running in ? What does ‘echo $SESSION_MANAGER’ in a terminal give you ?

Moritz


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Tue, Jan 13, 2015 at 1:02 PM, Andy Wickert <wickert@colorado.edu> wrote:

After the uninstall, I have:

Python 2.7.8
wxPython 2.8.12.1

'echo $SESSION_MANAGER' returns nothing both inside and outside the GRASS
GIS environment in terminal.

We checked here on an Ubuntu 14.4 and it is also empty while Fedora
20/XFCE reports

echo $SESSION_MANAGER
local/unix:@/tmp/.ICE-unix/1934,unix/unix:/tmp/.ICE-unix/1934

What if you set
export SESSION_MANAGER=1
?

Markus

On Tue, Jan 13, 2015 at 2:13 PM, Markus Neteler <neteler@osgeo.org> wrote:
...

What if you set
export SESSION_MANAGER=1
?

... of course along with wxpython3... (to be reinstalled at your end).

Thanks for the patience of testing but this is important for us.

Markus

Are you using Unity ? GNOME ? KDE ? A session over ssh ?

I'm really no windows management and graphical environment expert, but apparently some windows managers do not set this variable.

Moritz

On 13/01/15 13:02, Andy Wickert wrote:

After the uninstall, I have:

Python 2.7.8
wxPython 2.8.12.1

'echo $SESSION_MANAGER' returns nothing both inside and outside the
GRASS GIS environment in terminal.

---
Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Tue, Jan 13, 2015 at 11:50 AM, Moritz Lennert
<mlennert@club.worldonline.be <mailto:mlennert@club.worldonline.be>> wrote:

    On 13/01/15 11:02, Andy Wickert wrote:

        Markus, you're a genius! I just tried starting the version of GRASS
        available on the apt repositories and got this message:

        awickert@dakib:~$ grass
        Cleaning up temporary files ...
        Starting GRASS ...
        ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
        Error in GUI startup. If necessary, please
        report this error to the GRASS developers.
        Switching to text mode now.
        Hit RETURN to continue...

        So I think that what you are saying is that wxPython 3 somehow
        becomes
        the default / interferes with GRASS. I did:

        awickert@dakib:~$ sudo apt-get remove python-wxgtk3.0

        and now everything works. Well, hopefully my removal of wxPython 3
        doesn't break something else, so hm, is there a way to ensure
        that GRASS
        GIS always looks for wxPython 2?

    The idea is rather to try to solve any errors concerning wxPython 3
    as it is more and more becoming the default in Linux distributions.
    Anna has been quite active in trying to solve any specific wxPython3
    issues.

    On my Debian Testing system I have Python 2.7.8 and wxPython:
    3.0.1.1 and I do not see your error. So it would be interesting to
    explore what happens on your system. What graphical environment are
    you running in ? What does 'echo $SESSION_MANAGER' in a terminal
    give you ?

    Moritz

Hi Markus and Moritz and all,

Moritz – Unity.

Markus –
Starting GRASS GIS…
_IceTransOpen: Unable to Parse address 1
12:20:02 AM: Debug: Failed to connect to session manager: Could not open network socket

So the blank “NetworkManager” in Unity is definitely the culprit in my mind.

Andy

···

On Tue, Jan 13, 2015 at 2:29 PM, Moritz Lennert <mlennert@club.worldonline.be> wrote:

Are you using Unity ? GNOME ? KDE ? A session over ssh ?

I’m really no windows management and graphical environment expert, but apparently some windows managers do not set this variable.

Moritz

On 13/01/15 13:02, Andy Wickert wrote:

After the uninstall, I have:

Python 2.7.8
wxPython 2.8.12.1

‘echo $SESSION_MANAGER’ returns nothing both inside and outside the
GRASS GIS environment in terminal.


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Tue, Jan 13, 2015 at 11:50 AM, Moritz Lennert

<mlennert@club.worldonline.be mailto:[mlennert@club.worldonline.be](mailto:mlennert@club.worldonline.be)> wrote:

On 13/01/15 11:02, Andy Wickert wrote:

Markus, you’re a genius! I just tried starting the version of GRASS
available on the apt repositories and got this message:

awickert@dakib:~$ grass
Cleaning up temporary files …
Starting GRASS …
ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue…

So I think that what you are saying is that wxPython 3 somehow
becomes
the default / interferes with GRASS. I did:

awickert@dakib:~$ sudo apt-get remove python-wxgtk3.0

and now everything works. Well, hopefully my removal of wxPython 3
doesn’t break something else, so hm, is there a way to ensure
that GRASS
GIS always looks for wxPython 2?

The idea is rather to try to solve any errors concerning wxPython 3
as it is more and more becoming the default in Linux distributions.
Anna has been quite active in trying to solve any specific wxPython3
issues.

On my Debian Testing system I have Python 2.7.8 and wxPython:
3.0.1.1 and I do not see your error. So it would be interesting to
explore what happens on your system. What graphical environment are
you running in ? What does ‘echo $SESSION_MANAGER’ in a terminal
give you ?

Moritz


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Tue, Jan 13, 2015 at 6:21 PM, Andy Wickert <wickert@colorado.edu> wrote:

Hi Markus and Moritz and all,

Moritz -- Unity.

Markus --
Starting GRASS GIS...
_IceTransOpen: Unable to Parse address 1
12:20:02 AM: Debug: Failed to connect to session manager: Could not open
network socket

So the blank "NetworkManager" in Unity is definitely the culprit in my
mind.

Hi,

just to make sure I understand, the gui opens (layer manager + window), but
adding map layer doesn't work? What else doesn't work? Do you get any other
error in the terminal or gui console? I just want to make sure there is no
other reason behind this. I was not really able to understand what the
weird error means by googling, but it seems that sometimes it could be
harmless.

Thanks,

Anna

Andy

---
Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Tue, Jan 13, 2015 at 2:29 PM, Moritz Lennert <
mlennert@club.worldonline.be> wrote:

Are you using Unity ? GNOME ? KDE ? A session over ssh ?

I'm really no windows management and graphical environment expert, but
apparently some windows managers do not set this variable.

Moritz

On 13/01/15 13:02, Andy Wickert wrote:

After the uninstall, I have:

Python 2.7.8
wxPython 2.8.12.1

'echo $SESSION_MANAGER' returns nothing both inside and outside the
GRASS GIS environment in terminal.

---
Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Tue, Jan 13, 2015 at 11:50 AM, Moritz Lennert
<mlennert@club.worldonline.be <mailto:mlennert@club.worldonline.be>>
wrote:

    On 13/01/15 11:02, Andy Wickert wrote:

        Markus, you're a genius! I just tried starting the version of
GRASS
        available on the apt repositories and got this message:

        awickert@dakib:~$ grass
        Cleaning up temporary files ...
        Starting GRASS ...
        ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
        Error in GUI startup. If necessary, please
        report this error to the GRASS developers.
        Switching to text mode now.
        Hit RETURN to continue...

        So I think that what you are saying is that wxPython 3 somehow
        becomes
        the default / interferes with GRASS. I did:

        awickert@dakib:~$ sudo apt-get remove python-wxgtk3.0

        and now everything works. Well, hopefully my removal of wxPython
3
        doesn't break something else, so hm, is there a way to ensure
        that GRASS
        GIS always looks for wxPython 2?

    The idea is rather to try to solve any errors concerning wxPython 3
    as it is more and more becoming the default in Linux distributions.
    Anna has been quite active in trying to solve any specific wxPython3
    issues.

    On my Debian Testing system I have Python 2.7.8 and wxPython:
    3.0.1.1 and I do not see your error. So it would be interesting to
    explore what happens on your system. What graphical environment are
    you running in ? What does 'echo $SESSION_MANAGER' in a terminal
    give you ?

    Moritz

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Hi,

2015-01-14 2:08 GMT+01:00 Anna Petrášová <kratochanna@gmail.com>:

_IceTransOpen: Unable to Parse address 1
12:20:02 AM: Debug: Failed to connect to session manager: Could not open
network socket

So the blank "NetworkManager" in Unity is definitely the culprit in my
mind.

Hi,

just to make sure I understand, the gui opens (layer manager + window), but
adding map layer doesn't work? What else doesn't work? Do you get any other
error in the terminal or gui console? I just want to make sure there is no
other reason behind this. I was not really able to understand what the weird
error means by googling, but it seems that sometimes it could be harmless.

yesterday I switched to wxPython3 and I am getting this debug message
too when starting wxGUI...

01:16:47 AM: Debug: Failed to connect to session manager:
SESSION_MANAGER environment variable not defined

This debug message has no effect on my PC. Martin

--
Martin Landa
http://gismentors.eu/mentors/landa

Hi Anna and Martin,

Anna – You are absolutely correct. What doesn’t work is anything that requires opening another window after GRASS GIS starts. No other errors show up in the GUI console. This applies to the version that I compiled myself. The version that I got from apt-get won’t launch the GUI at all and (as noted above) prints the following message:

ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.

Martin – just to double-check, did you try adding a layer and have success in doing that? And what OS (and, if applicable, desktop) are you using?

Andy

···

On Wed, Jan 14, 2015 at 9:31 AM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2015-01-14 2:08 GMT+01:00 Anna Petrášová <kratochanna@gmail.com>:

_IceTransOpen: Unable to Parse address 1
12:20:02 AM: Debug: Failed to connect to session manager: Could not open
network socket

So the blank “NetworkManager” in Unity is definitely the culprit in my
mind.

Hi,

just to make sure I understand, the gui opens (layer manager + window), but
adding map layer doesn’t work? What else doesn’t work? Do you get any other
error in the terminal or gui console? I just want to make sure there is no
other reason behind this. I was not really able to understand what the weird
error means by googling, but it seems that sometimes it could be harmless.

yesterday I switched to wxPython3 and I am getting this debug message
too when starting wxGUI…

01:16:47 AM: Debug: Failed to connect to session manager:
SESSION_MANAGER environment variable not defined

This debug message has no effect on my PC. Martin


Martin Landa
http://gismentors.eu/mentors/landa


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

Hi,

2015-01-14 10:29 GMT+01:00 Andy Wickert <wickert@colorado.edu>:

ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.

which version are you using?

Martin -- just to double-check, did you try adding a layer and have success
in doing that? And what OS (and, if applicable, desktop) are you using?

Fresh GRASS 7.0.0svn works together with wxPython 3 for me. Using
Debian GNU/Linux unstable. Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa

Hi,

apt-get version is 6.4.3.

The version giving me problems with wxPython 3 is 7.1.svn

Andy

···

On Wed, Jan 14, 2015 at 11:12 AM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2015-01-14 10:29 GMT+01:00 Andy Wickert <wickert@colorado.edu>:

ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.

which version are you using?

Martin – just to double-check, did you try adding a layer and have success
in doing that? And what OS (and, if applicable, desktop) are you using?

Fresh GRASS 7.0.0svn works together with wxPython 3 for me. Using
Debian GNU/Linux unstable. Martin


Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

Sorry, actually, they both give me problems, but the version that allows the GUI to start but not the add-layer dialog to open is 7.1.svn.
Andy

···

On Wed, Jan 14, 2015 at 2:55 PM, Andy Wickert <wickert@colorado.edu> wrote:

Hi,

apt-get version is 6.4.3.

The version giving me problems with wxPython 3 is 7.1.svn

Andy


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Wed, Jan 14, 2015 at 11:12 AM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2015-01-14 10:29 GMT+01:00 Andy Wickert <wickert@colorado.edu>:

ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.

which version are you using?

Martin – just to double-check, did you try adding a layer and have success
in doing that? And what OS (and, if applicable, desktop) are you using?

Fresh GRASS 7.0.0svn works together with wxPython 3 for me. Using
Debian GNU/Linux unstable. Martin


Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa

On Wed, Jan 14, 2015 at 8:59 AM, Andy Wickert <wickert@colorado.edu> wrote:

Sorry, actually, they both give me problems, but the version that allows
the GUI to start but not the add-layer dialog to open is 7.1.svn.
Andy

I am using Ubuntu 14.04 with wxPython 2.8 but I have self-compiled wxPython
3.0.1.1 for testing purposes. I don't have any similar problems. How did
you get wxPython3, I don't think it's in standard repositories?

---
Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Wed, Jan 14, 2015 at 2:55 PM, Andy Wickert <wickert@colorado.edu>
wrote:

Hi,

apt-get version is 6.4.3.

The version giving me problems with wxPython 3 is 7.1.svn

Andy

---
Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Wed, Jan 14, 2015 at 11:12 AM, Martin Landa <landa.martin@gmail.com>
wrote:

Hi,

2015-01-14 10:29 GMT+01:00 Andy Wickert <wickert@colorado.edu>:
> ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
> Error in GUI startup. If necessary, please
> report this error to the GRASS developers.
> Switching to text mode now.

which version are you using?

> Martin -- just to double-check, did you try adding a layer and have
success
> in doing that? And what OS (and, if applicable, desktop) are you using?

Fresh GRASS 7.0.0svn works together with wxPython 3 for me. Using
Debian GNU/Linux unstable. Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa

Hi Anna,

Sorry I let this languish!

It installed without me explicitly asking it to be – perhaps it was a dependency for something? In any case, it has made its way into my standard set of packages. I wonder if there is something between it and Unity keeping SESSION_MANAGER blank.

Andy

···

On Wed, Jan 14, 2015 at 4:16 PM, Anna Petrášová <kratochanna@gmail.com> wrote:


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Wed, Jan 14, 2015 at 8:59 AM, Andy Wickert <wickert@colorado.edu> wrote:

Sorry, actually, they both give me problems, but the version that allows the GUI to start but not the add-layer dialog to open is 7.1.svn.
Andy

I am using Ubuntu 14.04 with wxPython 2.8 but I have self-compiled wxPython 3.0.1.1 for testing purposes. I don’t have any similar problems. How did you get wxPython3, I don’t think it’s in standard repositories?


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Wed, Jan 14, 2015 at 2:55 PM, Andy Wickert <wickert@colorado.edu> wrote:

Hi,

apt-get version is 6.4.3.

The version giving me problems with wxPython 3 is 7.1.svn

Andy


Andrew D. Wickert
INSTAAR & Geological Sciences, University of Colorado Boulder
Now at:
Universität Potsdam
Institut für Erd- und Umweltwissenschaften
Haus 29, Rm. 153
Karl-Liebknecht-Str. 24-25
14476 Potsdam-Golm, Deutschland

On Wed, Jan 14, 2015 at 11:12 AM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2015-01-14 10:29 GMT+01:00 Andy Wickert <wickert@colorado.edu>:

ERROR: wxGUI does not support wxPython 3.0.0.0 yet.
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.

which version are you using?

Martin – just to double-check, did you try adding a layer and have success
in doing that? And what OS (and, if applicable, desktop) are you using?

Fresh GRASS 7.0.0svn works together with wxPython 3 for me. Using
Debian GNU/Linux unstable. Martin


Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa