Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 179 by charles.m.dietrich: pinax-boot.py fails with invalid
syntax error, missing )
http://code.google.com/p/django-hotclub/issues/detail?id=179
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.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---