Marc-Andre Lemburg added the comment:

Nick Coghlan wrote:
> 
> Nick Coghlan added the comment:
> 
> Can you confirm this problem still exists on 3.3? The pkgutil emulation isn't 
> used by runpy any more - with the migration to importlib, the interface that 
> runpy invokes fails outright if no loader is found rather than falling back 
> to the emulation (we only retained the emulation for backwards compatibility 
> - it's a public API, so others may be using it directly).

That's difficult to test, since the Tools/freeze/ tool no longer works
in Python 3.3. I'll open a separate issue for that.

> I have a feeling that there may still be a couple of checks which are 
> restricted to PY_SOURCE and PY_COMPILED that really should be allowing 
> PY_FROZEN as well.

Same here.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Sep 25 2012)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2012-10-29: PyCon DE 2012, Leipzig, Germany ...            34 days to go
2012-10-23: Python Meeting Duesseldorf ...                 28 days to go
2012-09-25: Released mxODBC 3.2.1 ...             http://egenix.com/go31
2012-09-18: Released mxODBC Zope DA 2.1.0 ...     http://egenix.com/go32

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16027>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to