Ticket #3299 (closed defect: duplicate)

Opened 5 months ago

Last modified 4 months ago

Bug when creating egg package (don´t copying the images)

Reported by: anderson@ultraserver.com.br Assigned to: athomas
Priority: high Component: VotePlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

Hi people,

I detected an bug when creating egg package (don´t copying the images).

But you only need to change the old line on setup.py:

package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css']},

To:

package_data={'tracvote' : ['htdocs/*.png', 'htdocs/js/*.js', 'htdocs/css/*.css']},

This will work fine.

Please include this in next releases.

Attachments

Change History

07/22/08 20:25:49 changed by sawtelle

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

This is a duplicate of 2843.


Add/Change #3299 (Bug when creating egg package (don´t copying the images))




Change Properties
Action