Closed notverypc closed 10 years ago
Looks like your plist may not be valid. What's the output of plutil -lint
on your plist? We should still handle this error properly though.
It comes back as OK
CC_Full_May19v2.plist: OK
Could you please post or gist it?
I've gist the plist:
https://gist.github.com/notverypc/b3753fd56fec2548d69c
I tried running one of the example plists and got the same error.
I didn't read the error closely enough. The call starting from here:
File "./aamporter.py", line 85, in pref
p = plistlib.readPlist(settings_plist)
suggests it's your settings plist that's causing the issue. Could you lint and/or post that?
D'oh.. Thought it might be something I did!
Forgot the </plist>
at the end of the pref file!!
Thanks for the help!
Handling this properly now as of b5b0d950252645486c038f055631383c422a97c7.
Hi It is very possible that I've done something wrong but when I run
./aamporter.py --product-plist my.plist
I get the following error:
Any help would be gratefully received.