Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69518 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-04-02 01:29 +1100 |
| Last post | 2014-04-02 01:29 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Strange message from a program Chris Angelico <rosuav@gmail.com> - 2014-04-02 01:29 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-04-02 01:29 +1100 |
| Subject | Re: Strange message from a program |
| Message-ID | <mailman.8804.1396362575.18130.python-list@python.org> |
On Wed, Apr 2, 2014 at 1:14 AM, Damien Touraine
<damien.touraine@limsi.fr> wrote:
> I have a big program with several dependencies (mainly PySide). But,
> sometimes, it fails with :RuntimeError: Can't find converter for
> '\ufffd\ufffd' to call Python meta method. The given string ('\ufffd\ufffd')
> is changing each time. Moreover, it can make a segmentation fault, but not
> each time it fails.
It would be a huge help if you copy and paste the entire traceback:
everything that Python emits.
Does the given string always have particular characters listed? It
looks like you may be having some sort of character encoding issue;
\ufffd means U+FFFD, the "Replacement Character" used when something
can't be decoded correctly.
ChrisA
Back to top | Article view | comp.lang.python
csiph-web