MahmoudAbdelRahman / GH_CPython

CPython plugin for Rhino-Grasshopper
BSD 2-Clause "Simplified" License
175 stars 38 forks source link

Request: Python 3 support #11

Closed TheodoreGalanos closed 7 years ago

TheodoreGalanos commented 7 years ago

Hi Mahmoud,

Thanks for the amazing progress! I was wondering if it is possible to add as a future goal Python 3 support.

This is not that critical since the workflows are still completely fine, but I feel a lot of DL libraries are moving to Python 3 support (only?) slowly.

Kind regards, Theodore.

MahmoudAbdelRahman commented 7 years ago

Hi Theodore, This would be a great idea, I think the current version roughly supports Python 3 if it is the only version installed on machine. I haven't tried it yet. Thanks so much. Sincere regards, Mahmoud Abdelrahman.

MahmoudAbdelRahman commented 7 years ago

Hi @TheodoreGalanos, I have added a new feature, that is, choosing Python interpreter whether : Python27, Python34, Python35 ... and so on. by clicking on the blue line at the bottom of any component. image

TheodoreGalanos commented 6 years ago

This is amazing Mahmoud, thanks!