Closed GoogleCodeExporter closed 9 years ago
"from" is in the list of not yet supported Python keywords
Original comment by pierre.q...@gmail.com
on 19 Feb 2013 at 2:57
Fixed in revision 536 - needs more testing
Original comment by pierre.q...@gmail.com
on 22 Feb 2013 at 10:07
relative imports are not supported.. I'm thinking we could implement __file__
for each module, which if we know which module is requesting the relative
import, we could figure out the appropriate path via the callers __file__
variable. I've added a couple of lines of code to ps_import.js to add __file__
but I'm stuck to go further since brython catches the from .result as a syntax
error..
Hope this file helps..
Original comment by billy.earney@gmail.com
on 23 Feb 2013 at 1:34
Attachments:
Original issue reported on code.google.com by
billy.earney@gmail.com
on 19 Feb 2013 at 1:16