Phoenix: Build fails on master but not snapshot
Const <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
I've cloned the master branch to try and build wxPython (Phoenix). As per
the instructions, I do a "build.py dox" first, followed by a "build.py
etg", at which point I get the following error:
"C:\Python34\python.exe" etg\_stc.py --sip
Traceback (most recent call last):
File "etg\_stc.py", line 176, in <module>
run()
File "etg\_stc.py", line 169, in run
tools.runGenerators(module)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\tweaker_tools.py",
line 577, in runGenerators
g.generate(module)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\sip_generator.py",
line 46, in generate
self.generateModule(module, stream)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\sip_generator.py",
line 137, in generateModule
self.generateModuleItems(module, stream)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\sip_generator.py",
line 180, in generateModuleItems
function(item, stream)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\sip_generator.py",
line 428, in generateClass
self.generateDocstring(klass, stream, indent2)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\sip_generator.py",
line 599, in generateDocstring
sigs = ctor.collectPySignatures()
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\extractors.py",
line 508, in collectPySignatures
f.makePyArgsString()
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\extractors.py",
line 487, in makePyArgsString
s += '=' + '|'.join([_cleanName(x) for x in default.split('|')])
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\extractors.py",
line 487, in <listcomp>
s += '=' + '|'.join([_cleanName(x) for x in default.split('|')])
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\extractors.py",
line 433, in _cleanName
name = self.fixWxPrefix(name, True)
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\tweaker_tools.py",
line 92, in fixWxPrefix
self._getCoreTopLevelNames()
File "C:\Users\Const\Documents\GitHub\Phoenix\etgtools\tweaker_tools.py",
line 124, in _getCoreTopLevelName
s
with open(filename, 'rt', encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'wx/core.pi'
Command '"C:\Python34\python.exe" etg\_stc.py --sip' failed with exit code
1.
I've tried to determine what the problem is without success. What's odd is
I can build wxPython from the latest snapshot of the sources,
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884.tar.gz ,
2015-04-16 02:37.
Any ideas?
Thanks.
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.