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.
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.
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 ?