Hi everybody,

hope you're all good out there.

I did a few progress with my install.
i installed python 2.4.

with this install instead of the latest one i could install django
with the sudo python setup.py install command.

but now i can't seem to start a project.
when i do the import django line in the terminal i do not have any
error message again
but when i try the

 django-admin.py start-project testsite

i get a syntax error message

  File "<stdin>", line 1
    django-admin.py start-project testsite
                        ^
SyntaxError: invalid syntax

it says on the documentation page that djang should be installed in a
sit-package folder and that the installer should have linked to it.
when i check in my library folder, django is installed inside the bin
folder of the current pythin version.

would it be the reason why it can't connect to the django admin file?

and how can i reset this link?


cheers

On Mar 12, 4:40 pm, "Jay Parlar" <[EMAIL PROTECTED]> wrote:
> On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
> > nope i do it from home, never had any problem before, not like i would
> > really have known anyway got problem all the time :),
> > problem isntalling this and that, problem installing rails and so on.
> > shame i really want to give a try atdjangoreviews looks good, better
> > than rail for a designer like me.
>
> I recommend staying away from DarwinPorts. It sometimes works very
> nicely, other times, not so much.
>
> I would insteadinstallPython2.4 and sqlite2 
> fromhttp://pythonmac.org/packages/py24-fat/index.html
>
> (As you're running Tiger, sqlite itself is already installed, you just
> need the Python wrappers).
>
> Theninstallsubversion 
> fromhttp://www.codingmonkeys.de/mbo/Subversion-1.4.3.pkg.zip
>
> TheninstallDjangovia svn (theinstalldocument says how to do that).
>
> Jay P.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to