Opened 16 years ago
Closed 16 years ago
#8192 closed (invalid)
django.VERSION missing in alpha-2
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | 1.0-alpha |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hello.
The django.VERSION is missing on alpha-2:
exedev@messir ~ $ python Python 2.5.2 (r252, Aug 3 2008, 14:11:25) [GCC 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> django.VERSION Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'VERSION' >>>
Note:
See TracTickets
for help on using tickets.
oops, sorry. This was due to umask 077 then I installed django so
django files were unavaliable for normal users.
This is invalid bagreport.