eclipse-cyclonedds / cyclonedds-python

Other
54 stars 44 forks source link

Windows platform environment not work #206

Closed djh12345678 closed 11 months ago

djh12345678 commented 11 months ago

"How to configure environment variables on Windows platform? I used the code: `from os import environ environ['CYCLONEDDS_URI'] =r'D:\config\cyclonedds_pub.xml'

, but it didn't work."

eboasson commented 11 months ago

I don't know, sorry. If I did know the answer, I'd give it, of course. It is really a Python/Windows question and not a Cyclone DDS one, so I would advise checking the forums there.

Good luck!