[Open Babel] Help using Pybel in Microsoft Visual Studio and from within batch file

2018-12-22 Thread amprimiriam
Hi, I have so far been able to build the openbabel solution in Debug mode with Python bindings enabled. I see that the openbabel-2.dll and openbabel.py have been built in the Debug folder inside the "bin" folder. The Debug folder in the "src" folder also contains two library files named "openbabel

Re: [Open Babel] generate image dynamically

2018-12-22 Thread Noel O'Boyle
Sure. Have the html include an img with src pointing to an svg file, and have this request handled by flask which should return the svg file generated dynamically based on the url. The important step is that flask should set the mimetype correctly. On Sat, 22 Dec 2018, 19:22 Spencer Trinh Hi, > >

[Open Babel] generate image dynamically

2018-12-22 Thread Spencer Trinh
Hi, Im new to openbabel. I wanted to make a webservice (using Flask) that can do smart searching on a database. How can I dynamically display SVG images on html template without having to write the file to a directory and point it to a physical location. Is it possible to render the image dynamica