Package: tis-pdfsam
Published: April 23, 2015 - 11:03 AM
Description:
PDFSAM pdf split and merge tool, A free open source tool to manipulate PDF documents
Description:
PDFSAM pdf split and merge tool, A free open source tool to manipulate PDF documents
I just tested it on my machine running WAPT 1.5RC1 and it works correctly.ccbe wrote: ↑March 6, 2018 - 2:19 PM - WAPT version installed: 1.3.13
- Server OS: Linux Debian: 8.10
- Administration machine OS: Windows 7
Hello,
when I try to install version 3.3.5-2 of the package, WAPT returns the following error:
installing tis-pdfsam
AttributeError: 'str' object has no attribute 'iteritems'
Can you tell me if this is a known issue with your services?
Sincerely,
Good morning,Is this a problem you're experiencing on multiple machines? Could you try installing it using the command line:
`wapt-get install -l debug tis-pdfsam`
Code: Select all
2018-03-07 14:56:25,621 CRITICAL Fatal error in install script: AttributeError:
'str' object has no attribute 'iteritems':
Traceback (most recent call last):
File "c:\wapt\common.py", line 3557, in install_wapt
exitstatus = setup.install()
File "c:\users\root~1.ccb\appdata\local\temp\waptrqnh60\setup.py", line 15, in
install
install_msi_if_needed("pdfsam-v3.3.5.msi",properties='CHECK_FOR_UPDATES=fals
e SKIPTHANKSPAGE=Yes LOCALE_CODE=fr')
File "c:\wapt\setuphelpers.py", line 3776, in install_msi_if_needed
props = ' '.join(["%s=%s" % (k,v) for (k,v) in properties.iteritems()])
AttributeError: 'str' object has no attribute 'iteritems'
2018-03-07 14:56:25,937 CRITICAL Package ccbe-pdfsam not installed due to errors
: AttributeError: 'str' object has no attribute 'iteritems'
FATAL ERROR : AttributeError: 'str' object has no attribute 'iteritems'
Traceback (most recent call last):
File "<string>", line 1109, in <module>
File "<string>", line 389, in main
File "c:\wapt\common.py", line 4136, in install
explicit_by=self.user if request in apackages else None
File "c:\wapt\common.py", line 3630, in install_wapt
raise e
AttributeError: 'str' object has no attribute 'iteritems'
Exception at 0043E0FA: EPyAttributeError:
exceptions.AttributeError: 'str' object has no attribute 'iteritems'.