Don Dwiggins píše v Út 14. 09. 2010 v 15:12 -0700: > I have a utility that uses Michael Foord's configobj module > (www.voidspace.org.uk/python/configobj.html). I get the following in > the warning file: > > W: __all__ is built strangely at line 0 - configobj > > (C:\ProgramFiles\Python25\Lib\site-packages\configobj.pyc) > > ... and when running the executable, I always got "ImportError: No > module named configobj". > > I was finally able to get around it by including the path to > configobj.py in Analysis. Along the way, I tried a couple of > hook-configobj.py files, but with no luck. Consider this a request > for > someone who's a better hooks jockey than I to supply the right > contents. > > Thanks,
What is your python/configobj/pyinstaller version? Could you post code snippet using configobj? It seems strange that configobj would require some hooks since configobj is pure python with no additional dependencies. Martin -- 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.
