[python-win32] Problem with compiled .pyd file
Hello I am using Python 2.5.2 on Windows and cygwin to build a python extension. I have built the pygrib2 package using cygwin on Windows and I am experiencing a hanging on the import of the g2lib.pyd module. I have tried using cygwin's jasper library as well as self-built files of the
[python-win32] Re: PyCEdit issue
Try opening the file in binary mode. In text mode, all the cr/lf's get automatically translated to '\n'. Roger ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
