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.066848
First Submitted: 2007-03-06 12:44 (UTC)
Last Updated: 2019-10-05 10:06 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

<deleted-account> commented on 2010-10-21 18:15 (UTC)

The problem is with the prefs.xml file. If you comment out line 119 in main.py which reads prefsManager.save() The file will not get created. This means that preferences are not saved, but the program will run every time without crashing. It's a temporary work-around until someone figures out the problem.

<deleted-account> commented on 2010-10-21 02:56 (UTC)

I've built a working package. You run pypar2 once and it runs okay. Try to run it a 2nd time and you get the same errors as shown by Marmaduke. You have to remove .pypar2 in your home directory to get it to run again. Of course it will recreate the directory .pypar2 and you are back to being unable to run it again. I have no idea how to fix this one.

<deleted-account> commented on 2010-10-20 00:09 (UTC)

At this point I'm not quite sure how to fix it. I have to do some searching around and see if I can figure this thing out.

<deleted-account> commented on 2010-10-19 23:20 (UTC)

Broken by the Python2/Python3 change. I changed /usr/share/pypar2/src/main.py to start with #!/usr/bin/python2 instead of #!/usr/bin/python, but now i get this: Traceback (most recent call last): File "/usr/bin/pypar2", line 20, in <module> import consts, dlgAbout, dlgOutput, gettext, gtk, gtk.glade, locale, os.path, prefsManager, sys, treeview File "/usr/share/pypar2/src/dlgAbout.py", line 19, in <module> import consts, gtk, os.path ImportError: No module named gtk [mike@archy pypar2]$ sudo nano /usr/share/pypar2/src/main.py [mike@archy pypar2]$ pypar2 Traceback (most recent call last): File "/usr/bin/pypar2", line 20, in <module> import consts, dlgAbout, dlgOutput, gettext, gtk, gtk.glade, locale, os.path, prefsManager, sys, treeview File "/usr/share/pypar2/src/dlgOutput.py", line 19, in <module> import consts, gtk, prefsManager, signal, sys, os, vte File "/usr/share/pypar2/src/prefsManager.py", line 116, in <module> value = typeToolBox.cast(elt.getAttribute('value'), elt.getAttribute('type')) File "/usr/share/pypar2/src/typeToolBox.py", line 39, in cast return int(value) ValueError: invalid literal for int() with base 10: 'False'