mmin18 / LayoutCast

Cast android code and resource changes to the running application through ADB.
1.71k stars 173 forks source link

Issue with Androis Studio 1.4 beta #57

Open vysotsky opened 9 years ago

vysotsky commented 9 years ago

When I tried to start cast, I got error: File "C:\Python34\lib\re.py", line 210, in findall return _compile(pattern, flags).findall(string) TypeError: can't use a string pattern on a bytes-like object

niuhb commented 8 years ago

same error

smahdis commented 8 years ago

Same error

southerton81 commented 8 years ago

Had the same error, installing python 2.7.11 instead of python 3.4 fixed it.