Re: [opensource-dev] build viewer64 dependencies

2017-07-23 Thread Oz Linden
Yes

-- 
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 23, 2017, at 11:21, Nicky Perian  wrote:
> 
> https://bitbucket.org/lindenlab/autobuild-1.1
> https://bitbucket.org/lindenlab/viewer-build-variables
> 
> Are these up to date with LL's build system?
> 
___
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] build viewer64 dependencies

2017-07-23 Thread Nicky Perian
https://bitbucket.org/lindenlab/autobuild-1.1
https://bitbucket.org/lindenlab/viewer-build-variables

Are these up to date with LL's build system?
___
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] Python errors after update of viewer64

2017-07-23 Thread Nicky Perian
My fault. While working the problem with the "mq" extension I overwrote
python with the 64 bit version.
Reinstalled 32 bit and it works.

On Sat, Jul 22, 2017 at 10:56 PM, Nicky Perian 
wrote:

> 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