Opened 6 years ago
Closed 6 years ago
#782 closed defect (fixed)
Trying to build windows client (r8413) throws traceback
Reported by: | alas | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description
Trying to build a windows client from trunk (r8413) I am getting the following py2exe error and traceback:
Full version 0.15.0-r8413 … ****** build python pyd files inplace C:\Python27\python.exe —00 setup.py build_ext —inlace > build-xpra.log ****** setting pygtk and pygst environment variables C:\Python27\python.exe —00 setup.py py2exe > py2exe-xpra.log Traceback (most recent call last): File “setup.py”, line 1250, in <module> build_xpra_conf(dist) File “setup.py”, line 754, in build_xpra_conf ‘env’ : “\n”.join(“env = %s=%s” % (k,v) for k,v in env_strs.items()), AttributeError: ‘list’ object has no attribute ‘items; “py2exe error, see py2exe-xpra.log”
Have I broken my environment already?
Change History (3)
comment:1 Changed 6 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → assigned |
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r8414 - closing, feel free to re-open if I've borken anything.
Note: See
TracTickets for help on using
tickets.
Nope it's my mistaske...
The code has
[]
just above the line it crashes on, replace it with{}
instead and it should work.Will fix as soon as I get back.