View Single Post
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#5
Originally Posted by noobmonkey View Post
hmmmm trying it, but getting a few issues......
Should just run, but crashing out at some point - will have a play and see where i get.
Yeah, mine closes silently, when running python verbosely, I see:
Code:
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpymodule.so
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpy.py
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpy.pyc
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpy.pyo
#   clear[2] __name__
#   clear[2] __file__
#   clear[2] __doc__
#   clear[2] pygame
# trying /usr/lib/python2.5/site-packages/pygame/sndarray.so
# trying /usr/lib/python2.5/site-packages/pygame/sndarraymodule.so
# trying /usr/lib/python2.5/site-packages/pygame/sndarray.py
whereas on the PC python doesn't clear __name__ etc. at this point. Later on also:
Code:
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpymodule.so
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpy.py
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpy.pyc
# trying /usr/lib/pymodules/python2.5/gtk-2.0/numpy.pyo
#   clear[2] __file__
#   clear[2] mixer
#   clear[2] pygame
#   clear[2] __name__
#   clear[2] __doc__
# trying /usr/lib/python2.5/site-packages/pygame/fastevent.so
dlopen("/usr/lib/python2.5/site-packages/pygame/fastevent.so", 2);
import pygame.fastevent # dynamically loaded from /usr/lib/python2.5/site-packages/pygame/fastevent.so
# trying /usr/lib/python2.5/site-packages/pygame/copy_reg.so
which doesn't happen on a PC, and then when the menu is supposed to be shown:
Code:
# trying /media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/menu.py
# /media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/menu.pyc has bad magic
# /media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/menu.pyo matches /media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/menu.py
import menu # precompiled from /media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/menu.pyo
# cleanup __main__
#   clear[2] K_KP_MINUS
#   clear[2] GL_STEREO
#   clear[2] SCRAP_PPM
#   clear[2] K_PAUSE
#   clear[2] BLEND_MULT
#   clear[2] YV12_OVERLAY
#   clear[2] K_F6
#   clear[2] K_F1
#   clear[2] K_F8
#   clear[2] K_F9
as if Esc was pressed in a normal exit.
 

The Following User Says Thank You to 白い熊 For This Useful Post: