Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 679956 Details for
Bug 896301
Port scribus's use of PIL to support Pillow for F19
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to use the form of import of PIL that is pillow compatible
scribus-pillow.patch (text/plain), 770 bytes, created by
Toshio Ernie Kuratomi
on 2013-01-17 01:02:40 UTC
(
hide
)
Description:
Patch to use the form of import of PIL that is pillow compatible
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2013-01-17 01:02:40 UTC
Size:
770 bytes
patch
obsolete
>Index: scribus-1.4.2/scribus/plugins/scriptplugin/scripts/FontSample.py >=================================================================== >--- scribus-1.4.2.orig/scribus/plugins/scriptplugin/scripts/FontSample.py >+++ scribus-1.4.2/scribus/plugins/scriptplugin/scripts/FontSample.py >@@ -154,7 +154,7 @@ if not os.path.exists(CONFIG_PATH): > > > try: >- import Image >+ from PIL import Image > except ImportError,err: > print 'You need to install Python Imaging Library (PIL).' > print 'If using gentoo then you need to emerge /dev-python/imaging' >@@ -164,7 +164,7 @@ except ImportError,err: > > > try: >- import ImageTk >+ from PIL import ImageTk > except ImportError,err: > print 'Module ImageTk not found, font preview disabled' > showPreviewPanel = 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 896301
: 679956