Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 14 by
david.ea...@gmail.com: pydevtools-r42 requires Python3
http://code.google.com/p/pydevtools/issues/detail?id=14
What steps will reproduce the problem?
1.
Try to build pydevtools-r42 egg with python2.5
c:\Python25\python.exe setup.py bdist_egg
What is the expected output?
An egg
dist/DevTools-0.1.0-py2.5.egg
What do you see instead?
Syntax errors for Python3 mutable byte type literals.
byte-compiling build\bdist.win32\egg\bintools\dwarf\stream.py to stream.pyc
File "build\bdist.win32\egg\bintools\dwarf\stream.py", line 97
if c[0:1] == b'\x00': break
^
SyntaxError: invalid syntax
...
byte-compiling build\bdist.win32\egg\bintools\elf\structs.py to structs.pyc
File "build\bdist.win32\egg\bintools\elf\structs.py", line 13
elf.constant(4, b"\x7fELF")
^
SyntaxError: invalid syntax
What version of the product are you using? On what operating system?
pydevtools-r42
Microsoft Windows XP [Version 5.1.2600]