Rex
unread,Jan 22, 2009, 8:53:50 PM1/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scrapy-users
Hi,
I heard about Scrapy, and installed it following the instructions on
the Scrapy site. However, when I type "import scrapy", here's what
happens (on my Vista computer).
Any ideas?
Chris
====
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import scrapy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\python25\lib\site-packages\scrapy-0.8-py2.5.egg\scrapy
\__init__.py", line 18, in <module>
from scrapy.patches import monkeypatches
File "c:\python25\lib\site-packages\scrapy-0.8-py2.5.egg\scrapy
\patches\monkeypatches.py", line 7, in <module>
from twisted.web.client import HTTPClientFactory
File "C:\Python25\lib\site-packages\twisted\web\client.py", line 12,
in <module>
from twisted.web import http
File "C:\Python25\lib\site-packages\twisted\web\http.py", line 34,
in <module>
from twisted.internet import interfaces, reactor, protocol,
address
File "C:\Python25\lib\site-packages\twisted\internet\reactor.py",
line 37, in <module>
from twisted.internet import selectreactor
File "C:\Python25\lib\site-packages\twisted\internet
\selectreactor.py", line 21, in <module>
from twisted.internet import posixbase
File "C:\Python25\lib\site-packages\twisted\internet\posixbase.py",
line 25, in <module>
from twisted.internet import tcp, udp
File "C:\Python25\lib\site-packages\twisted\internet\tcp.py", line
78, in <module>
from twisted.internet import defer, base, address
File "C:\Python25\lib\site-packages\twisted\internet\defer.py", line
17, in <module>
from twisted.python import log, failure, lockfile
File "C:\Python25\lib\site-packages\twisted\python\lockfile.py",
line 28, in <module>
from win32api import OpenProcess
ImportError: No module named win32api
>>>