Re: Problem installing Django 1.1 on XP

2009-08-20 Thread Nikola Smiljanić

The problem was created by some tar.gz plugin for Total Commander, and
__init__ file had 19MB.
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Problem installing Django 1.1 on XP

2009-08-20 Thread Nikola Smiljanić

You were right Karen, Total Commander created this problem. __init__
file had 9MB. Unpacked with WinRAR and everything works. Thanks.
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Problem installing Django 1.1 on XP

2009-08-19 Thread Karen Tracey
2009/8/19 Nikola Smiljanić 

>
> Django-1.1.tar.gz
> MD5: b2d75b4457a39c405fa2b36bf826bf6b
>
> Same thing. File __init__ in django/utils starts exactly like
> traceback says:
>
> Django-1.1/Django was originally created in late 2003 at World Online,
> the Web division
> of the Lawrence Journal-World newspaper in Lawrence, Kansas.
>

If your copy of django/utils/__init__.py contains that text than whatever
tool you are using to unpack the tar.gz file is broken.  There have been
reports of this before and as I recall the problem was the tool (I don't
recall what it was) could not handle unzipping 0-byte files.  Try using a
different uncompress/unzip tool.

Karen

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Problem installing Django 1.1 on XP

2009-08-18 Thread Nikola Smiljanić

Django-1.1.tar.gz
MD5: b2d75b4457a39c405fa2b36bf826bf6b

Same thing. File __init__ in django/utils starts exactly like
traceback says:

Django-1.1/Django was originally created in late 2003 at World Online,
the Web division
of the Lawrence Journal-World newspaper in Lawrence, Kansas.
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Problem installing Django 1.1 on XP

2009-08-18 Thread Alex Gaynor

2009/8/18 Nikola Smiljanić :
>
> I installed Django 1.1 on my Windows 7 machine with 64bit Python 2.6.2
> without any problems, but now I tried to install it on Windows XP with
> Python 2.6.2 and here is what I get:
>
> D:\Django-1.1>python setup.py install
> Traceback (most recent call last):
>  File "setup.py", line 69, in 
>    version = __import__('django').get_version()
>  File "D:\Django-1.1\django\__init__.py", line 12, in get_version
>    from django.utils.version import get_svn_revision
>  File "D:\Django-1.1\django\utils\__init__.py", line 1
>    Django-1.1/of the Lawrence Journal-World newspaper in Lawrence,
> Kansas.
>                           ^
> SyntaxError: invalid syntax
>
> Any ideas?
>
> >
>

Your download got messed up somehow, that content does'nt exist in
django/utils/__init__.py, I'd try redownloading and unpacking.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your
right to say it." -- Voltaire
"The people's good is the highest law." -- Cicero
"Code can always be simpler than you think, but never as simple as you
want" -- Me

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Problem installing Django 1.1 on XP

2009-08-18 Thread Nikola Smiljanić

I installed Django 1.1 on my Windows 7 machine with 64bit Python 2.6.2
without any problems, but now I tried to install it on Windows XP with
Python 2.6.2 and here is what I get:

D:\Django-1.1>python setup.py install
Traceback (most recent call last):
  File "setup.py", line 69, in 
version = __import__('django').get_version()
  File "D:\Django-1.1\django\__init__.py", line 12, in get_version
from django.utils.version import get_svn_revision
  File "D:\Django-1.1\django\utils\__init__.py", line 1
Django-1.1/of the Lawrence Journal-World newspaper in Lawrence,
Kansas.
   ^
SyntaxError: invalid syntax

Any ideas?

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---