Menu

#3 Not working in Linux

open
nobody
Client (2)
7
2003-08-02
2003-08-02
No

There are some issues with Viper IDE klient in Linux that
we are currently trying to figure out. Mostly small buggs
(we think), but it doesnt run at all in Linux at the
moment.

Discussion

  • Hĺkan Johansson

    Logged In: YES
    user_id=769227

    Some progress has been made, but there are still some
    problem with Viper client in linux. Apparently GTK doesnt like to
    handle events from other threads then the main thread.

     
  • Wojtek Rolecki

    Wojtek Rolecki - 2003-11-12

    Logged In: YES
    user_id=907686

    I was unable to launch it - after browsing some .py files I ran
    for i in `find . -regex '.*\.py'`; do
    dos2unix $i
    done
    and it started, at least. don't know about the functionality yet.

     
  • Aaron Mueller

    Aaron Mueller - 2008-01-20

    Logged In: YES
    user_id=1299480
    Originator: NO

    I try to fix this Problems.
    The first is the encoding, all Source-Files need the following line at the top:
    # -*- coding: ISO-8859-15 -*-

    Next, there is (I think) an incompatibility with the Parameters for Menu.Append.

    File "/home/aaron/Desktop/Viper-client-0.3/viper/mainwin.py", line 43, in _init_coll_File_Items
    parent.Append(helpString = 'Login to a VIPER IDE server', id = wxID_WXFRAME1FILEITEMS0, item = 'Login')
    File "/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 10433, in Append
    return _core_.Menu_Append(*args, **kwargs)
    TypeError: Menu_Append() takes at least 3 arguments (2 given)

    I try to fix it but i cant find the problem .... is this because I use wxWindows 2.8 ?

     

Log in to post a comment.

MongoDB Logo MongoDB