-
Implement the [PEP 587](https://www.python.org/dev/peps/pep-0587) configuration API as suggested in https://github.com/pythonnet/pythonnet/issues/1517#issuecomment-897825067
### Details
See PEP …
-
#### Expected Behavior
All operators work in comparing indicators. `+`, `-`, `*`, `/`.
#### Actual Behavior
Only `` work. The other operators require referencing `Current.Value`
#### Potential…
-
## Dynamo version
2.11
## Operating system
Win 10
## What did you do?
Ran this graph (remove the .txt extension), which passes a single item of various data types into both the Python …
-
using System;
using System.IO;
using System.Threading.Tasks;
using Python.Runtime;
namespace Python.Deployment.Download
{
class Program
{
static async Task Main(string[] args…
-
@filmor can you fix it or at least disable for now?
It can be disabled by removing it from https://github.com/pythonnet/pythonnet/settings/branch_protection_rules/657826
-
I can't compile any project from the CodeMinion solution, error below:
```
Severity Code Description Project File Line Suppression State
Error NU1104 Unable to find project 'C:\Users\epignatel\…
-
### Environment
- Pythonnet version: 3.0.1
- Python version: 3.10
- Operating System: Windows Server 2019
- .NET Runtime: .Net Framework 4.8
### Details
- Describe what you were…
-
On windows, pywebview requires either pywin32 or pythonnet. pywin32 isn't pip installable.
-
### Environment
- Pythonnet version: 2.5.1
- Python version: 3.8.2
- Operating System: Windows10
### Details
In PythonNet 2.4.0, invoking .Net functions with params object[] …
-
I believe the latest head source for Python for .NET has separate Python.Runtime DLL for MonoMac, MonoLinux etc. but haven't tried it.
ghost updated
9 years ago