Modify

Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#5828 closed defect (worksforme)

not shown in plugins panel

Reported by: tekknokrat Owned by: Jeff Hammel
Priority: normal Component: CaptchaAuthPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I tried to install 0.4.1 via bdist_egg but it does not show in admin / plugin section. Version:

  • trac-0.11.5
  • accountmanager-trunk-5837

Are additional libs neccessary?

Attachments (0)

Change History (4)

comment:1 Changed 14 years ago by anonymous

some info on this would be great having the same issue.

comment:2 in reply to:  1 Changed 14 years ago by Jeff Hammel

Resolution: worksforme
Status: newclosed

Replying to anonymous:

some info on this would be great having the same issue.

Not enough information to diagnose. Probably due to egg install. Again, I recommend not installing from eggs as they do not pick up dependencies. If you insist on using eggs, then read the setup.py and install all necessary dependencies

You're probably missing, e.g. skimpygimpy. Not a software issue, an egg issue. Don't install from eggs and expect things to work if there are dependencies.

Also, posting a log will help. If a plugin doesn't show up in the admin panel and it is installed, it is because of a python error which will be recorded in the log (at least 99% of the time)

comment:3 Changed 14 years ago by anonymous

thanks so much, pulling the dependencies in solved the problem. Installation works fine via bdist_egg.

I don't trust install via setup.py install because this breaks package installation in various linux distributions!.

comment:4 in reply to:  3 Changed 14 years ago by anonymous

Replying to anonymous:

thanks so much, pulling the dependencies in solved the problem. Installation works fine via bdist_egg.

I don't trust install via setup.py install because this breaks package installation in various linux distributions!.

That is what virtualenv is for

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jeff Hammel.
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.