Modify

Opened 15 years ago

Closed 15 years ago

#4716 closed defect (fixed)

Can't enable the plugin

Reported by: Alexis de BRUYN Owned by: Claudio Manuel Fernández Barreiro
Priority: high Component: WikiExportPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

On Trac 0.11.3 and Python 2.5, after installing the plugin as :

easy_install http://trac-hacks.org/svn/wikiexportplugin

i can't enable it. It doesn't appear in the "Manage Plugins" administration panel of Trac, even if i add explicitly in my trac.ini file :

[components]
wikiexport.* = enabled

I am not sure about this last directive which is not specified in the wiki.

Attachments (0)

Change History (9)

comment:1 Changed 15 years ago by Claudio Manuel Fernández Barreiro

Status: newassigned

Hi, you need to install the next components for this plugin:

  • BeautifulSoup
  • Python-uno

In the requisites have the necesaries instructions for install these components, and start the open office in service mode.

I hope this help you.

comment:2 Changed 15 years ago by Claudio Manuel Fernández Barreiro

In the trac.ini file, the directive I use is:

[components]
exportplugin.export.* = enabled

comment:3 in reply to:  1 Changed 15 years ago by Alexis de BRUYN

Replying to sfhynx:

Hi, you need to install the next components for this plugin:

  • BeautifulSoup
  • Python-uno

In the requisites have the necesaries instructions for install these components, and start the open office in service mode.

I hope this help you.

Well thank you, i was already installed the prerequies.

I have also added son comments: http://trac-hacks.org/wiki/WikiExportPlugin?action=diff&version=19.

comment:4 in reply to:  2 Changed 15 years ago by Alexis de BRUYN

Replying to sfhynx:

In the trac.ini file, the directive I use is:

[components]
exportplugin.export.* = enabled

I had this instruction and restart my apache web server, but i can't still see the component in the "Manage Plugins" administration panel, nor the new other formats at the bottom of the wiki pages.

comment:5 Changed 15 years ago by Claudio Manuel Fernández Barreiro

Can you post here the trac log?

Thank you.

comment:6 Changed 15 years ago by anonymous

Hi,

I also installed these pluging by esay_install http://trac-hacks.org/svn/wikiexportplugin/
In my trac.ini, i add [components] exportplugin.export.* = enabled

Reload apache conf but the plugin not running (

  • BeautifulSoup
  • Python-uno

are installed) log:
2009-03-30 16:27:28,933 Trac[loader] ERROR: Skipping "TracWikiExportPlugin = exportplugin.export": (can't import "ImportError: No module named ImageFile")

comment:7 Changed 15 years ago by anonymous

On ubuntu or debian:

apt-get install python-imaging

comment:8 Changed 15 years ago by Claudio Manuel Fernández Barreiro

Yes, sorry for this confusion. I modify the requisites section to add this requirement.

comment:9 Changed 15 years ago by Claudio Manuel Fernández Barreiro

Resolution: fixed
Status: assignedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Claudio Manuel Fernández Barreiro.
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.