-
![image](https://github.com/user-attachments/assets/eddd597a-142b-4bf2-b540-f52458d7e48c)
-
Hello,
I've compiled and built the latest PythonQT from source in VS2013 with Python 2.7.3 and QT 5.4.1. I've had to do a few things to get it to build including:
- Comment out the '#ifdef PY3K' cla…
ghost updated
9 years ago
-
I downloaded the latest Drake precompiled release and tried to run the following code:
```
from director.consoleapp import ConsoleApp
app = ConsoleApp()
view = app.createView()
view.showMaximi…
-
pythonqt-3.4.2 has dependency on QWebKit:
```
$ grep -ri webkit work/pythonqt-3.4.2/
work/pythonqt-3.4.2/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp:#ifdef PYTHONQT_WITH_WEBKIT
work/pythonqt-3.4.…
-
xxx@xxx:/home/xxx/Documents/project$ cd PythonQt-build/
xxx@xxx:/home/xxx/Documents/project/PythonQt-build$ cmake /home/xxx/Documents/gitlab/LidarViewX64/build/install/lib/cmake/Qt5 ../pythonqt
-- P…
-
Currently, the dependencies of CTK are:
- Qt (mandatory)
- DCMTK (optional)
- VTK (optional)
- ITK (optional)
- PythonQt (optional)
At first, I think it would make sense to focus only on CTK librarie…
-
Hello and thanks a lot for this incredible work.
I have a question rather than an issue: I'm desperately looking for a solution to migrate from Qt5 to Qt6 without losing the scriptability of my appli…
-
The few upstream changes that happened since the fork should be merged (http://sourceforge.net/p/pythonqt/code/248/log/)
Also, maybe the other forks (at https://github.com/commontk/PythonQt/network) …
-
In folder PythonQt:
`cmake -DPythonQt_DEBUG=ON -DPythonQt_Wrap_QtAll=ON -DQt5_DIR:PATH=~/Qt/5.5/gcc_64/lib/cmake/Qt5 ../PythonQt`
`.../PythonQt/src/PythonQtClassInfo.cpp:284:86: error: request f…
-
PythonQt wrapping randomly fails on many computers, for example:
32>6>16> File "C:/Projects/Slicer4/Slicer-build/CTK/CMake/ctkWrapPythonQt.py", line 226, in
32>6>16> ctk_wrap_pythonqt(options.ta…