My co-worker has found that after the package is installed with
easy_install that its missing the __init__.py file. Without that file
he could not import the module. The __init__.py file can be empty (but
see Chapter 17 of 'Learning Python' to read about what could possibly
go into this file).
In other words the Recaptcha Python module is missing a file when its
installed.
On Oct 5, 3:15 am, Martin <Martin.Askes...@gmail.com> wrote:
> Does anybody have a short example of apythonscript that uses