Re: [bakefile-devel] Warning in 0.1.3
ABX <
abx@...>
2004-02-19 08:24:23 GMT
Vaclav Slavik <vaclav.slavik@...>:
> > > None, the warning was always there. It's triggered if libxml2
> > > module is missing, so this would happen if you uninstalled it. I
> > > don't understand how can it happen with 0.1.3's Windows setup
> > > program if that is what you use, though -- I verified it does
> > > install it under src/Lib/site-packages.
> >
> > It is 0.1.3 and src/Lib/site-packages/libxml2.pyc exists there.
>
> Can you please try this? Run python.exe (from installed Bakefile's src
> directory) and type "import libxml2", it should output some error
> messages.
Python 2.3.2 (#49, Oct 2 2003, 20:02:00) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import libxml2
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "C:\Program Files\Bakefile\src\lib\site-packages\libxml2.py", line 1, in
?
from libxmlmods import libxml2mod
ImportError: No module named libxmlmods
>>>
ABX
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
(Continue reading)