Package Details: pypar2 1.4-8

Git Clone URL: https://aur.archlinux.org/pypar2.git (read-only, click to copy)
Package Base: pypar2
Description: Graphical frontend (PyGTK) for the Linux par2 utility
Upstream URL: https://pypar2.fingelrest.net
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 26
Popularity: 0.032762
First Submitted: 2007-03-06 12:44 (UTC)
Last Updated: 2019-10-05 10:06 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

<deleted-account> commented on 2013-12-02 08:56 (UTC)

Thanks @patsch, updated and fixed.

patsch commented on 2013-11-30 17:02 (UTC)

@ValHue Maybe you slighly misunderstood my comment. doc.toprettyxml() is part of standard Python2. No dependencies (which is why we don't have to include anything else). So I don't think we actually need PyXMLSec.

Panzerino commented on 2013-11-28 16:57 (UTC)

All is ok now. Build first the pyxmlsec with your PKGBUILD. Then build the pypar2. All is fine now. Thanks.

<deleted-account> commented on 2013-11-28 16:31 (UTC)

@Panzerino: https://aur.archlinux.org/packages/pyxmlsec/ is outdated. Use the PKGBUILD what I recommend to the package author: http://pastebin.com/AxEQd8a9

Panzerino commented on 2013-11-28 11:52 (UTC)

When build pypar2, this message stop the building: "File "setup.py", line 48 raise SystemExit, "PyXMLSec requires Python version 2.2 or above."

<deleted-account> commented on 2013-11-28 11:12 (UTC)

Thanks to @Patsch & @Panzerino PKGBUILD is updated!!

Panzerino commented on 2013-11-27 20:27 (UTC)

Worked for me! Thank you very much!

patsch commented on 2013-11-26 20:29 (UTC)

How does PyXMLSec fix the lack of xml.dom.ext? To get pypar2 working again I simply edited the prefsManager.py, removed the include of xml.dom.ext in line 19 and replaced the call of xml.dom.ext.PrettyPrint() in line 73 with "file_object.write(doc.toprettyxml())".

Panzerino commented on 2013-11-20 10:30 (UTC)

http://pyxmlsec.labs.libre-entreprise.org/index.php?section=download

<deleted-account> commented on 2013-11-19 15:46 (UTC)

https://aur.archlinux.org/packages/pyxmlsec/ is outdated. I'll try to install the latest version and if it works I'll create a alternative PKGBUILD because the maintainer of PyXMLSec does not update it from 2009-05-04 16:01