Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pythonnet converting ObservableCollection into python list #770

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

Closed
fdv1 opened this issue Nov 9, 2018 · 0 comments · Fixed by #773
Closed

pythonnet converting ObservableCollection into python list #770

fdv1 opened this issue Nov 9, 2018 · 0 comments · Fixed by #773

Comments

@fdv1
Copy link
Contributor

fdv1 commented Nov 9, 2018

Environment

  • Pythonnet version: head
  • Python version: any
  • Operating System: any

Details

  • 4df6105 slightly changed Pythonnet behaviour in that it automatically convert any list implementing Ilist into a python list. This conversion is certainly consistent with pythonnet but it does hide some functionalities from python in the the case of more advanced lists such as ObservableCollection. This is preventing some WPF objects from being usable from python (eg: AvalonEdit). I will submit a proposal to fix this issue in a PR.
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

Successfully merging a pull request may close this issue.

1 participant