Meinrad Recheis

Results 429 comments of Meinrad Recheis

I guess the newer version of pythonnet doesn't work with old python versions any more?

the latest nuget uses pythong 3.11

Please describe the problem in detail. Also, are you proposing a solution?

I see. But how do we solve that problem?

So all we gotta do is check for either snake_case or kebab-case?

I added `true` to the csproj files which generates a `Python.Deployment.1.4.1.symbols.nupkg` in addition to the `Python.Deployment.1.4.1.nupkg` package. However, it won't let me upload that as it competes with the 1.4.1...

According to https://stackoverflow.com/questions/41713693/include-pdb-files-into-my-nuget-nupkg-files there is a way to include the PDBs with ```xml ``` but I don't know where I should put that. Surely not in the csproj file, right?

I use the _Create package on build_ feature. When compiling the project it automatically generates the nugets. It is convenient. I guess using the command line with `dotnet pack --include-symbols...

Try if you can get pythonnet to work directly (Python.Included is just a deployment solution for pythonnet). See if it throws the same exception. That should give you more insights

yes I am talking about https://github.com/pythonnet/pythonnet see if it works with WinUI3