gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] xgps from 3.17~dev


From: hans mayer
Subject: Re: [gpsd-users] xgps from 3.17~dev
Date: Sun, 03 Apr 2016 22:18:25 +0200
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Thunderbird/24.1.1



hi eric,

thanks for explanation.
i installed python 3.2.3 now
but this results in a different error:

# ./xgps
  File "./xgps", line 544
    ''')
      ^
SyntaxError: invalid syntax

i do not know python. so it's hard for me to
analyse this script.

but i am happy with version 3.16 of xgps.
as long as this will work.


kind regards
hans

--



Am 03.04.2016 19:26, schrieb Eric S. Raymond:
hans mayer <address@hidden>:


hi eric,

many thanks for your reply.

how did you figure out that's line 518 ?
and which xml file we are speaking about ?

kind regards
hans

It's this call:

         self.uimanager.add_ui_from_string(u'''
<ui>
     <menubar name="MenuBar">
       <menu action="File">
         <menuitem action="Quit"/>
       </menu>
       <menu action="View">
         <menuitem action="Skyview"/>
         <menuitem action="Responses"/>
         <menuitem action="GPS"/>
         <menuitem action="Noise"/>
         <menuitem action="Maidenhead"/>
         <menuitem action="AIS"/>
       </menu>
       <menu action="Units">
         <menuitem action="Imperial"/>
         <menuitem action="Nautical"/>
         <menuitem action="Metric"/>
       </menu>
       <menu action="Step of grid">
         <menuitem action="30°"/>
         <menuitem action="45°"/>
         <menuitem action="Off"/>
       </menu>
     </menubar>
</ui>
''')

The stack trace showed an error on the last line of that span, 544.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]