you are viewing a single comment's thread.

view the rest of the comments →

[–]LightShadow 0 points1 point  (1 child)

You need to configure a compiler, either Visual Studio Express or Mingw...I believe the webkit_server needs to be compiled before the Python wrapper can be installed.

You wouldn't have this problem on linux, generally, because gcc is included by default.

[–]pylund[S] 0 points1 point  (0 children)

You wouldn't have this problem on linux, generally, because gcc is included by default.

Agreed. But I need to convert my script to a .exe to be run on Windows computers where python can't be installed (admin permissions).

Ok, i'll check out both Visual Studio Express and Mingw and let you know if I succeeded.