[Python-bugs-list] [ python-Bugs-772896 ] unknown encoding -> MemoryError

SourceForge.net noreply@sourceforge.net
Thu, 17 Jul 2003 03:27:42 -0700


Bugs item #772896, was opened at 2003-07-17 19:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=772896&group_id=5470

Category: Distutils
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: unknown encoding -> MemoryError

Initial Comment:
If you try to install a program and one of the files 
declares an unknown encoding(like 'UFT-8'),
byte-compiling the file fails and get the message, "Sorry: 
MemoryError: ()"

This message obscures the problem and makes it difficult 
to spot the problem.
In fact, it took me a while to find out that the unknown 
encoding declaration caused the trouble.

The error message needs to be more explicit.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=772896&group_id=5470