Ticket #2843 (closed defect: fixed)

Opened 8 months ago

Last modified 2 months ago

VotePlugin doesn't include arrow images in package data

Reported by: thatch Assigned to: athomas
Priority: normal Component: VotePlugin
Severity: normal Keywords:
Cc: stephane@omni-ts.com Trac Release: 0.11

Description

When easy_installing, the votey images do not work. A checkout with setup.py develop works fine. This patch looks like it fixes it on my end.

Index: setup.py
===================================================================
--- setup.py    (revision 3452)
+++ setup.py    (working copy)
@@ -4,7 +4,8 @@
     name='TracVote',
     version='0.1',
     packages=['tracvote'],
-       package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css']},
+       package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css',
+                                   'htdocs/*.png']},
     author='Alec Thomas',
     license='BSD',
     url='http://trac-hacks.org/wiki/VotePlugin',

Attachments

Change History

04/04/08 09:57:49 changed by stephane@omni-ts.com

  • cc set to stephane@omni-ts.com.

05/01/08 15:56:10 changed by anonymous

Any chance of this getting fixed soon?

09/03/08 04:43:39 changed by anonymous

It did also not work when building the egg file with setup.py. The pictures do not find the way into thte "egg-cache" for the project.

09/08/08 03:57:29 changed by tacker

Worked for me, too.

09/08/08 09:59:10 changed by athomas

  • status changed from new to closed.
  • resolution set to fixed.

(In [4244]) Export png files. Fixes #2843.


Add/Change #2843 (VotePlugin doesn't include arrow images in package data)




Change Properties
Action