On 04/05/14 03:15, olivier.nicod wrote:
> 
> File "/usr/bin/pytrainer", line 99, in main
> 
> pytrainer = pyTrainer(none, data_path)
> 
> NameError: global name 'none' is not defined


It looks like that line has been modified. It should read:

    pytrainer = pyTrainer(None, data_path)

("None", not "none").


 - Nathan

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to