Page 1 of 1

Package: tis-pdfsam

Published: April 23, 2015 - 11:03 AM
by ssamson
Picture tis-pdfsam
Description:
PDFSAM pdf split and merge tool, A free open source tool to manipulate PDF documents

Re: Package: tis-pdfsam

Published: March 6, 2018 - 2:19 PM
by ccbe
- Installed WAPT version: 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,

Re: Package: tis-pdfsam

Published: March 7, 2018 - 10:39
by dcardon
Hello ccbe,
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,
I just tested it on my machine running WAPT 1.5RC1 and it works correctly.

I don't see what syntax-related problems there could be compared to version 1.3.13...

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

Sincerely,

Denis

Re: Package: tis-pdfsam

Published: March 7, 2018 - 3:22 PM
by ccbe
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`
Good morning,

I tried installing the package on several machines of different models without success.

Here is what the command line returns for all the tested machines:

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'.
What do you advise me to do?

Sincerely,

Marine