[PyKDE] Back to work..
Detlev Offenbach
detlev at die-offenbachs.de
Wed Oct 23 18:45:01 BST 2002
Am Mittwoch, 23. Oktober 2002 12:37 schrieb Hans-Peter Jansen:
> Hi Phil,
>
> here is the diff against build.py v3.4, I'm using for the RPMs.
> I'm confident about the first hunk, but unsure about the second:
>
> --- build.py.orig 2002-10-08 19:11:40.000000000 +0200
> +++ build.py 2002-10-08 20:13:35.000000000 +0200
> @@ -1147,7 +1147,7 @@
> f = open("Makefile","a")
> f.write("\ninstall-eric:\n")
>
> - ericdir = modDir + os.sep + "eric"
> + ericdir = os.path.join(modDir, "eric")
>
> # Create the platform specific wrappers.
> ename = createPyWrapper(ericdir,"eric","eric")
> @@ -1162,6 +1162,7 @@
> f.write("\t-%s eric%s*.py %s\n" % (platCopy,os.sep,ericdir))
> f.write("\t-%s eric%s*.pyc %s\n" % (platCopy,os.sep,ericdir))
> f.write("\t-%s eric%s*.qm %s\n" % (platCopy,os.sep,ericdir))
> + f.write("\t-%s eric%s*.ts %s\n" % (platCopy,os.sep,ericdir))
> f.write("\t-%s %s %s\n" % (platCopy,ename,platBinDir))
> f.write("\t-%s %s %s\n" % (platCopy,uname,platBinDir))
> f.write("\t-%s %s %s\n" % (platCopy,hname,platBinDir))
>
> Hans-Peter
>
> _______________________________________________
> PyKDE mailing list PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde
The .ts files should not be installed just the .qm files. Qt doesn't even
look for them if called the way it is within eric.
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list