You are here > Bugs > PlayOnLinux > Bug > Ticket #64
Added by SuperPlumus on 2010-11-21 15:17:19 - Comment or update this ticket
Je viens de me rendre compte qu'il est également impossible d'installer un plugin
le message d'erreur pour installer un plugin est :
Traceback (most recent call last):
File "/usr/share/playonlinux/python/options.py", line 345, in add_plug
if(wx.YES == wx.MessageBox(_("Are you sure you want to install: ")+self.FileDialog.GetPath()+"?", style=wx.YES_NO | wx.ICON_QUESTION)):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)
impossible d'installer des greffons (plugin)
version de play on linux: 3.8.6
version de wine: 1.3.7
les erreurs dans le terminal sont:
--en passant par le menu greffon:
running options
Traceback (most recent call last):
File "/usr/share/playonlinux/python/options.py", line 345, in add_plug
if(wx.YES == wx.MessageBox(_("Are you sure you want to install: ")+self.FileDialog.GetPath()+"?", style=wx.YES_NO | wx.ICON_QUESTION)):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)
--en passant par le menu installer un paquet .pol:
Running install menu
Gestionnaire de paquets PlayOnLinux : 3.8.6
Traceback (most recent call last):
File "/usr/share/playonlinux/python/file.py", line 91, in Next
print(self.champ.GetValue())
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 13: ordinal not in range(128)
Normalement c'est bon