Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

PyQuantL SWIG Whatsunderscore _QuantLib? No module _QuantLib

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
click1

PyQuantL SWIG Whatsunderscore _QuantLib? No module _QuantLib

#1 Post by click1 »

Kindly help out, new to SWIG. :?:
Testing just installed Python SWIG wrappers for QuantLib.
Quickly moved european-option.py into site-packages so it can find QuantLib.
I get some error about _QuantLib
inside File "V:\PyQuantLib\usr\lib\python2.4\site-packages\QuantLib\QuantLib.py", line 4, in ?
import _QuantLib

Traceback (most recent call last):
File "V:\PyQuantLib\usr\lib\python2.4\site-packages\european-option.py", line 18, in ?
from QuantLib import *
File "V:\PyQuantLib\usr\lib\python2.4\site-packages\QuantLib\__init__.py", line 18, in ?
from QuantLib import *
File "V:\PyQuantLib\usr\lib\python2.4\site-packages\QuantLib\QuantLib.py", line 4, in ?
import _QuantLib
ImportError: No module named _QuantLib

Post Reply