est / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 1 forks source link

Syntax error in _core.py line 16609 __biltins__.True = 1==1 #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start a new python 64-bit window (Python 3.4.3)
2. import winpdb
3.

What is the expected output? What do you see instead?
winpdb.py line 322 import wx
rpdb2.py line 13487 m = g_import(*args, **kwargs)
__init__.py line 45 from wx._core import *
_core.py line 16609 __builtins__.True 1==1

What version of the product are you using? On what operating system?
I'm using winpdb 1.4.8 with Python 3.4.3 under Windows 7

Please provide any additional information below.
I've tried:
import builtins
getattr(builtins, 'True')
and it works, returning 'True' as a result

Original issue reported on code.google.com by gordon...@att.net on 15 Jul 2015 at 4:16

GoogleCodeExporter commented 9 years ago
Sorry, the summary or subject line should read __builtins__.True 1==1

Original comment by gordon...@att.net on 15 Jul 2015 at 4:19