[opensource-dev] Python errors after update of viewer64
Note: there is no problem with autobuild 1.0.3 with default viewer code. autobuild --version errors out with -- (autobuild-1.1) C:\Users\Bill\P64\Kokua-SL-64>autobuild --version Traceback (most recent call last): File "C:\Users\Bill\Envs\autobuild-1.1\Scripts\autobuild-script.py", line 6, in from pkg_resources import load_entry_point File "c:\users\bill\envs\autobuild-1.1\lib\site-packages\pkg_resources\__init__.py", line 36, in import email.parser File "C:\Python27\Lib\email\parser.py", line 12, in from email.feedparser import FeedParser File "C:\Python27\Lib\email\feedparser.py", line 27, in from email import message File "C:\Python27\Lib\email\message.py", line 16, in import email.charset File "C:\Python27\Lib\email\charset.py", line 13, in import email.base64mime File "C:\Python27\Lib\email\base64mime.py", line 40, in from email.utils import fix_eols File "C:\Python27\Lib\email\utils.py", line 28, in import socket File "C:\Python27\Lib\socket.py", line 47, in import _socket ImportError: DLL load failed: %1 is not a valid Win32 application. Then when trying to update autobuild -- This happens for pip install hg+http://bitbucket.org/lindenlab/autobuild-1.1#egg=autobuild (autobuild-1.1) C:\Users\Bill\P64\Kokua-SL-64>pip install hg+ http://bitbucket.org/lindenlab/autobuild-1.1#egg=autobuild Traceback (most recent call last): File "C:\Python27\Lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Python27\Lib\runpy.py", line 72, in _run_code exec code in run_globals File "C:\Users\Bill\Envs\autobuild-1.1\Scripts\pip.exe\__main__.py", line 5, in File "c:\users\bill\envs\autobuild-1.1\lib\site-packages\pip\__init__.py", line 21, in from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning File "c:\users\bill\envs\autobuild-1.1\lib\site-packages\pip\_vendor\requests\__init__.py", line 62, in from .packages.urllib3.exceptions import DependencyWarning File "c:\users\bill\envs\autobuild-1.1\lib\site-packages\pip\_vendor\requests\packages\__init__.py", line 29, in import urllib3 ImportError: No module named urllib3 ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
Re: [opensource-dev] Update to mercurial and conflict with "hg policy" local extension.
I found that disabling mq solved the problem. I don't know of any reason for that, but feel free to debug it -- Oz Linden (Scott Lawrence) | Engineering Director, Second Life Email or Hangouts o...@lindenlab.com | Second Life Oz Linden Linden Lab | Makers of Shared Creative Spaces Check out what we're working on! > On Jul 22, 2017, at 08:59, Nicky Perian wrote: > > I recently updated mercurial 4.2.2 and encountered a crash at any hg > invocation. > > hg policy caused the crash when the system extension "mq" was also used. > > Does hg policy need a rewrite? > > > ___ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
Re: [opensource-dev] Update to mercurial and conflict with "hg policy" local extension.
Mq is bordering on deprecation (likely going to happen when hg evolve is finished). Consider switching to modern tools like hg rebase, hg histedit, hg graft, hg strip, and hg commit --amend or try out hg evolve which needs more testers and has backend support on bitbucket already. On July 22, 2017 at 7:59:36 AM, Nicky Perian (nickyper...@gmail.com) wrote: Mq is bordering on deprecation (likely going to happen when hg evolve is finished). Consider switching to modern tools like hg rebase, hg histedit, hg graft, hg strip, and hg commit --amend or try out hg evolve which needs more testers and has backend support on bitbucket already. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
[opensource-dev] Update to mercurial and conflict with "hg policy" local extension.
I recently updated mercurial 4.2.2 and encountered a crash at any hg invocation. hg policy caused the crash when the system extension "mq" was also used. Does hg policy need a rewrite? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges