François Bérenger

Results 420 comments of François Bérenger

Maybe if you post the log of what you tried, someone will be able to help you out.

Ok, very interesting. No, I did not know about this. It might do the trick. On Sun, May 14, 2023 at 2:49 PM Ryan Moore ***@***.***> wrote: > Check this...

I consider this question has been properly answered. I will try soon the proposed solution.

I think, this suggestion is great, but I will just use the unix cat command and achieve the same effect in my gen_bindings.sh which invokes pyml_bindgen. :)

The requiring all args to be named is also questionable in terms of taste. I would have been fine with all args being positional (i.e. in the same order than...

I don't follow everything, but here are some comments: - the name method in your example should probably return a string. - the current pyml_bindgen defaults are quite OK in...

luckily, the function spec for which the generation failed is printed just before, but still it took me some time to realize what was wrong with my spec.

The gist file no longer exists, so this could be closed. Also, the issue is so old that I guess the user managed to make it work.

``` brew install homebrew/cask/java brew install rdkit --with-inchi --with-java ```

There might be a broken build of the java wrappers on Mac: ``` Last 15 lines from /Users/berenger/Library/Logs/Homebrew/rdkit/02.make: ^ src/org/RDKit/StringMolMap.java:98: error: incompatible types: Iterator cannot be converted to SWIGTYPE_p_std__mapT_std__string_boost__shared_ptrT_RDKit__ROMol_t_std__lessT_std__string_t_t__iterator while...