[pywin32-bugs] [ pywin32-Bugs-1063888 ] Can't import win32comext submodules
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-11-10 16:01:41
|
Bugs item #1063888, was opened at 2004-11-10 09:30 Message generated for change (Settings changed) made by logistix You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1063888&group_id=78018 Category: com Group: None >Status: Closed Resolution: Invalid Priority: 5 Submitted By: logistix (logistix) Assigned to: Nobody/Anonymous (nobody) Summary: Can't import win32comext submodules Initial Comment: I'm running Build 203 on Python 2.3 although the CVS browser indicates this is probably a problem with all builds. 'import win32comext.mapi.mapi' failed. The quick fix was to add a blank __init__.py file to the win32comext directory, although it could also be done in the registry I think. Let me know if you need a patch file for the __init__.py file. ;-) ---------------------------------------------------------------------- Comment By: logistix (logistix) Date: 2004-11-10 10:00 Message: Logged In: YES user_id=699438 Disregard, I realized that 'import win32com.mapi.mapi' does the trick. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1063888&group_id=78018 |