I'm getting the dreaded "MSVCR71.dll could not be extracted" error, which after a google search I see is a somewhat common problem. I tried both the latest stable release of PyInstaller (1.2) and the daily build, and get the problem with both. The problem occurrs only when I run my compiled single-file executable, not during the compile process.
Here's the interesting thing: it only happens if I'm importing the bitmapcanvas module in PythonCard. If I remove that part of the import statement, the error goes away. Here's my PythonCard import statement: from PythonCard.components import statictext, imagebutton, textfield, textarea, list, staticline, slider, choice, checkbox, bitmapcanvas If I remove "bitmapcanvas" from that statement, my compiled file works fine. Uncompiled the program works just fine, with or without the bitmapcanvas statement. But PythonCard applications require importing each element manually in order for them to work with PyInstaller. Does anyone have any hints about how I might fix this? If I can help with any debugging, feel free to email me (wrybread at gmail dot you know what). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
