This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, eric.snow, ncoghlan, theller, vstinner
Date 2014-03-24.15:49:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395676180.8.0.0945617865059.issue21050@psf.upfronthosting.co.za>
In-reply-to
Content
For those that don't read German, the exception says "The specified module could not be found".

Anyway, what looks suspicious to me is this line that gets imported by pywintypes:

# extension module loaded from 'C:\\Python34\\lib\\site-packages\\win32\\_win32sysloader.pyd'

That module's name suggests it might be critical. I also wonder what is going on with your sys.path as pywintypes is coming from site-packages\win32\lib\pywintypes.py while win32api is coming from site-packages\\win32\\win32api.pyd (notice how pywintypes is in some lib subidrectory and win32api is not). That suggests to me that something is mucking with sys.path somewhere to make this require the ordering.
History
Date User Action Args
2014-03-24 15:49:40brett.cannonsetrecipients: + brett.cannon, theller, ncoghlan, vstinner, eric.snow
2014-03-24 15:49:40brett.cannonsetmessageid: <1395676180.8.0.0945617865059.issue21050@psf.upfronthosting.co.za>
2014-03-24 15:49:40brett.cannonlinkissue21050 messages
2014-03-24 15:49:40brett.cannoncreate