Giter VIP home page Giter VIP logo

Comments (4)

ryankennedyio avatar ryankennedyio commented on May 26, 2024

Hey Nick,

My bad -- didn't check for backwards compatibility when I wrote it. I'll be 2 or 3 days away from finding time to add that.

I believe the entire system is designed to be compatible with both 2 and 3, is that right @mhallsmoore ?

from qstrader.

mhallsmoore avatar mhallsmoore commented on May 26, 2024

Hi Nick,

Ryan is right - the project will be designed for both 2.7.x and 3.5.x compatibility. Admittedly I've been coding it in a 3.5.x environment, using a virtualenv on Ubuntu 14.04, but I will set up a 2.7.x local virtualenv and carry out all tests to date to make sure there are no hidden issues. Most of the time it's as simple as checking that the print statement becomes a print function, or that the correct queue module is imported, so it should be quite quick to check.

I'll close the issue when I'm happy that it's all working.

Mike.

from qstrader.

femtotrader avatar femtotrader commented on May 26, 2024

Most Python libraries that want to be retro compatible with previous versions of Python use a compat.py file.

https://www.google.fr/search?q=python+compat.py

Six can also help https://pythonhosted.org/six/

from qstrader.

femtotrader avatar femtotrader commented on May 26, 2024

It's fixed by #48

from qstrader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.