rochacbruno-archive / Movuca

Movuca - web2py powered social CMS (this project is not updated/maintained anymore, if you want to adopt it, let me know, then I can transfer ownership)
Other
105 stars 27 forks source link

syntax error #9

Closed blye closed 12 years ago

blye commented 12 years ago

using web2py 1997 i get the followingerror I have pulled the latest code, tried the zip, the same thing.

File "G:/__WEB2PY 1993 B/web2py_win1997dev/web2py/applications/Movuca/models/4_extra.py", line 104 SELECT(*[OPTION(option, _value=value) for value, option in [("article", T("Articles")), ("user", T("Users"))]], _name="kind", _id="kind"),_class="two columns alpha search-select"), ^ SyntaxError: invalid syntax

the error appears to occur at the _name what am I doing wrong!

rochacbruno commented 12 years ago

Hi, what Python version are you using?

blye commented 12 years ago

thanks for your response. I had no time to test. It was a PATH issue.

rochacbruno commented 12 years ago

Can you say exactly what you did to solve this?