On Aug 13, 2012, at 11:44 AM, Luke D wrote:

> I realize that this version was just released over the weekend, but thought 
> I'd put things I've noticed, questions, and issues out here.
> 
> Noticed
> ---------------
> 
> - New virtual environment "venv" is handy
> - There is a new packaging module that deprecates distutils

packaging was actually removed in an earlier release, because it's unfinished.

> - Namespace Packages
> 
> Questions
> ----------------
> 
> - Are there any known issues with pyramid and the new virtual environment

There shouldn't be

> - Will namespace packages eliminate the need for config.scan?

I don't see how this would eliminate that need. Plus we already have namespace 
packages, this is really just a better, official impl of them.

> 
> Issues
> -----------------
> 
> - I'm getting an error on Mac OSX Lion when I pserve a standard scaffold ( 
> AttributeError: 'SourceFileLoader' object has no attribute 'etc') in 
> venusian/__init__.py line 181


Could you post a new bug with a full traceback? Major parts of Python's import 
system were rewritten for 3.3 (including SourceFileLoader).

--
Philip Jenvey

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to