First of all thanks for your efforts Hartmut. I'm not using virtualenv; I'm using a virtual machine specifically for building this application.
However I solved putting "pkg_resources.pyc" (from setup-tools) in site-packages directory, Also I used "-p" parameter to looking up for site-packages directory. Not sure it is the "right" thing to do but at least it is working. Thanks, Emanuele Gesuato Il giorno venerdì 23 agosto 2013 13:59:53 UTC+2, Hartmut Goebel ha scritto: > > Am 21.08.2013 22:06, schrieb Emanuele Gesuato: > > so I tried to install sqlalchemy-migrate as an egg file. After rerun of > the build (which ran fine) when I try to execute the application I got the > error: > ImportError: No module named migrate.versioning.api > > so it seems it is no more using sqlalchemy-migrate BUT in the 'eggs' > folder of the build the egg file is correctly copied. > > I tried to add --hidden-import of 'migrate.versioning.api' but I got the > warning "migrate.versioning.api has been found otherwise' during the build > process. > > I didn't touch the generated spec file. I am using the snapshot version of > pyInstaller, Windows XP, and python 2.7.5, > > Am I missing something ? > > > Please try to implement a *minimal* file showing this problem and test it > in a virtual environment to be sure you have a clean installation. Please > update your PyInstaller to the state of *now*, as I just fixed some > problems if PyInstaller was running in a virtual-environment. > > -- > Schönen Gruß > Hartmut Goebel > Dipl.-Informatiker (univ), CISSP, CSSLP > > Goebel Consult > http://www.goebel-consult.de > > Monatliche Kolumne: > http://www.cissp-gefluester.de/2012-04-compliance-bringt-keine-sicherheit > Blog: http://www.goebel-consult.de/blog/20041011 > > Goebel Consult ist Mitglied bei http://www.7-it.de/ > -- 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/groups/opt_out.
