Modify ↓
Opened 18 years ago
Closed 13 years ago
#2373 closed defect (worksforme)
easy_install instructions won't work if it install this plugin as a egg file instead of egg directory
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | normal | Component: | TracWysiwygPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description (last modified by )
When I tried easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.10, the /usr/lib64/python2.4/site-packages/TracWysiwyg-0.2_r2856-py2.4.egg is a file, in this case, I won't get the plugin working.
After tried easy_install -Z http://trac-hacks.org/svn/tracwysiwygplugin/0.10, now /usr/lib64/python2.4/site-packages/TracWysiwyg-0.2_r2856-py2.4.egg is a directory, and the plugin works.
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 13 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 13 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
This is an installation issue. The plugin can work as both zipped and unzipped egg. Make sure egg-cache directory is writable by your web server.
Note: See
TracTickets for help on using
tickets.



We diag the issue with firebug, find out its console showing "Error: TracWysiwyg is not defined" as the TracWysiwyg javascript isn't loaded.