jacquetc / plume-creator-legacy

Fork of the first Plume Creator repository from SourceForge. Written in C++ / Qt5
Other
0 stars 0 forks source link

Running problem 'appendScriptToLibrary' #14

Closed 9acca9 closed 4 years ago

9acca9 commented 7 years ago

Hi to all. Im having this problem. Can somebody give me a hand??

$ python setup.py Traceback (most recent call last): File "setup.py", line 122, in icon = "resources/plume-creator.png" # if you want to use an icon file, specify the file name here TypeError: init() got an unexpected keyword argument 'appendScriptToLibrary'

Thanks!

jacquetc commented 7 years ago

Hello, setup.py is useless for now. Please use directly "python3 plume.py" and follow the steps detailed in the Readme

Regards, Cyril