Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-09 Thread Victor Westmann
Jon,

hi. I downloaded the zip package of libmypaint under mypaint folder and
then, after extract it, ran again the scons command.

I got the following error:

scons: warning: EnsureSConsVersion is ignored for development version
File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line 6,
in m
odule
building for 'python' (use scons python_binary=xxx to change)
using 'python-config' (use scons python_config=xxx to change)
Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
libmypai
ntlib.so, libmypaint.a, libmypaint-tests.a, lib/_mypaintlib.so])
Enabling i18n for brushlib in full application build

scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
214, in
module
ImportError: cannot import name check_output:
  File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
218:
SConscript('./SConscript')
  File
C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
ine 613:
return method(*args, **kw)
  File
C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
ine 550:
return _SConscript(self.fs, *files, **subst_kw)
  File
C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
ine 260:
exec _file_ in call_stack[-1].globals
  File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript, line 4:
from subprocess import check_output

:(



--Victor Westmann

2014-09-08 21:57 GMT-03:00 Jon Nordby jono...@gmail.com:

 Ok. You can also download libmypaint repository as a .zip and unpack it
 info the brushlib directory.
 On Sep 9, 2014 2:31 AM, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 I didn't. I just downloaded the whole MyPaint project as a ZIP package.
 I'll do it and let you guys know how did it go.
 Thanks!



 --Victor Westmann

 2014-09-08 21:27 GMT-03:00 Jon Nordby jono...@gmail.com:

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'

 Did you run git submodule update --init to bring in the brushlib?

 On 9 September 2014 00:24, Victor Westmann victor.westm...@gmail.com
 wrote:

 Hi folks,

 I really tried to help in this matter but I could not progress much. I
 stumbled upon this error here on Windows 32.

 scons: Reading SConscript files ...

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 6, in module
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypaintlib.so, libmypaint.a, libmypaint-tests.a,
 lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript,
 line 4:
 from subprocess import check_output

 What should I do next? I'm not very skilled in this process but once I
 get pass this I'd be able to beautifully document all the steps I did so we
 can put it on the project wiki pages. :)

 Cheers.



 --Victor Westmann

 ___
 Mypaint-discuss mailing list
 Mypaint-discuss@gna.org
 https://mail.gna.org/listinfo/mypaint-discuss




 --
 Jon Nordby - www.jonnor.com



___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-09 Thread Jon Nordby
It sounds like it was not extracted into the right directory. What is the
contents of the brushlib directory?

On 9 September 2014 15:17, Victor Westmann victor.westm...@gmail.com
wrote:

 Jon,

 hi. I downloaded the zip package of libmypaint under mypaint folder
 and then, after extract it, ran again the scons command.

 I got the following error:

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line 6,
 in m
 odule
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypai
 ntlib.so, libmypaint.a, libmypaint-tests.a, lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript, line
 4:
 from subprocess import check_output

 :(



 --Victor Westmann

 2014-09-08 21:57 GMT-03:00 Jon Nordby jono...@gmail.com:

 Ok. You can also download libmypaint repository as a .zip and unpack it
 info the brushlib directory.
 On Sep 9, 2014 2:31 AM, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 I didn't. I just downloaded the whole MyPaint project as a ZIP package.
 I'll do it and let you guys know how did it go.
 Thanks!



 --Victor Westmann

 2014-09-08 21:27 GMT-03:00 Jon Nordby jono...@gmail.com:

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'

 Did you run git submodule update --init to bring in the brushlib?

 On 9 September 2014 00:24, Victor Westmann victor.westm...@gmail.com
 wrote:

 Hi folks,

 I really tried to help in this matter but I could not progress much. I
 stumbled upon this error here on Windows 32.

 scons: Reading SConscript files ...

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 6, in module
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypaintlib.so, libmypaint.a, libmypaint-tests.a,
 lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript,
 line 4:
 from subprocess import check_output

 What should I do next? I'm not very skilled in this process but once I
 get pass this I'd be able to beautifully document all the steps I did so 
 we
 can put it on the project wiki pages. :)

 Cheers.



 --Victor Westmann

 ___
 Mypaint-discuss mailing list
 Mypaint-discuss@gna.org
 https://mail.gna.org/listinfo/mypaint-discuss




 --
 Jon Nordby - www.jonnor.com






-- 
Jon Nordby - www.jonnor.com
___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-09 Thread Victor Westmann
Andrew,

can I install here on my local machine python 2.7.8 version? Or should I
install another Python 2.7.x version? Thanks for the quick reply.



--Victor Westmann

2014-09-09 11:10 GMT-03:00 Andrew Chadwick a.t.chadw...@gmail.com:

 You'll need to be running Python 2.7 for now: that's when the call was
 introduced:
 https://docs.python.org/2/library/subprocess.html#subprocess.check_output
 . Is that fairly easy to sort out at your end?

 The dependency bump is fairly recent (77749db, Mar 09 2014) and was really
 only introduced to make a spurious build warning go away on Gentoo systems.
 OS X builds require 2.7.4+ still, but we *could* drop back to
 2.6-compatible os.popen() stuff.

 On Tuesday, 9 September 2014, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 hi. I downloaded the zip package of libmypaint under mypaint folder
 and then, after extract it, ran again the scons command.

 I got the following error:

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 6, in m
 odule
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypai
 ntlib.so, libmypaint.a, libmypaint-tests.a, lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript, line
 4:
 from subprocess import check_output



 --
 Andrew Chadwick

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-09 Thread Victor Westmann
Jon,

