timsutton / aamporter

Utility to batch download Adobe Creative Suite/Cloud updates and optionally import them into a Munki repository.
MIT License
86 stars 14 forks source link

Creating PLIST for Adobe Illustrator 2015 #16

Closed probles40 closed 8 years ago

probles40 commented 9 years ago

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'

timsutton commented 9 years ago

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.