You are not logged in.

#1 2006-12-17 14:48:46

Richtfest
Member
From: Mannheim, Germany
Registered: 2006-12-14
Posts: 7

PyPanel doesn't work

Hi.
I have installed pypanel and edit line 537 from

bytes_recv = self.socket.recv(2048)

to                         

bytes_recv = self.socket.recv(4096)

There is following problem when i start pypanel:

[eti@richtfest ~]$ pypanel
Traceback (most recent call last):
  File "/usr/bin/pypanel", line 948, in ?
    locale.setlocale(locale.LC_ALL, "")
  File "/usr/lib/python2.4/locale.py", line 381, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

Has anyone an idea?

Offline

#2 2006-12-17 14:57:17

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: PyPanel doesn't work

Have you set your locale in /etc/locale.gen?


http://wiki.archlinux.org/index.php/Locale


Have you tried to turn it off and on again?

Offline

#3 2006-12-17 15:17:04

Richtfest
Member
From: Mannheim, Germany
Registered: 2006-12-14
Posts: 7

Re: PyPanel doesn't work

Thank you, it works fine <3

Offline

Board footer

Powered by FluxBB