I wonder why my code builds and works very well on Python 2.6 but not on Python 2.6.1 (pyinstaller rev585). AFAIK, they're both using the same CRT so there should be no problem importing sqlite3. Anyway, I switched back to Python2.6 and will wait for pyinstaller to fully support it. Thanks...
On Dec 16, 10:38 pm, Giovanni Bajo <[email protected]> wrote: > On 12/16/2008 11:14 AM, [email protected] wrote: > > > I would like to add that building the app is fine, the error only > > occurs when running the dist executable. When appended by a -- > > noconsole option, the executable resulted a Visual C++ Runtime Error > > R6034. > > Python 2.6 uses a different CRT (Visual Studio 2008). PyInstaller does > not support it yet. > -- > Giovanni Bajo > Develer S.r.l.http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
