broom9 / live-space-mover

Automatically exported from code.google.com/p/live-space-mover
0 stars 0 forks source link

What's the python runtime version it is supported? I tried 2.6 and 3.0rc2 but it has error for both environments #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Python 2.6: 
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "E:\tools\live-space-mover.py", line 16, in <module>
    import os
  File "C:\Python30\Lib\os.py", line 378, in <module>
    from _abcoll import MutableMapping  # Can't use collections (bootstrap)
  File "C:\Python30\Lib\_abcoll.py", line 54
    class Hashable(metaclass=ABCMeta):
                            ^
SyntaxError: invalid syntax

Python 3.0 rc2
Tons of errors

Original issue reported on code.google.com by raymanyo...@gmail.com on 13 Nov 2008 at 4:54

GoogleCodeExporter commented 9 years ago
Python 2.5.2

'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "E:\tools\live-space-mover.py", line 16, in <module>
    import os
  File "C:\Python30\Lib\os.py", line 120
    def makedirs(name, mode=0o777):

SyntaxError: invalid syntax

Original comment by raymanyo...@gmail.com on 13 Nov 2008 at 5:02