We are experiencing the same problem that DavidR mentioned.  We took the 
patch
that was provided by #19048 and tested it out and it worked for us; 
however, it
was closed as a duplicate of #8280.

They don't seem to be duplicates as #8280 is talking about the Django code
actually searching for .py files and the code as it is today does not do 
that.
#19048 does use the python APIs for importing modules, but that has already 
been
done.  #19048 does not implement the zip egg loader like the latest patch in
#8280, but it does fix the namespace package problem.

What needs to be done to get the patch from #19048 into core?  How can I 
help?


On Wednesday, January 5, 2011 1:46:13 PM UTC-7, nfg wrote:
>
> on., 05.01.2011 kl. 09.32 +0800, skrev Russell Keith-Magee:
> > A similar request was made in ticket #14087. I closed that ticket as
> > wontfix because allowing multiple applications with the same name is
> > fundamentally problematic; however, you have highlighted that that
> > this problem isn't tied to having two apps with the same name in a
> > project.
>
> I have uploaded at git diff file to that ticket.
>
> > Even better, you've provided a test case that demonstrates the problem
> > within normal usage.
> > 
> > So - I'm happy to reopen this ticket, and use your github branch as an
> > RFC patch. The core team is able to pull from github, but If you could
> > upload a raw patch version to Trac, that would also be helpful.
>
> That's great :)
>
> -- 
> Nils Fredrik Gjerull
> -----------------------------
> "Ministry of Eternal Affairs"
> Computer Department
> ( Not an official title :) )
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/ev7mKwI4dCsJ.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to