avijju / gitso

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

Cannot get Gitso to build and run on Mac OS X 10.6.7 #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Have installed:
Xcode Version 3.2.6 (1761)
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 
5646)] on darwin
>>> print py2app.__version__
0.6.1
>>> print setuptools.__version__
0.6c11

What steps will reproduce the problem?
tar jxf gitso_0.6_src.tar.bz2 
cd gitso-0.6/
./makegitso.sh
Then install Gitso from Gitso_0.6_SnowLeopard.dmg

When I execute it I get the below error.  
$ /Applications/Gitso.app/Contents/MacOS/Gitso Traceback (most recent call 
last):
  File "/Applications/Gitso.app/Contents/Resources/__boot__.py", line 215, in <module>
    _run('Gitso.py')
  File "/Applications/Gitso.app/Contents/Resources/__boot__.py", line 212, in _run
    execfile(path, globals(), globals())
  File "/Applications/Gitso.app/Contents/Resources/Gitso.py", line 51, in <module>
    import wx
  File "/var/tmp/wxWidgets/wxWidgets-13~231/2.6/DSTROOT/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/__init__.py", line 45, in <module>

  File "/var/tmp/wxWidgets/wxWidgets-13~231/2.6/DSTROOT/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_core.py", line 4, in <module>
ImportError: 
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.
8-mac-unicode/wx/_core_.so: no appropriate 64-bit architecture (see "man 
python" for running in 32-bit mode)
2011-04-05 22:13:57.192 Gitso[3868:903] Gitso Error

This is regardless of "defaults write com.apple.versioner.python Prefer-32-Bit 
-bool yes" being set during execution and compliation or not.  

Any help appreciated.  

Original issue reported on code.google.com by toddejoh...@gmail.com on 6 Apr 2011 at 3:18

GoogleCodeExporter commented 9 years ago
I also tried booting into 10.5 on another partition.  I still can't get it to 
run on 10.6.  This is stock unchanged gitso source.  
In 10.5:
tar jxf gitso_0.6_src.tar.bz2 
cd gitso-0.6/
./makegitso.sh

Reboot into 10.6:
Then install Gitso from Gitso_0.6_SnowLeopard.dmg
$ /Applications/Gitso.app/Contents/MacOS/Gitso 
<_FuncPtr object at 0xf86f80>
Traceback (most recent call last):
  File "/Applications/Gitso.app/Contents/Resources/__boot__.py", line 213, in <module>
    _run('Gitso.py')
  File "/Applications/Gitso.app/Contents/Resources/__boot__.py", line 210, in _run
    execfile(path, globals(), globals())
  File "/Applications/Gitso.app/Contents/Resources/Gitso.py", line 51, in <module>
    import wx
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/__init__.py", line 45, in <module>
    from wx._core import *
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_core.py", line 56, in <module>
    _core_._wxPySetDictionary(vars())
TypeError: _wxPySetDictionary must have dictionary object!
2011-06-04 17:21:45.200 Gitso[246:903] Gitso Error

Please help me to get it building.

Original comment by toddejoh...@gmail.com on 4 Jun 2011 at 10:25

GoogleCodeExporter commented 9 years ago
I don't know what changed.  All the sudden I boot into my 10.5 and it just 
works.  Please Close

Original comment by toddejoh...@gmail.com on 11 Jan 2012 at 2:37