brushlib directory has no files, at all. Is this wrong?



--Victor Westmann

2014-09-09 11:15 GMT-03:00 Jon Nordby jono...@gmail.com:

 It sounds like it was not extracted into the right directory. What is the
 contents of the brushlib directory?


 On 9 September 2014 15:17, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 hi. I downloaded the zip package of libmypaint under mypaint folder
 and then, after extract it, ran again the scons command.

 I got the following error:

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 6, in m
 odule
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypai
 ntlib.so, libmypaint.a, libmypaint-tests.a, lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript, line
 4:
 from subprocess import check_output

 :(



 --Victor Westmann

 2014-09-08 21:57 GMT-03:00 Jon Nordby jono...@gmail.com:

 Ok. You can also download libmypaint repository as a .zip and unpack it
 info the brushlib directory.
 On Sep 9, 2014 2:31 AM, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 I didn't. I just downloaded the whole MyPaint project as a ZIP package.
 I'll do it and let you guys know how did it go.
 Thanks!



 --Victor Westmann

 2014-09-08 21:27 GMT-03:00 Jon Nordby jono...@gmail.com:

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'

 Did you run git submodule update --init to bring in the brushlib?

 On 9 September 2014 00:24, Victor Westmann victor.westm...@gmail.com
 wrote:

 Hi folks,

 I really tried to help in this matter but I could not progress much.
 I stumbled upon this error here on Windows 32.

 scons: Reading SConscript files ...

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 6, in module
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so,
 libmypaint.so, libmypaintlib.so, libmypaint.a, 
 libmypaint-tests.a,
 lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript,
 line 4:
 from subprocess import check_output

 What should I do next? I'm not very skilled in this process but once
 I get pass this I'd be able to beautifully document all the steps I did 
 so
 we can put it on the project wiki pages. :)

 Cheers.



 --Victor Westmann

 ___
 Mypaint-discuss mailing list
 Mypaint-discuss@gna.org
 https://mail.gna.org/listinfo/mypaint-discuss




 --
 Jon Nordby - www.jonnor.com






 --
 Jon Nordby - www.jonnor.com

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-09 Thread Victor Westmann
I'm following this blog post here:
http://opensourcepack.blogspot.com.br/2009/08/building-mypaint-in-windows.html

Those are the instructions to follow to be able to compile MyPaint 1.1 on
Windows platform... right?

So far I got:
===
LibMyPaint and MyPaint v1.1 (source code from GitHub)

MyPaint Dependencies:
---
Python v2.7.8
GTK+ v2 (2.24.10)
MinGW v2013072200
scons v2.3.2 (stable)

Python Dependencies
--
PyGTK 2.24.2 for Python 2.7 win32
NumPy 1.9.0 for Python 2.7 win32

Is that it? Is there anything else I should install on my local machine to
make MyPaint compile correctly?




--Victor Westmann

2014-09-09 11:21 GMT-03:00 Victor Westmann victor.westm...@gmail.com:

 Jon,

 brushlib directory has no files, at all. Is this wrong?



 --Victor Westmann

 2014-09-09 11:15 GMT-03:00 Jon Nordby jono...@gmail.com:

 It sounds like it was not extracted into the right directory. What is the
 contents of the brushlib directory?


 On 9 September 2014 15:17, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 hi. I downloaded the zip package of libmypaint under mypaint folder
 and then, after extract it, ran again the scons command.

 I got the following error:

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 6, in m
 odule
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypai
 ntlib.so, libmypaint.a, libmypaint-tests.a, lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript,
 line 4:
 from subprocess import check_output

 :(



 --Victor Westmann

 2014-09-08 21:57 GMT-03:00 Jon Nordby jono...@gmail.com:

 Ok. You can also download libmypaint repository as a .zip and unpack it
 info the brushlib directory.
 On Sep 9, 2014 2:31 AM, Victor Westmann victor.westm...@gmail.com
 wrote:

 Jon,

 I didn't. I just downloaded the whole MyPaint project as a ZIP
 package. I'll do it and let you guys know how did it go.
 Thanks!



 --Victor Westmann

 2014-09-08 21:27 GMT-03:00 Jon Nordby jono...@gmail.com:

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'

 Did you run git submodule update --init to bring in the brushlib?

 On 9 September 2014 00:24, Victor Westmann victor.westm...@gmail.com
  wrote:

 Hi folks,

 I really tried to help in this matter but I could not progress much.
 I stumbled upon this error here on Windows 32.

 scons: Reading SConscript files ...

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 6, in module
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so,
 libmypaint.so, libmypaintlib.so, libmypaint.a, 
 libmypaint-tests.a,
 lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, 
 l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, 
 l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, 
 l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript,
 line 4:
 from subprocess import check_output

 What should I do next? I'm not very skilled in this process but once
 I get pass this I'd be able to beautifully document all the steps I did 
 so
 we can put it on the project wiki pages. :)

 Cheers.



 --Victor Westmann

 

[Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-08 Thread Victor Westmann
Hi folks,

I really tried to help in this matter but I could not progress much. I
stumbled upon this error here on Windows 32.

scons: Reading SConscript files ...

scons: warning: EnsureSConsVersion is ignored for development version
File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line 6,
in module
building for 'python' (use scons python_binary=xxx to change)
using 'python-config' (use scons python_config=xxx to change)
Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
libmypaintlib.so, libmypaint.a, libmypaint-tests.a,
lib/_mypaintlib.so])
Enabling i18n for brushlib in full application build

scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
214, in
module
ImportError: cannot import name check_output:
  File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
218:
SConscript('./SConscript')
  File
C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
ine 613:
return method(*args, **kw)
  File
C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
ine 550:
return _SConscript(self.fs, *files, **subst_kw)
  File
C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
ine 260:
exec _file_ in call_stack[-1].globals
  File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript, line 4:
from subprocess import check_output

What should I do next? I'm not very skilled in this process but once I get
pass this I'd be able to beautifully document all the steps I did so we can
put it on the project wiki pages. :)

Cheers.



--Victor Westmann
___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-08 Thread Victor Westmann
Jon,

I didn't. I just downloaded the whole MyPaint project as a ZIP package.
I'll do it and let you guys know how did it go.
Thanks!



--Victor Westmann

2014-09-08 21:27 GMT-03:00 Jon Nordby jono...@gmail.com:

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'

 Did you run git submodule update --init to bring in the brushlib?

 On 9 September 2014 00:24, Victor Westmann victor.westm...@gmail.com
 wrote:

 Hi folks,

 I really tried to help in this matter but I could not progress much. I
 stumbled upon this error here on Windows 32.

 scons: Reading SConscript files ...

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 6, in module
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypaintlib.so, libmypaint.a, libmypaint-tests.a,
 lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript, line
 4:
 from subprocess import check_output

 What should I do next? I'm not very skilled in this process but once I
 get pass this I'd be able to beautifully document all the steps I did so we
 can put it on the project wiki pages. :)

 Cheers.



 --Victor Westmann

 ___
 Mypaint-discuss mailing list
 Mypaint-discuss@gna.org
 https://mail.gna.org/listinfo/mypaint-discuss




 --
 Jon Nordby - www.jonnor.com

___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss


Re: [Mypaint-discuss] Issue#48 - Write from-source Windows build and install docs

2014-09-08 Thread Jon Nordby
Ok. You can also download libmypaint repository as a .zip and unpack it
info the brushlib directory.
On Sep 9, 2014 2:31 AM, Victor Westmann victor.westm...@gmail.com wrote:

 Jon,

 I didn't. I just downloaded the whole MyPaint project as a ZIP package.
 I'll do it and let you guys know how did it go.
 Thanks!



 --Victor Westmann

 2014-09-08 21:27 GMT-03:00 Jon Nordby jono...@gmail.com:

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'

 Did you run git submodule update --init to bring in the brushlib?

 On 9 September 2014 00:24, Victor Westmann victor.westm...@gmail.com
 wrote:

 Hi folks,

 I really tried to help in this matter but I could not progress much. I
 stumbled upon this error here on Windows 32.

 scons: Reading SConscript files ...

 scons: warning: EnsureSConsVersion is ignored for development version
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 6, in module
 building for 'python' (use scons python_binary=xxx to change)
 using 'python-config' (use scons python_config=xxx to change)
 Delete([libmypaint-tests.so, libmypaint-tests.so, libmypaint.so,
 libmypaintlib.so, libmypaint.a, libmypaint-tests.a,
 lib/_mypaintlib.so])
 Enabling i18n for brushlib in full application build

 scons: warning: Ignoring missing SConscript 'brushlib\SConscript'
 File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct, line
 214, in
 module
 ImportError: cannot import name check_output:
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConstruct,
 line 218:
 SConscript('./SConscript')
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 613:
 return method(*args, **kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 550:
 return _SConscript(self.fs, *files, **subst_kw)
   File
 C:\Python26\Lib\site-packages\scons-2.3.3\SCons\Script\SConscript.py, l
 ine 260:
 exec _file_ in call_stack[-1].globals
   File C:\Users\Victor Westmann\Desktop\mypaint-master\SConscript,
 line 4:
 from subprocess import check_output

 What should I do next? I'm not very skilled in this process but once I
 get pass this I'd be able to beautifully document all the steps I did so we
 can put it on the project wiki pages. :)

 Cheers.



 --Victor Westmann

 ___
 Mypaint-discuss mailing list
 Mypaint-discuss@gna.org
 https://mail.gna.org/listinfo/mypaint-discuss




 --
 Jon Nordby - www.jonnor.com



___
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss