Any ideas on this? bb-freeze test5-coded-pre.py WARNING: found xml.sax in multiple directories. Assuming it's a namespace package. (found in /usr/lib64/python2.5/site-packages/_xmlplus/sax, /usr/lib64/python2.5/xml/sax) *** applied <function recipe_doctest at 0xc618c0> recipe_matplotlib: using the backend_qt4agg matplotlib backend *** applied <function recipe_matplotlib at 0xc61d70> *** applied <function recipe_pydoc at 0xc619b0> *** applied <function recipe_time at 0xc61c80> *** applied <function recipe_urllib at 0xc61a28> SKIPPING: SharedLibrary('libgthread-2.0.so.0',) SKIPPING: SharedLibrary('libglib-2.0.so.0',) *** applied <function recipe_gtk_and_friends at 0xc61e60> *** applied <function recipe_tkinter at 0xc61de8> ================================================== The following eggs are being used: Numeric 24.2 (/usr/lib64/python2.5/site-packages/Numeric) configobj 4.5.2 (/usr/lib/python2.5/site-packages/configobj-4.5.2-py2.5.egg) matplotlib 0.91.2 (/usr/lib/python2.5/site-packages/matplotlib-0.91.2-py2.5- linux-x86_64.egg) setuptools 0.6c8 (/usr/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg) ================================================== /usr/lib64/python2.5/site-packages/Numeric looks like a development egg. need to run setup.py bdist_egg Traceback (most recent call last): File "/usr/bin/bb-freeze", line 8, in <module> load_entry_point('bbfreeze==0.96.2', 'console_scripts', 'bb-freeze')() File "/usr/lib/python2.5/site-packages/bbfreeze-0.96.2-py2.5-linux- x86_64.egg/bbfreeze/__init__.py", line 18, in main f() File "/usr/lib/python2.5/site-packages/bbfreeze-0.96.2-py2.5-linux- x86_64.egg/bbfreeze/freezer.py", line 516, in __call__ analyzer.copy(self.distdir) File "/usr/lib/python2.5/site-packages/bbfreeze-0.96.2-py2.5-linux- x86_64.egg/bbfreeze/freezer.py", line 138, in copy eggutil.copyDistribution(x, destdir) File "/usr/lib/python2.5/site-packages/bbfreeze-0.96.2-py2.5-linux- x86_64.egg/bbfreeze/eggutil.py", line 132, in copyDistribution raise RuntimeError("setup.py not found for development egg") RuntimeError: setup.py not found for development egg
I don't think I'm using matplotlib, don't understand what dragged it in (python -v on my script does _not_ show any matplotlib) -- http://mail.python.org/mailman/listinfo/python-list