Git Product home page Git Product logo

Comments (3)

stephenrs avatar stephenrs commented on May 24, 2024

Actually, it looks like the problem is that I'm trying to read a prof file that was created from a python2.7 app/venv...but when I try to start Tuna in a Python2.7 venv I get the following error:

Traceback (most recent call last):
  File "/Users/stephen/www/wavebasis/venv/bin/tuna", line 7, in <module>
    from tuna.cli import main
  File "/Users/stephen/www/wavebasis/venv/lib/python2.7/site-packages/tuna/__init__.py", line 13, in <module>
    from . import cli
  File "/Users/stephen/www/wavebasis/venv/lib/python2.7/site-packages/tuna/cli.py", line 10, in <module>
    from .main import start_server, read, render
  File "/Users/stephen/www/wavebasis/venv/lib/python2.7/site-packages/tuna/main.py", line 3, in <module>
    from http.server import HTTPServer, BaseHTTPRequestHandler
ImportError: No module named server

Is there a way to get Tuna running in Py2.7, or is it Py3.x only?

Thanks

from tuna.

nschloe avatar nschloe commented on May 24, 2024

Well, looks like tuna needs Python 3. I wouldn't mind a PR that fixes it for Python 2 though. One probably needs SimpleHTTPServer for that.

from tuna.

nschloe avatar nschloe commented on May 24, 2024

Actually, considering the fact that Python 2 will be unsupported in a few months, let's not start supporting it now.

Python 2 profiles can be displayed with tuna nonetheless, of course.

from tuna.

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.