search for: __init__py

Displaying 1 result from an estimated 1 matches for "__init__py".

Did you mean: __init__
2010 Oct 14
2
Import error on Windows
...the file for me and forward me the extracted contents. Bizarre, but fixed. Now, I'm running into another issue, this time with the Python bindings. I've installed the MSVC distrib package and checked that site-packages has `xapian.py` and a folder called `xapian` with three files in it: `__init__py`, `_xapian.pyd` and `zlib1.dll`. If I try to `import xapian` I get a traceback indicating there was a problem loading a DLL: >>> import xapian Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\site-packages\xapian\...