-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from scrapyjs import SplashRequest #47
Comments
Hey @podolskyi, There are 2 reasons:
Sorry for inconvenience! There is a lot of changes coming to scrapy-splash, it is a bit in flux now. https://pypi.python.org/pypi/scrapyjs/0.2 is a stable release. |
@kmike thanks for the quick response. I test both versions pypi and from master branch. Can you help me, simple question.
|
@kmike I test example from pypi:
It works, thanks. |
|
scrapy-splash 0.3 is released; now README should match the package on pypi, so I'm closing this ticket. |
When I try import SplashRequest error occurred:
from scrapyjs import SplashRequest
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name SplashRequest
but
import scrapyjs
works.
Metadata-Version: 1.1
Name: scrapyjs
Version: 0.2
Summary: JavaScript support for Scrapy using Splash
Home-page: https://github.com/scrapy-plugins/scrapy-splash
Author: Mikhail Korobov
Author-email: [email protected]
License: BSD
Location: /usr/local/lib/python2.7/dist-packages
The text was updated successfully, but these errors were encountered: