Skip to content

Instantly share code, notes, and snippets.

@tigrang
Created May 21, 2012 00:07
Show Gist options
  • Save tigrang/2760001 to your computer and use it in GitHub Desktop.
Save tigrang/2760001 to your computer and use it in GitHub Desktop.
#celery\concurrency\processes\_win.py
from ctypes import byref, sizeof, windll, Structure, WinError, POINTER
from ctypes.wintypes import DWORD, c_size_t, LONG, c_char, c_void_p
### had to change to ####
from ctypes import c_size_t, c_char, c_void_p, byref, sizeof, windll, Structure, WinError, POINTER
from ctypes.wintypes import DWORD, LONG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment