Talk:Tichy

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: When I want to start Tichy from my desktop computer, I get this error: <pre> root WARNING can't use guic, using guip Traceback (most recent call last): File "./tichy", line 38, in <...)

Revision as of 19:30, 27 August 2008

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)

Personal tools