olivierb2 / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

Module wx not found in Mac OSX Lion 10.7 #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Has any one manage to run the application under 10.7 ?

Original issue reported on code.google.com by reka9...@gmail.com on 16 Nov 2011 at 8:18

GoogleCodeExporter commented 8 years ago
I tried.  I get "ImportError: No Module named wx"

1/18/12 11:59:15.192 PM com.apple.launchd.peruser.501: 
([0x0-0x41041].org.pythonmac.unspecified.Gitso[527]) Exited with code: 255
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso: 
Traceback (most recent call last):
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso:   File 
"/Applications/Gitso.app/Contents/Resources/__boot__.py", line 163, in <module>
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso:     
_run('Gitso.py')
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso:   File 
"/Applications/Gitso.app/Contents/Resources/__boot__.py", line 160, in _run
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso:     
execfile(path, globals(), globals())
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso:   File 
"/Applications/Gitso.app/Contents/Resources/Gitso.py", line 51, in <module>
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso:     
import wx
1/18/12 11:59:21.360 PM [0x0-0x44044].org.pythonmac.unspecified.Gitso: 
ImportError: No module named wx
1/18/12 11:59:21.429 PM Gitso: Gitso Error
1/18/12 11:59:21.430 PM Gitso: Gitso Error
An unexpected error has occurred during execution of the main script

ImportError: No module named wx
1/18/12 11:59:24.749 PM com.apple.launchd.peruser.501: 
([0x0-0x44044].org.pythonmac.unspecified.Gitso[538]) Exited with code: 255

Original comment by toddejoh...@gmail.com on 19 Jan 2012 at 5:59

GoogleCodeExporter commented 8 years ago
Can anyone get Gitso to work on OSX LION 10.7 upwards?

Original comment by gershonh...@gmail.com on 13 Feb 2012 at 7:53

GoogleCodeExporter commented 8 years ago
Do you have wxPython installed?

http://wiki.wxpython.org/How%20to%20install%20wxPython

Original comment by herr.bi...@gmail.com on 30 Sep 2012 at 9:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I can start Gitso and it opens (starting via "python2.5 
/Applications/Gitso.app/Contents/Resources/Gitso.py"), python 2.5 and wxpython 
is installed, but I am not able to "get support".

On the terminal there are lots of errors from OSXvnc-server:
Warning: CGDisplayBaseAddress is obsolete and returning NULL for display 
0x5b81c5c0

OSXvnc(Vine VNC) is quiet outdated, isn't it ? On Sourceforge the most recent 
version is from 2007. Is it possible that it's just not compatible with OSX 
10.7+ anymore ?

interested if there are guys that got it working on 10.7+...

or is there any alternative (and free) vnc for mac to initiate a reverse 
connection ?

Original comment by godzilla...@gmail.com on 28 Sep 2013 at 2:54

GoogleCodeExporter commented 8 years ago
I've found a reverse vnc script on Heise which works fine on Snow Leopard 
(tested on 10.7.3 and Gitso in server mode on Debian Jessie):

http://www.heise.de/netze/tools/fernwartung/

there are multiple OSXvnc-server binaries in this bundle included, at least two 
of them seems to work (OSXvnc-server4 and OSXvnc-server5). I have replaced the 
OSXvnc-server in the Gitso bundle with the OSXvnc-server5 (see attachment) from 
this package and now it seems to work fine...

Original comment by godzilla...@gmail.com on 28 Sep 2013 at 2:03

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Thank you for your reply and testing.

But I'm using Team Viewer now. which gets the job done as well.

Thank you!

Original comment by gershonh...@gmail.com on 28 Sep 2013 at 7:57