Menu

#663 DeprecationWarning in pywintypes.py

v1.0 (example)
open
nobody
None
5
2014-01-20
2014-01-20
Big Jim
No

Received this warning while working with django:

C:\Python33\lib\site-packages\win32\lib\pywintypes.py:39: DeprecationWarning: imp.get_suffixes() is deprecated; use the constants defined on importlib.machinery instead
  for suffix_item in imp.get_suffixes():

pywin32 build 218
Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)] on win32

I've seen other reports of this problem, but no resolution.

http://stackoverflow.com/questions/20839558/imp-get-suffixes-is-deprecated-how-to-repair-it

https://groups.google.com/d/msg/django-users/P4UX6tzceLk/H1kIZjOd08MJ

Discussion