Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to build windows client (r8413) throws traceback #782

Closed
totaam opened this issue Jan 8, 2015 · 7 comments
Closed

Trying to build windows client (r8413) throws traceback #782

totaam opened this issue Jan 8, 2015 · 7 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Jan 8, 2015

Issue migrated from trac ticket # 782

component: client | priority: major | resolution: fixed

2015-01-08 01:21:47: afarr created the issue


Trying to build a windows client from trunk (r8413) I am getting the following py2exe error and traceback:

Full version    0.15.0-[r8413](../commit/e3624326fc129ab6c84f0eab383fe1ebc35e4f94)

…

-***** 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?

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 01:26:42: totaam changed status from new to assigned

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 01:26:42: totaam changed owner from antoine to totaam

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 01:26:42: totaam commented


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.

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 01:29:35: totaam commented


Or you can ask sbennett or smo to commit the fix for you.

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 06:15:02: totaam changed status from assigned to closed

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 06:15:02: totaam changed resolution from ** to fixed

@totaam
Copy link
Collaborator Author

totaam commented Jan 8, 2015

2015-01-08 06:15:02: totaam commented


Fixed in r8414 - closing, feel free to re-open if I've borken anything.

@totaam totaam closed this as completed Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant