Modify

Opened 16 years ago

Closed 11 years ago

#3600 closed defect (fixed)

Missing *.jpg in setup.py

Reported by: marianp@… Owned by: Ryan J Ollos
Priority: normal Component: CrystalxTheme
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

patch to setup.py

10c10
<     package_data = { 'crystalxtheme': ['templates/*.html', 'htdocs/*.png', 'htdocs/*.css', 'htdocs/img/*.gif' ] },
---
>     package_data = { 'crystalxtheme': ['templates/*.html', 'htdocs/*.png', 'htdocs/*.css', 'htdocs/img/*.gif', 'htdocs/img/*.jpg' ] },

Attachments (0)

Change History (5)

comment:1 Changed 16 years ago by Steve Romanow

if you are missing footer.jpg from your .egg-cache, this is your issue

comment:2 Changed 15 years ago by Benjamin

Please fix this bug in the SVN.

It will also close the other open Bug for the Theme.

comment:3 Changed 11 years ago by Ryan J Ollos

Summary: missing *.jpg in sytup.pyMissing *.jpg in setup.py

comment:4 Changed 11 years ago by Ryan J Ollos

Owner: changed from Noah Kantrowitz to Ryan J Ollos
Status: newassigned

comment:5 Changed 11 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

Fixed in [5427].

Modify Ticket

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