Cant get shed skin working on a simple program

41 views
Skip to first unread message

Shaunak De

unread,
Sep 12, 2013, 2:44:36 AM9/12/13
to shedskin...@googlegroups.com
Hi,

I am trying to compile this python file: (test.py)
print("Shaunak")

When I run shedskin - I get the following error:
 K:\>shedskin test
*** SHED SKIN Python-to-C++ Compiler 0.9.4 ***
Copyright 2005-2011 Mark Dufour; License GNU GPL version 3 (See LICENSE)

Traceback (most recent call last):
  File "K:\shedskin-0.9.4\shedskin\shedskin\__init__.py", line 146, in <module>
    main()
  File "K:\shedskin-0.9.4\shedskin\shedskin\__init__.py", line 138, in main
    start(gx, main_module_name)
  File "K:\shedskin-0.9.4\shedskin\shedskin\__init__.py", line 126, in start
    analyze(gx, main_module_name)
  File "K:\shedskin-0.9.4\shedskin\shedskin\infer.py", line 1394, in analyze
    gx.main_module = graph.parse_module(module_name, gx)
  File "K:\shedskin-0.9.4\shedskin\shedskin\graph.py", line 1628, in parse_modul
e
    absolute_name, filename, relative_filename, builtin = find_module(gx, name,
module_paths)
  File "K:\shedskin-0.9.4\shedskin\shedskin\python.py", line 243, in find_module

    absolute_import_path = next(
NameError: global name 'next' is not defined

What am I doing wrong?
Reply all
Reply to author
Forward
0 new messages