Summary: | Some python file do not parse | ||
---|---|---|---|
Product: | [Developer tools] kdev-python | Reporter: | Alexandr Zamaraev (aka Tonal) <tonal.promsoft> |
Component: | Language support | Assignee: | Sven Brauch <mail> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | f.esser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | file not parsed |
Description
Alexandr Zamaraev (aka Tonal)
2014-02-13 07:31:52 UTC
Created attachment 85123 [details]
file not parsed
Yeah, it's a problem. I'm unsure how to solve it for python 2. I think it had worked at some point, but I'm unsure how it broke. In Python 3, it should work fine, no? Greetings! I use scrapy. Scrapy do not support python 3... http://doc.scrapy.org/en/latest/faq.html#does-scrapy-work-with-python-3 The same thing happens if you use from __future__ import unicode_literals instead of u''-strings. Should be fixed by a recent patch supplied by Alexandr. |