Hi, I'm glad I found this thread, I am having the same Issue, I looked at the pull request and was hoping it is fixed already. But I have just updated my pyinstaller version and tried, yet the issue is still present.
Any help would be great. Maybe there is a development version of pyinstaller? If yes, how do i install it? SPECS: OS: Ubuntu, 64bit On Friday, January 10, 2014 9:53:03 PM UTC+8, Martin Z wrote: > > On Saturday 21 of September 2013 13:59:45 chip wrote > > I ran into an issue that I think is a bug. I should probably just put > it > > in the issue tracker, but I'm not too familiar with pyinstaller so I > wanted > > to run it by the mailing list first. I ran into the issue using the dev > > code on the website from 2013-Sept-15 (the zip file extracts to a folder > > with 075eb06 in the name). I can not build a project that uses > sqlalchemy > > declarative. > > > > The testcase: > > > > $ more test.py > > import sqlalchemy.ext.declarative > > print "hello world" > > This issue should be fixed. See this pull request: > > https://github.com/pyinstaller/pyinstaller/pull/103 > -- 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.
