Menu

#437 Install problem XP

open
nobody
None
5
2014-08-17
2009-07-13
No

When I try to install
pywin32-214.win32-py3.1.exe
on a system with Windows XP SP3 the installation finish with this message:

Copied pythoncom31.dll to C:\WINDOWS\system32\pythoncom31.dll
Copied pywintypes31.dll to C:\WINDOWS\system32\pywintypes31.dll
Registered: Python.Interpreter
Registered: Python.Dictionary
Registered: Python
-> Software\Python\PythonCore\3.1\Help[None]=None
-> Software\Python\PythonCore\3.1\Help\Pythonwin Reference[None]='C:\\Python31\\Lib\\site-packages\\PyWin32.chm'
Failed to register pythonwin as editor
'utf8' codec can't decode bytes in position 39-43: unsupported Unicode code range
The pywin32 extensions were successfully installed.
Traceback (most recent call last):
File "<string>", line 398, in install
File "<string>", line 208, in RegisterPythonwin
WindowsError: [Error 5] Acceso denegado

The user has admin rights.
Thanks in advance.

Discussion

  • Vernon Cole

    Vernon Cole - 2009-09-01

    This appears to be a non-English installation of Windows -- with a filename which cannot be decoded using utf8. What language / locale are you using?

     
  • Ignacio Perez

    Ignacio Perez - 2009-09-02

    My OS language and locale are spanish.

     
  • Mark Hammond

    Mark Hammond - 2009-09-02

    and the next question is why utf8 is even being attempted here...

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.