Talk:Tichy
From Openmoko
(Difference between revisions)
(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 <...) |
|||
| Line 18: | Line 18: | ||
</pre> | </pre> | ||
[[User:Dolfje|Dolfje]] 17:30, 27 August 2008 (UTC) | [[User:Dolfje|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 | ||
| + | : --[[User:Charlie|Charlie]] 12:28, 4 September 2008 (UTC) | ||
Revision as of 14:28, 4 September 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)
- 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)
