Message246753
> That would break anyone else who's manually managing their own > activation context around ctypes. Since this can't be made to work automatically, I prefer your suggestion to continue checking for uuid.dll. You could just do something like the following: libnames = ['uuid'] if sys.platform != 'win32': libnames.append('c') for libname in libnames: ... | |
| Date | User | Action | Args | | 2015-07-15 03:17:34 | eryksun | set | recipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower | | 2015-07-15 03:17:34 | eryksun | set | messageid: <1436930254.13.0.151736505613.issue24634@psf.upfronthosting.co.za> | | 2015-07-15 03:17:34 | eryksun | link | issue24634 messages | | 2015-07-15 03:17:34 | eryksun | create | | |