google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

pinax-boot.py fails with invalid syntax error, missing ) #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow instructions to download pinax-boot.py
    wget http://svn.pinaxproject.com/pinax/trunk/bin/pinax-boot.py

2. Run
    python pinax-boot.py pinax-env

What is the expected output? What do you see instead?

Expect program to run. Get:

  File "pinax-boot.py", line 1000
    def fs_ensure_dir(dir):
      ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?

Mac OS X 10.5, Apple Python 2.5.1

Additional notes:

If I use Firefox and paste pinax-boot.py into Eclipse, I get the same error.

Ah, you are missing a ) on the previous line.

Original issue reported on code.google.com by charles....@gmail.com on 5 Feb 2009 at 5:48

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by leidel on 5 Feb 2009 at 6:55