-
```
What steps will reproduce the problem?
1. import ctypes
2. error
3. unable to import ctypes stdlib module
What is the expected output? What do you see instead?
ctypes module for python correctly …
-
```
What steps will reproduce the problem?
1. import ctypes
2. error
3. unable to import ctypes stdlib module
What is the expected output? What do you see instead?
ctypes module for python correctly …
-
Please close if feature requests are not supported here. I would be happy to submit a pull request for the above feature.
Currently, converting variants of structs with heterogeneous types is doable,…
-
This is the `#2` (second) tracking issue w.r.t the implementation of `_ctypes`. The main goal is to discuss the design of the RustPython ctypes backend based on #1 .
-
_From @GoogleCodeExporter on May 31, 2015 11:26_
```
What steps will reproduce the problem?
1. import ctypes
2. error
3. unable to import ctypes stdlib module
What is the expected output? What do yo…
-
It can be reproduced if user creates new file (^n) and tries to run IPython repl
In this case file doesn't have a path and I guess it defaults to ST root folder where Python 2.6 is placed and IPython …
wuub updated
10 years ago
-
```
What steps will reproduce the problem?
1. import ctypes
2. error
3. unable to import ctypes stdlib module
What is the expected output? What do you see instead?
ctypes module for python correctly …
-
```
What steps will reproduce the problem?
1. import ctypes
2. error
3. unable to import ctypes stdlib module
What is the expected output? What do you see instead?
ctypes module for python correctly …
-
```
What steps will reproduce the problem?
1. import ctypes
2. error
3. unable to import ctypes stdlib module
What is the expected output? What do you see instead?
ctypes module for python correctly …
-
Hi there,
I noticed you are using js-ctypes and xcb to grab a key.
I am trying to do the same, I get no errors, however the grab doesn't happen :(
Were you able to succesfully grab?
Here is my code…