Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dummy unicode encoding when debugging #25

Open
GoogleCodeExporter opened this issue Jan 9, 2016 · 0 comments
Open

Add dummy unicode encoding when debugging #25

GoogleCodeExporter opened this issue Jan 9, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open rad2py, load trazarenpre.py
2. Debug continue
3. Exception will raice on line 272

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/home/reingart/rad2py/ide2py/qdb.py", line 959, in main
    qdb._runscript(mainpyfile)
  File "/home/reingart/rad2py/ide2py/qdb.py", line 192, in _runscript
    self.run(statement)
  File "/home/reingart/rad2py/ide2py/qdb.py", line 158, in run
    return bdb.Bdb.run(self, code, *args, **kwargs)
  File "/usr/lib/python2.7/bdb.py", line 400, in run
    exec cmd in globals, locals
  File "<string>", line 1, in <module>
  File "/home/reingart/pyafipws/trazarenpre.py", line 272, in <module>
    if sys.stdout.encoding is None:
AttributeError: Qdb instance has no attribute 'encoding'



Original issue reported on code.google.com by reingart@gmail.com on 30 Jun 2014 at 7:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant