Discussion:
[spyder] Unicode filename?
Dedi Gadot
2015-03-05 08:56:24 UTC
Permalink
Hi,

I keep getting the following error with spyder 2.3.3, didn't happen with
2.3.2:

File "DNN.py", line 13, in <module>
from nolearn.lasagne import BatchIterator as BatchIterator

File
"/home/dedigadot/Envs/env1/local/lib/python2.7/site-packages/nolearn/lasagne.py",
line 1, in <module>
from __future__ import absolute_import

File
"/home/dedigadot/Envs/env1/local/lib/python2.7/site-packages/nolearn/lasagne.py",
line 1, in <module>
from __future__ import absolute_import

File "/usr/lib/python2.7/bdb.py", line 48, in trace_dispatch
return self.dispatch_line(frame)

File "/usr/lib/python2.7/bdb.py", line 65, in dispatch_line
if self.stop_here(frame) or self.break_here(frame):

File
"/home/dedigadot/spyder-2.3.3/spyderlib/widgets/externalshell/sitecustomize.py",
line 515, in break_here
filename = unicode(filename, "utf-8")

*TypeError: decoding Unicode is not supported*

Anyone knows what's going on?

Thanks
David
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
Carlos Córdoba
2015-03-05 16:12:46 UTC
Permalink
Hi,

This seems like a bug. Please open a bug in our issue tracker on Github
to get this fixed.

Cheers,
Carlos
Post by Dedi Gadot
Hi,
I keep getting the following error with spyder 2.3.3, didn't happen
File "DNN.py", line 13, in <module>
from nolearn.lasagne import BatchIterator as BatchIterator
File
"/home/dedigadot/Envs/env1/local/lib/python2.7/site-packages/nolearn/lasagne.py",
line 1, in <module>
from __future__ import absolute_import
File
"/home/dedigadot/Envs/env1/local/lib/python2.7/site-packages/nolearn/lasagne.py",
line 1, in <module>
from __future__ import absolute_import
File "/usr/lib/python2.7/bdb.py", line 48, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib/python2.7/bdb.py", line 65, in dispatch_line
File
"/home/dedigadot/spyder-2.3.3/spyderlib/widgets/externalshell/sitecustomize.py",
line 515, in break_here
filename = unicode(filename, "utf-8")
*TypeError: decoding Unicode is not supported*
*
*
Anyone knows what's going on?
Thanks
David
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
Carlos Córdoba
2015-03-15 15:33:07 UTC
Permalink
Hi,

This error will be fixed in 2.3.4.

Cheers,
Carlos
Post by Carlos Córdoba
Hi,
This seems like a bug. Please open a bug in our issue tracker on
Github to get this fixed.
Cheers,
Carlos
Post by Dedi Gadot
Hi,
I keep getting the following error with spyder 2.3.3, didn't happen
File "DNN.py", line 13, in <module>
from nolearn.lasagne import BatchIterator as BatchIterator
File
"/home/dedigadot/Envs/env1/local/lib/python2.7/site-packages/nolearn/lasagne.py",
line 1, in <module>
from __future__ import absolute_import
File
"/home/dedigadot/Envs/env1/local/lib/python2.7/site-packages/nolearn/lasagne.py",
line 1, in <module>
from __future__ import absolute_import
File "/usr/lib/python2.7/bdb.py", line 48, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib/python2.7/bdb.py", line 65, in dispatch_line
File
"/home/dedigadot/spyder-2.3.3/spyderlib/widgets/externalshell/sitecustomize.py",
line 515, in break_here
filename = unicode(filename, "utf-8")
*TypeError: decoding Unicode is not supported*
*
*
Anyone knows what's going on?
Thanks
David
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...