Hi, I got the following error message when I tried to run the DCJ local testing tool.
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't find '__main__' module in '/Users/User/Desktop/Google' My local path is "/Users/User/Desktop/Google CodeJam". There is a spacing in it. With the patch below, the problem is fixed. FYI. In dcj.sh, line 6: $PYTHON $DIRECTORY/dcj.py $@ replace it with: $PYTHON "$DIRECTORY/dcj.py" $@ Best Regards, Max Tsai -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/998b51b4-a3fe-4ab8-bf7f-c9ea73c115b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
