Gianni Ambrosio

Results 22 comments of Gianni Ambrosio

Hi All, I have a similar problem without power outage. I unpacked the zip file of version 1.2.2, at least looking at "version" file inside the downloaded zip archive while...

I modified locally PythonQt_QtAll.pro to handle QT_STATIC as env variable like follows: QT_STATIC = $$(QT_STATIC) QT += gui svg sql network xml xmlpatterns opengl isEmpty(QT_STATIC) { QT += webkit }...

OK, but then remove all the stuff related to qmake then (at least *.pro/pri/prf and createSolution.bat). Anyway I used qmake because cmake gives a bunch of errors.

Hi Norbert, I have to modify something to make qt webkit optional. So I would like to understand why you made a fork of pythonqt instead of collaborating to the...

Hi, anyway this is the error I get: PythonQt.cpp D:\3rd_party\pythonqt\PythonQt-master\src\PythonQt.cpp(857) : error C2121: '#' : invalid character : possibly the result of a macro expansion D:\3rd_party\pythonqt\PythonQt-master\src\PythonQt.cpp(857) : error C2065: 'endif'...

"This error has nothing to do with CMake, it tries to use the #endif as macro argument. " I'm not saying the problem in strictly related to CMake but I...

"To disable Qt5WebKit you can comment line 8 and 9 in extensions/PythonQt_QtAll/CMakeLists.txt. " I already changed that file in a different way. You can see a QT_EXCLUDE_WEBKIT:BOOL=1 in my cmake...

In the meanwhile I can say your modifications on "src/PythonQt.cpp" work fine, thanks. But the lines you added to PythonQtImporter.cpp wrt the official 3.0 version does not work. Here is...

The python version I use is 2.7 so I surrounded PythonQtImporter_get_data implementation with "ifdef PY3K" and nmake built correctly the static libs. Now I need shared libraries. And in debug...

While in release mode, trying to build shared libraries, with the same option and python27.lib in release mode I get a different error: [ 93%] Linking CXX shared library Qt5Python27.dll...