On Friday 26 May 2006 07:26, kender wrote:
> /usr/lib/python2.3/site-packages/django/bin/django-admin.py
> startproject new
$ python
Python 2.3.5 (#2, Aug 30 2005, 15:50:26)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import new
>>> help(new)
Help on module new:
NAME
new - Create new objects of various types. Deprecated.
FILE
/usr/lib/python2.3/new.py
DESCRIPTION
This module is no longer required except for backward compatibility.
Objects of most types can now be created by calling the type object.
In other words, use a different name than 'new' as that one is already taken.
Have fun!
Eric.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users
-~----------~----~----~----~------~----~------~--~---