Sorry about that. I'm using Python 2.7.3, 32 bit one Windows 7.
The errors I get are
>>File
>>"C:\python27\lib\site-packages\scrapy-0.16.3-py2.7.egg\scrapy\selector\lxmlsel.py",
>> line 47, in select
>>raise ValueError("Invalid XPath: %s" % xpath)
>>exceptions.ValueError: Invalid XPath: /span[@c
Hello all. I'm new to Python, but have been playing around with it for a few
weeks now, following tutorials, etc. I've spun off on my own and am trying to
do some basic web scraping. I've used Firebug/View XPath in Firefox for some
help with the XPaths, however, I still am receiving errors when