Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 4

one year ago
Python BDK Import Issue
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue? running >> python3 -m src returns a ModuleNotFoudnError: No module named 'symphony' ![スクリーンショット 2022-06-10 002023.png](https://forum.developers.symphony.com/upload/files/1445788767263657984_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20002023.png) Thanks in advance.
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue? running >> python3 -m src returns a ModuleNotFoudnError: No module named 'symphony' ![スクリーンショット 2022-06-10 002023.png](https://forum.developers.symphony.com/upload/files/1445788767263657984_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20002023.png) Thanks in advance.
#python #bdk
#chapter4 #developingbotsusingbdkforpython #python3-10-5 #demo #vscode
one year ago
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue? running >> python3 -m src returns a ModuleNotFoudnError: No module named 'symphony' ![スクリーンショット 2022-06-10 002023.png](https://forum.developers.symphony.com/upload/files/1445788767263657984_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20002023.png) Thanks in advance.
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue? runnign >> pyhon3 -m src returns a ModuleNotFoudnError: No module named 'symphony' ![スクリーンショット 2022-06-10 002023.png](https://forum.developers.symphony.com/upload/files/1445788767263657984_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20002023.png) Thanks in advance.
#chapter4 #developingbotsusingbdkforpython #python3-10-5 #demo #vscode
#chapter4 #developingbotsusingbdkforpython #python3-10-5 #demo #vscode
one year ago
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue? runnign >> pyhon3 -m src returns a ModuleNotFoudnError: No module named 'symphony' ![スクリーンショット 2022-06-10 002023.png](https://forum.developers.symphony.com/upload/files/1445788767263657984_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20002023.png) Thanks in advance.
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue?
#chapter4 #developingbotsusingbdkforpython #python3-10-5 #demo #vscode
#chapter4 #developingbotsusingbdkforpython #python3-10-5 #demo #vscode
one year ago
Original
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.

Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the first time but unable to. Win11, with VS Code with Python 3.10.5 from the windows store installed. There are 6 problems which indicate the symphony bdk library is not imported. ![スクリーンショット 2022-06-10 000542.png](https://forum.developers.symphony.com/upload/files/1654787159817_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000542.png) The python intepreter workign with VS Code is Python 3.10.5 ![スクリーンショット 2022-06-10 000659.png](https://forum.developers.symphony.com/upload/files/1654787236273_%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-06-10%20000659.png) has anyone else encountered this issue?
#chapter4 #developingbotsusingbdkforpython #python3-10-5 #demo #vscode