Modify

Opened 16 years ago

Closed 16 years ago

#2843 closed defect (fixed)

VotePlugin doesn't include arrow images in package data

Reported by: Tim Hatch Owned by: Alec Thomas
Priority: normal Component: VotePlugin
Severity: normal Keywords:
Cc: stephane@… 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.

  • setup.py

     
    44    name='TracVote',
    55    version='0.1',
    66    packages=['tracvote'],
    7        package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css']},
     7       package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css',
     8                                   'htdocs/*.png']},
    89    author='Alec Thomas',
    910    license='BSD',
    1011    url='http://trac-hacks.org/wiki/VotePlugin',

Attachments (0)

Change History (5)

comment:1 Changed 16 years ago by stephane@…

Cc: stephane@… added; anonymous removed

comment:2 Changed 16 years ago by anonymous

Any chance of this getting fixed soon?

comment:3 Changed 16 years ago 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.

comment:4 Changed 16 years ago by Markus Tacker

Worked for me, too.

comment:5 Changed 16 years ago by Alec Thomas

Resolution: fixed
Status: newclosed

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

Modify Ticket

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