plone / plonecli

Plone Command Line Client - for creating and working with custom add-ons and themes
https://pypi.org/project/plonecli/
Other
19 stars 10 forks source link

Syntax Error after creating the package #9

Closed jensens closed 6 years ago

jensens commented 6 years ago

Using Python 3.6 accepting the defaults while plonecli create addon the generated package is syntactical wrong:

Develop: '/home/workspacejensens/pro/collective.es.index/.'
Traceback (most recent call last):
  File "/tmp/tmpJQE6LY", line 14, in <module>
    exec(compile(f.read(), '/home/workspacejensens/pro/collective.es.index/./setup.py', 'exec'))
  File "/home/workspacejensens/pro/collective.es.index/./setup.py", line 31
    author='b'Jens W. Klein'',
                 ^
SyntaxError: invalid syntax
mrsaicharan1 commented 6 years ago

I'd like to try fixing this. Can you tell me when this occurs exactly?

jensens commented 6 years ago

Best if you install python 3.6 and use plonecli from source as described above, then fill in some author name and you will run into the problem.

mrsaicharan1 commented 6 years ago

I've installed python3.6, and I've created a dummy add-on to test it. I've entered an author name..I didn't run into any such problem :/. I've been asked for the email, description etc.. after this. Maybe I've got you wrong somewhere?

jensens commented 6 years ago

Hmm, maybe it was fixed meanwhile? I can xcheck later.