-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 2.7.x #84
Comments
As far as I know, the only reason for lack of python 2.7 support is that nobody has looked into it and made it happen. I'd surely like to see python2 supported. |
I'd also love to see Python 2.7 support. If you don't want to do it @hairesis let me know and I'll have a look at adding it this weekend. |
Well, I am new to the project, but I can certainly try to work on it at least as an exercise, than we can see how it goes. |
As long as everyone doesn't sit around and expect the other person to do it, it's all good ;-) There are also plenty of other interesting languages which would be nice to support, e.g. ponylang.org. @hairesis if you run into problems, drop a mail on the list or hang around on irc. |
I also would like Python 2.7 support. Has anyone since then found a way to use it? |
2.7 wouldn't be impossible to implement, but I would suggest trying to get The reason I suggest this is because most third party modules today support Are there any specific issues you've hit while trying to use the 3.5 On Fri, Sep 2, 2016 at 5:11 AM, chrbaeu notifications@github.com wrote:
|
On 02/09/16 11:25, Ryan Day wrote:
Speaking just for myself, I have a python script I've been writing for While I don't want to run that script under Rumprun, I can see why |
From my perspective (and my day-job is writing python now), python 2 is still widely used and new software is developed with it. |
Yes that’s true python 2 is still widely used and there is a lot of existing code. Support for it would be nice. A porting on python 3 is usually too much work without a special reason for it. But perhaps in this case it is such a reason and it makes more sense to port it on python 3. |
All my production applications (with the exception of one) are also in Python 2.7. So I would have a hard time arguing against it :) I've taken an initial look at the build system for 2.7.12 and the differences aren't too extreme. I'm putting together a build system and hope to have something up soon. I'll keep this thread updated. |
Is there a reason Python2.7.x has not been targeted? Would be nice to have it as a supported language.
I've tried to compile 2.7.11 using the actual 3.5 package recipe but it does not work.
mv: cannot stat ‘build/Programs/_freeze_importlib’: No such file or directory Makefile:48: recipe for target 'build/Programs/host_freeze_importlib' failed make: *** [build/Programs/host_freeze_importlib] Error 1
Did someone already tried to get it built?
The text was updated successfully, but these errors were encountered: