Questions tagged [python-sip]

SIP is a python library used to port native C/C++ APIs into Python. SIP was originally written to manage the complex interfaces required by PyQT; however, it has general usage for anyone wishing to port C/C++ code into Python.

SIP is a python library used to port native C/C++ APIs into Python. SIP was originally written to manage the complex interfaces required by PyQT; however, it has general usage for anyone wishing to port C/C++ code into Python.

138 questions
-1
votes
1 answer

segmentation fault when importing python package(moviepy)

When I write the following statement in my python code, I receive a segmentation fault. >>> import moviepy.editor Segmentation fault (core dumped) What's wrong with this? os: ubuntu 16.04 python: 3.6 moviepy: 0.2.3.2 ffmpeg: 3.3.4 Update I now…
gaudi08
  • 21
  • 1
  • 6
-1
votes
1 answer

MAKE through Cygwin overloads memory (too many processes)

What I'm trying to do is install SIP 4.14.7 through Cygwin using the make command. I'm running Python version 3.3.2 (with Python added to the PATH) on a Windows 7 x64 SP1 machine with 4GB RAM and an Intel Core 2 Duo. Since what I'm doing is from…
-2
votes
1 answer

sipMalloc is undefined when using to allocate buffers

Hi all I am developing an application on QT, and I need to run Python scripts from my application. I am trying to allocate some memory using sipMalloc function. Which is provided in python-SIP. I am using PyQt 4 and python v2.7. I am importing…
1 2 3
9
10