thx

I was debugging a colleague installation and I hadn't noticed that 2 was
64-bit.

all working now

-----Original Message-----
From: Francesc Alted [mailto:fal...@pytables.org] 
Sent: Fri 7-Jan-2011 16:49
To: Discussion list for PyTables
Subject: Re: [Pytables-users] error in importing tables with lzo2.dll in
thepath

Hi David,

2011/1/7, david.bri...@ubs.com <david.bri...@ubs.com>:
> Hi
>
> I get the following error when importing tables if I have lzo2.dll in
my
> path. Any ideas?
>
> C:\Shared\Python26QV>path
> PATH=c:\windows\system32
>
> C:\Shared\Python26QV>python
> Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit
> (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import tables
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "C:\Shared\Python26QV\lib\site-packages\tables\__init__.py",
line
> 63, in <module>
>     from tables.utilsExtension import getPyTablesVersion,
getHDF5Version
>   File "utilsExtension.pyx", line 137, in init tables.utilsExtension
> (tables\utilsExtension.c:9984)
> ImportError: DLL load failed: The specified module could not be found.

Your Python seems 32-bit, while it seems that you installed LZO2 DLL
(which is only appropriate for 64-bit Python) instead of LZO1.  Please
follow directions in:

http://www.pytables.org/docs/manual/ch02.html#prerequisitesBinInst

Mind that, although the above talks about Win32/Win64, what is
important is your Python 32-bit/64-bit version.  Your case is 32-bit.

Hope that helps,

-- 
Francesc Alted

------------------------------------------------------------------------
------
Gaining the trust of online customers is vital for the success of any
company
that requires sensitive data to be transmitted over the Web.   Learn how
to 
best implement a security strategy that keeps consumers' information
secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users
Visit our website at http://www.ubs.com 

This message contains confidential information and is intended only 
for the individual named. If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail. Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system. 

E-mails are not encrypted and cannot be guaranteed to be secure or 
error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses. The sender 
therefore does not accept liability for any errors or omissions in the 
contents of this message which arise as a result of e-mail transmission. 
If verification is required please request a hard-copy version. This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities 
or related financial instruments. 

UBS Limited is a company limited by shares incorporated in the United 
Kingdom registered in England and Wales with number 2035362. 
Registered office: 1 Finsbury Avenue, London EC2M 2PP.  UBS Limited 
is authorised and regulated by the Financial Services Authority. 

UBS AG is a public company incorporated with limited liability in 
Switzerland domiciled in the Canton of Basel-City and the Canton of 
Zurich respectively registered at the Commercial Registry offices in 
those Cantons with Identification No: CH-270.3.004.646-4 and having 
respective head offices at Aeschenvorstadt 1, 4051 Basel and 
Bahnhofstrasse 45, 8001 Zurich, Switzerland.  Registered in the 
United Kingdom as a foreign company with No: FC021146 and having a 
UK Establishment registered at Companies House, Cardiff, with No:  
BR 004507.  The principal office of UK Establishment: 1 Finsbury Avenue, 
London EC2M 2PP.  In the United Kingdom, UBS AG is authorised and 
regulated by the Financial Services Authority.

UBS reserves the right to retain all messages. Messages are protected 
and accessed only in legally justified cases. 

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to