ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
709 stars 78 forks source link

Problems with easy_install of PyVirtualDisplay #5

Closed hschilling closed 12 years ago

hschilling commented 12 years ago

Hello,

Love PyVirtualDisplay but easy_install doesn't work for me on all but one system I have available for testing. I get this error. BTW, pip install does work fine.

easy_install pyvirtualdisplay

(( much snippage ))

Traceback (most recent call last): File "/hx/u/hschilli/openmdao/T777-add-gui-javascript-unit-tests/devenv/bin/easy_install", line 8, in load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')() File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in File "/usr/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 478, in install_item File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 519, in process_distribution File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve plugin_env, full_env=None, installer=None, fallback=True File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match

File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain self.add(other) File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in File "setup.py", line 6, in sys.path.insert(0, os.path.normpath(os.path.join(here, zipimport.ZipImportError: bad local file header in paver-minilib.zip

ponty commented 12 years ago

EasyProcess and PyVirtualDisplay were uploaded with different paver version, that caused the conflict with easy_install. I uploaded the package with updated paver-minilib.zip and the conflict is resolved. Thanks for the report.

hschilling commented 12 years ago

Hi ponty,

Excellent! It worked fine for me now. Thanks for the super speedy reply.

hschilling commented 12 years ago

Hi ponty,

I just tried doing an easy_install again but I get the same problem as before. Did you change something at your end? Thanks again for the help!

Traceback (most recent call last): File "/hx/u/hschilli/openmdao/OpenMDAO-Framework-Base/devenv/bin/easy_install", line 8, in load_entry_point('setuptools==0.6c12dev-r88846', 'console_scripts', 'easy_install')() File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in File "/hx/u/hschilli/local/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/hx/u/hschilli/local/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/hx/u/hschilli/local/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 478, in install_item File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 519, in process_distribution File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in File "setup.py", line 6, in sys.path.insert(0, os.path.normpath(os.path.join(here, zipimport.ZipImportError: bad local file header in paver-minilib.zip

nwiesmueller commented 12 years ago

I'm also having this issue. Is there a workaround?

ponty commented 12 years ago

continued on #6

ponty commented 12 years ago

Fixed

hschilling commented 12 years ago

Thanks!