View source for Talk:Tichy

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Tichy.

Personal tools

When I want to start Tichy from my desktop computer, I get this error:

root     WARNING  can't use guic, using guip
Traceback (most recent call last):
  File "./tichy", line 38, in <module>
    import tichy
  File "../tichy/__init__.py", line 24, in <module>
    import gui
  File "../tichy/gui.py", line 26, in <module>
    from guip import *
  File "../tichy/guip/__init__.py", line 23, in <module>
    from edit import Edit
  File "../tichy/guip/edit.py", line 25, in <module>
    import tichy.key
  File "../tichy/key.py", line 8, in <module>
    import pygame
ImportError: No module named pygame

Dolfje 17:30, 27 August 2008 (UTC)

You have to install python-pygame. If you are using a debian based OS, you can use apt-get :
apt-get install python-pygame
--Charlie 12:28, 4 September 2008 (UTC)