Piotr Maliński
Piotr Maliński
Did you added that user to dialout group?
In 3.X ``` p = Usb(0x2730, 0x0fff, 0, 0x81, 0x02) ``` becomes: ``` p = Usb(0x2730, 0x0fff, in_ep=0x81, out_ep=0x02) ```
Same with Python 3.7 right now. Latest scrapy and scrapyd. Created scrapy project, then a black spider, made an egg with setup.py bdist_egg to then call `curl http://localhost:6800/addversion.json -F project=projekt...
oh, nice. That works.
Can affect desktop too if you mouse move top, above the chart. Tooltip vanishes if cursor will exit the chart on sides or bottom.
Actually points close to top may get tooltip persist when moving cursor above chart and points close to bottom may get persistent tooltip when moving cursor below the chart. Calling...
ok, and what's the part responsible for showing validation errors?
Have it too
I did a test and it installs for Python 3.4 on Win7. Maybe it installs in your case (different path etc.)?
Yes, Python 3.3 or higher or Python 2.7 are supported. It should install or throw some sort of an exception. After "python setup.py install" try importing "ckeditor" - if it's...