Hi, I'm having the same problem, usually i just type "pyinstaller file.py" and everything seems to work but now I get the same error. I read a thread where they say this has been fixed, but how do i use the development version found on github?
thanks On Thursday, March 6, 2014 3:10:53 AM UTC+8, Michael Hipp wrote: > > Can anyone assist with this error? Everything google found about this > involved > SQLAlchemy but seemed to indicate this was already fixed. I'm using > PyInstaller > from git+https://github.com/pyinstaller/pyinstaller.git@master > > Any help? > > Thanks, > Michael > > 14817 INFO: Using Python library C:\Windows\system32\python27.dll > Traceback (most recent call last): > File "c:\dev\virtenvs\auction\Scripts\pyinstaller-script.py", line 9, > in > <module> > load_entry_point('PyInstaller==2.1', 'console_scripts', > 'pyinstaller')() > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\main.py", > line > 88, in run > run_build(opts, spec_file, pyi_config) > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\main.py", > line > 46, in run_build > PyInstaller.build.main(pyi_config, spec_file, **opts.__dict__) > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\build.py", > line > 1924, in main > build(specfile, kw.get('distpath'), kw.get('workpath'), > kw.get('clean_build')) > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\build.py", > line > 1873, in build > execfile(spec) > File "packaging\main.spec", line 6, in <module> > runtime_hooks=None) > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\build.py", > line > 446, in __init__ > self.__postinit__() > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\build.py", > line > 309, in __postinit__ > self.assemble() > File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\build.py", > line > 700, in assemble > for ln in importTracker.getwarnings(): > File > "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\depend\imptracker.py", > > line 381, in getwarnings > for w in mod.warnings: > TypeError: iteration over non-sequence > -- 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.
