|
From: <th...@us...> - 2014-09-23 12:58:27
|
Revision: 755
http://sourceforge.net/p/py2exe/svn/755
Author: theller
Date: 2014-09-23 12:58:15 +0000 (Tue, 23 Sep 2014)
Log Message:
-----------
Add another to-do item, and mark one as done.
Modified Paths:
--------------
trunk/py2exe-3/TODO.txt
Modified: trunk/py2exe-3/TODO.txt
===================================================================
--- trunk/py2exe-3/TODO.txt 2014-09-19 19:32:48 UTC (rev 754)
+++ trunk/py2exe-3/TODO.txt 2014-09-23 12:58:15 UTC (rev 755)
@@ -30,6 +30,8 @@
pyInstaller has a hook that seems to work. Can it be adapted for py2exe,
or do we need to patch cffi at runtime?
+- py2exe does not detect imports from six.moves.
+
- tkinter programs will not build in virtual environments.
The problem is that the tcl directory in the system installation is
@@ -40,14 +42,18 @@
- Implement a separate modulefinder for Python 3.4 and above which
uses the PEP451 ModuleSpec type and avoids calling deprecated apis.
-- ModuleFinder.import_package() should either work recursively (have
- to check what py2exe for Python2 does) or get a receursive
- parameter.
-
- Does probably not work with extensions built against the limited API
(python3.dll)???
================================================================
+
+Fixed in rev. 751: Enumerate subpackages and import all modules from
+the recursively:
+
+ - ModuleFinder.import_package() should either work recursively
+ (have to check what py2exe for Python2 does) or get a receursive
+ parameter.
+
================================================================
Have to check which of the following is still needed:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|