angelos plastropoulos
angelos plastropoulos
I have the same issue like @phukeo Google Maps API key works on a simple (hello world) page but not with Flask-googlemap plugin. I use version 4.1
The solution is to use version 0.4.1.1, downloading the code from the releases page **and not install it using pip** which supports the previous version 0.4.1 @phukeo
Hello @Bhumika-Kothwal This is your [place](https://github.com/flask-extensions/Flask-GoogleMaps/releases/tag/0.4.1.1) for the release
Let's assume that you use Ubuntu 18. First, you need to install MySQL. Please follow that tutorial ["How To Install MySQL on Ubuntu 18.04"](https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04), it's very decent. Then you need...
I tried both and I get: ``` C:\Users\angelos\Documents\discovery\src\05-led-roulette>cargo readobj --target thumbv7em-none-eabihf --bin led-roulette -- -file-headers Finished dev [unoptimized + debuginfo] target(s) in 0.08s error: The directory name is invalid. (os...
No, I just follow the tutorial. However, I was able to experiment using the cortex-m-quickstart and importing the led-roulette code
I had the same error. It seems that for my case the issue was the action = "/" in the form tag in contact.jinja2 file. So now is just like...
In my case, I needed to change it to: `from pozyx_simulation.msg import uwb_data`
Confirmed that works with 3.8.10 in windows.