Missing library path (WIndows)
FPEFPE
fpesposito at gmail.com
Sat Sep 29 16:32:27 EDT 2012
On Saturday, September 29, 2012 4:02:13 AM UTC-4, Kwpolska wrote:
> On Sat, Sep 29, 2012 at 4:39 AM, FPEFPE wrote:
>
> > Hello -- I am running python from an application, starting it with a call to the python31.dll
>
> >
>
> > I think I am missing something in my path -- any help would be appreciated -- thanks
>
>
>
> Nope, you are not.
>
>
>
> > File "C:\Python32\Lib\encodings\cp437.py", line 19, in encode
>
> >
>
> > return codecs.charmap_encode(input,self.errors,encoding_map)[0]
>
> >
>
> > UnicodeEncodeError: 'charmap' codec can't encode characters in position 2-18: character maps to
>
> > --
>
> > http://mail.python.org/mailman/listinfo/python-list
>
>
>
> Python has problems with encoding the arguments to look properly with
>
> the crappy Windows cmd.exe encodings. They cannot be encoded for some
>
> reason. You may need magic, but I’m not quite sure what in Py3k
>
> (bytestrings?)
>
>
>
> --
>
> Kwpolska <http://kwpolska.tk>
>
> stop html mail | always bottom-post
>
> www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
>
> GPG KEY: 5EAAEA16
Hello -- thanks for the reply ... is "magic" a debugging tool?
More information about the Python-list
mailing list