← Back to team overview

gasp-dev team mailing list archive

[Question #119282]: end_graphics() creates a traceback

 

New question #119282 on GASP Core:
https://answers.launchpad.net/gasp-core/+question/119282

I use Ubuntu on a vm inside Vista.

Python is 2.6 and I got the latest GASP version, 0.3.3.

I'm very new at Python.

When I run the catch.py script from http://www.openbookproject.net/thinkcs/python/english2e/ch08.html#abstraction, I get this traceback:

>>>

Traceback (most recent call last):
  File "/home/breagha/lib/python/catch.py", line 90, in <module>
    end_graphics()
  File "/usr/lib/pymodules/python2.6/gasp/api.py", line 77, in end_graphics
    backend.end()
  File "/usr/lib/pymodules/python2.6/gasp/backend.py", line 322, in wrapper
    return func(*args)
  File "/usr/lib/pymodules/python2.6/gasp/backend.py", line 610, in end
    sys.exit()
SystemExit
>>> 

What did I do wrong?

-- 
You received this question notification because you are a member of GASP
Development Team, which is an answer contact for GASP Core.



Follow ups