Re: Works only in interactive mode
Hi Sam, thank you very much. Your diagnosis was perfect! Bye. -- http://mail.python.org/mailman/listinfo/python-list
Re: Works only in interactive mode
That looks like a different module named pcop getting in the way. If there's another pcop.py in the directory where you're running it as a script, then that gets priority and you'll end up with an error like the one you got. However, if you run it interactively, then that directory is not checked,