Modify

Opened 16 years ago

Closed 16 years ago

#3789 closed defect (fixed)

Dependency for recaptcha_client is missing in setup.py

Reported by: dna Owned by: Alejandro J. Cura
Priority: normal Component: RecaptchaRegisterPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Dependency for recaptcha_client is missing in setup.py.

Alecu already updated the RecaptchaRegisterPlugin page with install instructions for recaptcha_client.

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Alejandro J. Cura

Resolution: fixed
Status: newclosed

I've updated setup.py so it automatically depends on the recaptcha_client python module.

Anyway, if you install RecaptchaRegisterPlugin but it doesn't show up on trac's admin, then you should check out that the recaptcha_client module for python is installed.

Also, you should try enabling trac's debugging log: "Admin->Logging->Type=console, log level=DEBUG" and after restarting trac you should look for a related error. In this case, the error was:

12:10:45 PM Trac[loader] DEBUG: Loading recaptcharegister from /home/alecu/trac/doce/recaptcharegister
12:10:45 PM Trac[loader] ERROR: Skipping "recaptcharegister = recaptcharegister.web_ui": (can't import "No module named recaptcha.client")

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alejandro J. Cura.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.