wlav

Results 359 comments of wlav

Rather, what's missing there is a `cd build`, then the recipe works. The `build` directory that is there in the package itself is from `wheel` and should not be used...

No, I still don't quite understand. Structure that I envision is like this: ``` \- CPyCppyy \- build ``` so the `CMakeLists.txt` file is found in `../CPyCppyy` when you're in...

Common reasons on windows is installing a 32b version in one environment, then trying to import in a 64b version of Python, so recommend to check that first. If any...

What platform/version of cppyy gives you the first error? I get a Python `SyntaxError` exception notifying me of `compilation failed: Exceptional`, which I'd figure is as expected.

Yes, b/c in the case of the former, the exception is caught by `ROOT/meta`, in the latter case, it's caught by `CPyCppyy`. Isn't for any particular reason, just legacy that...

It's hard to search in an image rather than actual text, but I don't see the call to `create_application()` anywhere in the Python script. W/o knowing where/how it's called, I...

Closing as no response in 2 months. Feel free to reopen or create a new issue if you have more info/questions.

Always in favor of more tests, albeit that yes, I'm using mostly bare, ancient style. I'll need to add `hypothesis` as an optional package to the requirements for a `test`...

Setting it to `none` means the headers will be read in. Ordinarily, this would only be used if you have an alternate (e.g. modules), it typically isn't a fix if...