On 04/17/2015 01:17 PM, saadaouijihed1...@gmail.com wrote:
I have a swig module (.pyd).I followed the steps but it doesn't work
please help me.
First, unplug the computer and remove the battery. Then if it's still
burning, douse it with a fire extinguisher.
If your symptoms are different,
On 4/17/2015 10:17 AM, saadaouijihed1...@gmail.com wrote:
I have a swig module (.pyd).I followed the steps but it doesn't work
please help me.
Start here:
http://catb.org/~esr/faqs/smart-questions.html
Emile
--
https://mail.python.org/mailman/listinfo/python-list
I have a swig module (.pyd).I followed the steps but it doesn't work
please help me.
--
https://mail.python.org/mailman/listinfo/python-list
On Thursday, January 24, 2013 12:28:58 AM UTC+8, Leonard, Arah wrote:
> > I create a pyd File named "testPyd" with boostPython,and then I import the
> > testPyd module into "test.py", it works perfect!
>
> > But when I embeded the python interpreter into my C++ project and run the
> > "test.py",
> I create a pyd File named "testPyd" with boostPython,and then I import the
> testPyd module into "test.py", it works perfect!
> But when I embeded the python interpreter into my C++ project and run the
> "test.py", it comes out a "ImportErr: no module named testPyd".
> It has confused me for tw
On Wednesday, January 23, 2013 12:49:43 PM UTC+8, Chris Angelico wrote:
>
>
> > Thank you!
>
>
>
> First thing you should do is to get a minimal example that
>
> demonstrates the problem, and *copy and paste* it and the exception
>
> traceback. When your own spelling is as sloppy as this, we
On Wed, Jan 23, 2013 at 1:43 PM, wrote:
> I create a pyd File named "testPyd" with boostPython,and then I import the
> testPyd module into "test.py", it works perfect!
> But when I embeded the python interpreter into my C++ project and run the
> "test.py", it comes out a "ImportErr: no module n
I create a pyd File named "testPyd" with boostPython,and then I import the
testPyd module into "test.py", it works perfect!
But when I embeded the python interpreter into my C++ project and run the
"test.py", it comes out a "ImportErr: no module named testPyd".
It has confused me for two days and