Skip to main content
Inspiring
April 13, 2020
Answered

PIPL not working

  • April 13, 2020
  • 1 reply
  • 1467 views

Hi,

 

I am starting with SDK  development and ty to build sample projects.

Unfortunately the python scripts do not work

File "C:\tmp\Adobe Illustrator 2020 SDK\tools\pipl\pipl_gen\pipl_gen.py", l
  ine 126, in generate_pipl_bin_recursively_from_dict
      file_obj.write(pipl_dict[key]['vendor'])
  TypeError: a bytes-like object is required, not 'str'

I am using python 3.8 from the windows store.

This topic has been closed for replies.
Correct answer Rahul_Rastogi

Use Python 2.7 only.

 

I remember, when I started development and installed lastest python 3.8, I got errors.

1 reply

Rahul_RastogiCorrect answer
Inspiring
April 13, 2020

Use Python 2.7 only.

 

I remember, when I started development and installed lastest python 3.8, I got errors.

Inspiring
April 13, 2020

Many thanks - I just built one of the sample programs fine. Unfortunately, AI refuses to load the plugin and only displays "error loading xxx.aip".

Participant
October 2, 2020

Hi @birnerseff 
I am also facing similar issue with Adobe illustrator 2020 SDK , samplecode plugin not loading "error loading xxx.aip"
have you resolved this issue ? any solution would help me .. 

Thanks!!