Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 676 by spectestltd: Unicode object has no attribute decode
http://code.google.com/p/robotframework/issues/detail?id=676
I am using RIDE 0.28 on Python 2.5.4 to create my test cases.
However, I am running those testcases using Robot 2.1.3
Robot Framework 2.1.3 (Python 2.3.5 on win32)
I am having problems importing the Resource file and I get the following
message:
[ ERROR ] Error in file 'c:\testing\automation\robot\xxxxx\xxxxx.html' in
table 'Setting' in element on row 4: AttributeError: 'unicode' object has
no attr
ibute 'decode'
All I am doing in the Resource file is importing a single library:
Library | <library name>
I am aware that I am using different versions of RIDE to Robot, but at the
moment I don't have a choice and I haven't come accross any
incompatibilities.
Many thanks