Migration to Python 3

If either of these approaches are used then it wouldn’t be necessary for the resulting code that comes out of the script to be backward compatible to python 2 would it? It should be enough to have it work only with python 3 since the user would be building it to that version anyways… I only ask because this would make the script a lot simpler than if it has to produce backward compatible results. There would be no more need for things like the “import” hack that I showed in my last post.

I can send you a copy but I haven’t been able to do any testing of the results on a python 3 build of panda given that memory error problem with the previous build attempt, so I’m not sure how useful it would be to you at this point. Maybe you could test it with your 64 bit build?

I can look into unit testing and see what I can come up with since it’s a natural follow up to this project; it just might be a bit longer term. A good way to get to know panda inside-out I guess.