beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 68 forks source link

Add support for Python3, please. #38

Closed dizballanze closed 3 years ago

dizballanze commented 10 years ago
$ cricket-django 
Traceback (most recent call last):
  File "/home/nikola/proj/venv/bin/cricket-django", line 9, in <module>
    load_entry_point('cricket==0.2.3', 'console_scripts', 'cricket-django')()
  File "/home/nikola/proj/venv/lib/python3.4/site-packages/pkg_resources.py", line 353, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/nikola/proj/venv/lib/python3.4/site-packages/pkg_resources.py", line 2302, in load_entry_point
    return ep.load()
  File "/home/nikola/proj/venv/lib/python3.4/site-packages/pkg_resources.py", line 2029, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/home/nikola/proj/venv/lib/python3.4/site-packages/cricket/django/__main__.py", line 4, in <module>
    from cricket.main import main as cricket_main
  File "/home/nikola/proj/venv/lib/python3.4/site-packages/cricket/main.py", line 36
    print cricket.VERSION
                ^
SyntaxError: invalid syntax
freakboy3742 commented 10 years ago

Yup. Gotta do this some time :-)

Seriously - I'm currently focussing on Toga; once toga is at a point where I can reproduce the cricket UI, I'll be porting cricket, which will (hopefully) include Py3 support.

chadgh commented 8 years ago

+1

eliasdorneles commented 7 years ago

I believe this now can be closed, been using cricket on Python 3.4 and it works fine. :+1:

ulgens commented 3 years ago

Hello from 2020, this issue can be closed :slightly_smiling_face: @freakboy3742