Hi everyone, I've just updated my application to SQLAlchemy 0.9.4 and trying to freeze it with PyInstaller now I get the following import error:
File "C:\Users\Usr01\Desktop\Trunk\MyApp\build\pyi.win32\MyApp\ou t00-PYZ.pyz\gui.container.MyAppFrame", line 8, in <module> File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 480, in doimport File "C:\Users\Usr01\Desktop\Trunk\MyApp\build\pyi.win32\MyApp\ou t00-PYZ.pyz\globals.MyAppDBMacro", line 1, in <module> File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 480, in doimport File "C:\Users\Usr01\Desktop\Trunk\MyApp\build\pyi.win32\MyApp\ou t00-PYZ.pyz\sqlalchemy", line 8, in <module> File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 480, in doimport File "C:\Users\Usr01\Desktop\Trunk\MyApp\build\pyi.win32\MyApp\ou t00-PYZ.pyz\sqlalchemy.sql", line 7, in <module> File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 480, in doimport File "C:\Users\Usr01\Desktop\Trunk\MyApp\build\pyi.win32\MyApp\ou t00-PYZ.pyz\sqlalchemy.sql.expression", line 30, in <module> File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 386, in importHook File "C:\Users\Usr01\Desktop\Trunk\pyinstaller\PyInstaller\loader\iu.py", line 480, in doimport File "C:\Users\Usr01\Desktop\Trunk\MyApp\build\pyi.win32\MyApp\ou t00-PYZ.pyz\sqlalchemy.sql.functions", line 10, in <module> ImportError: cannot import name schema Everything worked with the previous version I adopted (0.8.6), so can anyone point me out what's wrong with the current one? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
