Skip to content
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

How to use scitools with python 3? #21

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments
Open

How to use scitools with python 3? #21

GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Hi, Does exist any way to use scitools with python 3.2?
Thanks

Original issue reported on code.google.com by [email protected] on 29 May 2012 at 5:53

@GoogleCodeExporter
Copy link
Author

Since version 2.7 is still dominating in scientific computing, because many 
packages are not (yet) ported to version 3.2, scitools is still a v2.x package. 
However, the code was written with easy transition to 3.x in mind so the 
necessary modifications should be few. You may download the source and try it 
out with v3.2 and make changes. The 2to3 script may help. We would like to 
incorporate any changes in the official source.

Regards,
Hans Petter Langtangen
[email protected] 

Original comment by [email protected] on 29 May 2012 at 7:04

@GoogleCodeExporter
Copy link
Author

By the way, this is the diff of the simple bulk changes to make it valid Python 
3 *syntax*. This should keep working under Python 2.6 and 2.7, but not under 
older versions. Further changes would be necessary to make it actually run 
properly under Python 3, but I didn't look into that.

Original comment by [email protected] on 30 Oct 2013 at 11:04

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks for this contribution! The patch will be merged with ongoing changes in 
the source to make scitools run under Python 3.2 and later.

Original comment by [email protected] on 6 Nov 2013 at 10:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant