Re: install exe in virtualenv --no-site-packages
Solved this by copying the pywin32.pth file into my virtualenv site-packages and editing the file to point to the path. On Tue, Jan 12, 2010 at 5:35 PM, Jim Pharis wrote: > How do I install an exe in a sandboxed virtualenv that's been setup with no > site packages? The package I'm trying to inst
install exe in virtualenv --no-site-packages
How do I install an exe in a sandboxed virtualenv that's been setup with no site packages? The package I'm trying to install is pywin32. TIA, - Jim -- http://mail.python.org/mailman/listinfo/python-list