Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PythonQT and Paraview PythonQT Plugin #11

Open
ghost opened this issue Jul 28, 2015 · 1 comment
Open

PythonQT and Paraview PythonQT Plugin #11

ghost opened this issue Jul 28, 2015 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jul 28, 2015

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' clause in PythonQT.cpp, line 835
  • Add /bigobj to the project properties in Visual Studio

Now I am trying to compile the Paraview PythonQT Plugin and I get the following linker error:

3>pqPythonQtPlugin.obj : error LNK2019: unresolved external symbol "void __cdecl PythonQt_init_QtBindings(void)" (?PythonQt_init_QtBindings@@yaxxz) referenced in function "protected: void __cdecl pqPythonQtPlugin::initialize(void)" (?initialize@pqPythonQtPlugin@@IEAAXXZ)
3>C:\Users\eric.g.younkin\Documents\PCL_ParaView\ParaView-v4.3.1-source\build\bin\Debug\PythonQtPlugin.dll : fatal error LNK1120: 1 unresolved externals

Would you have any idea what that is from?

@Orochimarufan
Copy link
Owner

Maybe it needs an older version of PythonQt? because I'm guessing the "PythonQt_init_QtBindings" it's looking for might actually be PythonQt_QtAll::init

Unfortunately, I use neither MSVC/VS nor Paraview (Never heard of it..) so I probably won't be much help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant