Patch file
Kyle <[email protected]>
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <CAB8Uub3wceW4444m1usW1UM0rkwK_XbhA4iLLz1G_biwcHecig@mail.gmail.com> |
I had to add the following patch to make the install work.
diff --git a/configure.py b/configure.py
index d23e80859a..2d80765e25 100644
--- a/configure.py
+++ b/configure.py
@@ -404,7 +404,7 @@ def create_makefiles(macros):
# There will only be one element.
files, path = gen_installs[0]
pro.write("\n")
- pro.write("sip_h.files = %s\n" % " ".join(files))
+ pro.write("sip_h.files = %s\n" % "".join(files))
pro.write("sip_h.path = %s\n" % quote(path))
pro.write("INSTALLS += sip_h\n")
_______________________________________________
PyQt mailing list [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt