I am following the directions on how to create a plist for Adobe Products, not included on the samples folder. However, every time the command "./aamporter.py --product-plist Illustrator_CC_2015.ccp" is executed, it does give this error message.
Traceback (most recent call last):
File "./aamporter.py", line 747, in
main()
File "./aamporter.py", line 547, in main
if 'channels' not in plist.keys():
AttributeError: 'NoneType' object has no attribute 'keys'
m-sus:aamporter-master admin$ ./aamporter.py --product-plist "Illustrator_CC_2015.ccp"
Traceback (most recent call last):
File "./aamporter.py", line 747, in
main()
File "./aamporter.py", line 547, in main
if 'channels' not in plist.keys():
AttributeError: 'NoneType' object has no attribute 'keys'
How did you create the Illustrator_CC_2015.ccp file? You should create this using the -b / --build-product-plist option, giving it the path to your CCP package's .ccp file.
Hi,
I am following the directions on how to create a plist for Adobe Products, not included on the samples folder. However, every time the command "./aamporter.py --product-plist Illustrator_CC_2015.ccp" is executed, it does give this error message. Traceback (most recent call last): File "./aamporter.py", line 747, in
main()
File "./aamporter.py", line 547, in main
if 'channels' not in plist.keys():
AttributeError: 'NoneType' object has no attribute 'keys'
m-sus:aamporter-master admin$ ./aamporter.py --product-plist "Illustrator_CC_2015.ccp"
Traceback (most recent call last):
File "./aamporter.py", line 747, in
main()
File "./aamporter.py", line 547, in main
if 'channels' not in plist.keys():
AttributeError: 'NoneType' object has no attribute 'keys'