-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hello,
i have try to port pyOS to Python3 and i repport here what have happem
After have use 2to3 the System have a trouble with the imp module. Unfortunally the imp is deprecated and should be replace by importlib unfortunally the function source_load dont exist anymore in importlib
Actually i have pyOS as target because i prepare a similar project for MicroPython.
Any assistance will be apprecied. (Python skill is not a trouble, how refactor is my mind)
For me pyOS should be migrate to SetupTools setup.py, and directory should be use as subModule. (i can deal easlly with that).
A second thing. Setuptools permit to use console_script and be a good candidat for create one entrypoint by program
Thanks for you work, look nothing but the way for Micropython look inside you work.
Regards