You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Raji Seetharaman, pytho...@python.org
2009/11/12 Raji Seetharaman <sraj...@gmail.com>: > > Hi > > Im learning Web scraping with Python from here > http://www.packtpub.com/article/web-scraping-with-python-part-2 > > From the above link, the complete code is here http://pastebin.com/m10046dc6 > > When i run the program in the terminal i receive following errors > > File "nasa.py", line 41, in <module> > test_scrape_iotd_gallery() > File "nasa.py", line 24, in test_scrape_iotd_gallery > client = WindmillTestClient(__name__) > File > "/usr/local/lib/python2.6/dist-packages/windmill-1.3-py2.6.egg/windmill/authoring/__init__.py", > line 142, in __init__ > method_proxy = windmill.tools.make_jsonrpc_client() > File > "/usr/local/lib/python2.6/dist-packages/windmill-1.3-py2.6.egg/windmill/tools/__init__.py", > line 35, in make_jsonrpc_client > url = urlparse(windmill.settings['TEST_URL']) > AttributeError: 'module' object has no attribute 'settings' > > Suggest me > > Thanks > Raji. S > > -- > http://mail.python.org/mailman/listinfo/python-list > >