Bug 1801153 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Mark Banner (:standard8) from comment #9)
> I've got it working after deleting some additional directories (see below).
> 
> What I actually did was to find all the `*.egg-info` directories (`find . -name '*egg-info'`) and then delete them, then restored the ones in source control.
> 
> Thanks for finding this.
> 
> ```
> ./xpcom/geckoprocesstypes_generator/geckoprocesstypes.egg-info
> ./python/mozterm/mozterm.egg-info
> ./testing/mozbase/mozprocess/mozprocess.egg-info
> ./testing/mozbase/mozrunner/mozrunner.egg-info
> ./testing/mozbase/mozhttpd/mozhttpd.egg-info
> ./testing/mozbase/mozfile/mozfile.egg-info
> ./testing/mozbase/moztest/moztest.egg-info
> ./testing/mozbase/mozdebug/mozdebug.egg-info
> ./testing/mozbase/mozversion/mozversion.egg-info
> ./testing/mozbase/mozprofile/mozprofile.egg-info
> ./testing/mozbase/mozdevice/mozdevice.egg-info
> ./testing/mozbase/mozinfo/mozinfo.egg-info
> ./testing/mozbase/mozproxy/mozproxy.egg-info
> ./testing/mozbase/mozleak/mozleak.egg-info
> ./testing/mozbase/moznetwork/moznetwork.egg-info
> ./testing/mozbase/manifestparser/manifestparser.egg-info
> ./testing/mozbase/mozgeckoprofiler/mozgeckoprofiler.egg-info
> ./testing/mozbase/mozpower/mozpower.egg-info
> ./testing/mozbase/mozscreenshot/mozscreenshot.egg-info
> ./testing/mozbase/mozcrash/mozcrash.egg-info
> ./testing/mozbase/mozinstall/mozInstall.egg-info
> ./testing/mozbase/mozlog/mozlog.egg-info
> ```
Good to know that needing to delete more than just the one is necessary. My plan of updating the .gitignore and .hgignore lists should cover that.


(In reply to Mark Banner (:standard8) from comment #10)
> The only issue I have now is that python seems to re-install the virtualenv on every run.
Could you file a separate bug with more details? The "Site out-of-date" reason with the details is important. Though, I might need to expand that to help debug this.
(In reply to Mark Banner (:standard8) from comment #9)
> I've got it working after deleting some additional directories (see below).
> 
> What I actually did was to find all the `*.egg-info` directories (`find . -name '*egg-info'`) and then delete them, then restored the ones in source control.
> 
> Thanks for finding this.
> 
> ```
> ./xpcom/geckoprocesstypes_generator/geckoprocesstypes.egg-info
> ./python/mozterm/mozterm.egg-info
> ./testing/mozbase/mozprocess/mozprocess.egg-info
> ./testing/mozbase/mozrunner/mozrunner.egg-info
> ./testing/mozbase/mozhttpd/mozhttpd.egg-info
> ./testing/mozbase/mozfile/mozfile.egg-info
> ./testing/mozbase/moztest/moztest.egg-info
> ./testing/mozbase/mozdebug/mozdebug.egg-info
> ./testing/mozbase/mozversion/mozversion.egg-info
> ./testing/mozbase/mozprofile/mozprofile.egg-info
> ./testing/mozbase/mozdevice/mozdevice.egg-info
> ./testing/mozbase/mozinfo/mozinfo.egg-info
> ./testing/mozbase/mozproxy/mozproxy.egg-info
> ./testing/mozbase/mozleak/mozleak.egg-info
> ./testing/mozbase/moznetwork/moznetwork.egg-info
> ./testing/mozbase/manifestparser/manifestparser.egg-info
> ./testing/mozbase/mozgeckoprofiler/mozgeckoprofiler.egg-info
> ./testing/mozbase/mozpower/mozpower.egg-info
> ./testing/mozbase/mozscreenshot/mozscreenshot.egg-info
> ./testing/mozbase/mozcrash/mozcrash.egg-info
> ./testing/mozbase/mozinstall/mozInstall.egg-info
> ./testing/mozbase/mozlog/mozlog.egg-info
> ```

Good to know that needing to delete more than just the one is necessary. My plan of updating the .gitignore and .hgignore lists should cover that.

(In reply to Mark Banner (:standard8) from comment #10)
> The only issue I have now is that python seems to re-install the virtualenv on every run.

Could you file a separate bug with more details? The "Site out-of-date" reason with the details is important. Though, I might need to expand that to help debug this.

Back to Bug 1801153 Comment 11