Re: import selenium

2012-02-22 Thread dizzydoc
@xina towner Hi, I have been working with selenium from quite a lot time. There are three things you need to build and run functional test cases using selenium. Since selenium is a browser based testing environment you need a server that serves it. So you need: 1. selenium-server-standalone-2.18

Re: import selenium

2012-02-22 Thread Sébastien Billion
cs/api/py/index.rst' > Successfully installed selenium > Cleaning up... > (environ)tom@voncount '11:57:33' '~/tmp/selenium' > > $ python > Python 2.7.1 (r271:86832, Dec 13 2010, 15:52:15) > [GCC 4.2.1 20070719 [FreeBSD]] on freebsd8 > Type "

Re: import selenium

2012-02-22 Thread Tom Evans
warning: no files found matching 'docs/api/py/index.rst' Successfully installed selenium Cleaning up... (environ)tom@voncount '11:57:33' '~/tmp/selenium' > $ python Python 2.7.1 (r271:86832, Dec 13 2010, 15:52:15) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd8 Ty

Re: import selenium

2012-02-22 Thread Sébastien Billion
Hi, Maybe you missed to add selenium in INSTALLED_APP in settings.py ... 2012/2/22 xina towner > Hello, I've problems importing selenium module, I try this: > > from selenium import webdriver > > and it says it can resolve. I've installed selenium using pip install > selenium. > > What am I mis

import selenium

2012-02-22 Thread xina towner
Hello, I've problems importing selenium module, I try this: from selenium import webdriver and it says it can resolve. I've installed selenium using pip install selenium. What am I missing? -- Thanks, Rubén -- You received this message because you are subscribed to the Google Groups "Djang