[Pytables-users] Installation test failed: ImportError

2012-10-08 Thread Dickson, John Robert
Hello,

I am trying to install PyTables, but when testing it with the command:  

env PYTHONPATH=. python -c import tables; tables.test()

It returned the following:  

Traceback (most recent call last):
  File string, line 1, in module
  File tables/__init__.py, line 30, in module
from tables.utilsExtension import getPyTablesVersion, getHDF5Version
ImportError: No module named utilsExtension

I am using Mac OS X 10.8.2.

Please let me know if you need any additional information.

I would appreciate any suggestions on what the problem may be and how to 
correct it.

Thanks,
John
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users


Re: [Pytables-users] Installation test failed: ImportError

2012-10-08 Thread Anthony Scopatz
Hello John,

You probably installed globally and are trying to test locally.  Either
leave off the Pythonpath or try testing from a location other than the root
pytables dir.

Be Well
Anthony

On Mon, Oct 8, 2012 at 4:23 PM, Dickson, John Robert 
john_dick...@hms.harvard.edu wrote:

 Hello,

 I am trying to install PyTables, but when testing it with the command:

 env PYTHONPATH=. python -c import tables; tables.test()

 It returned the following:

 Traceback (most recent call last):
   File string, line 1, in module
   File tables/__init__.py, line 30, in module
 from tables.utilsExtension import getPyTablesVersion, getHDF5Version
 ImportError: No module named utilsExtension

 I am using Mac OS X 10.8.2.

 Please let me know if you need any additional information.

 I would appreciate any suggestions on what the problem may be and how to
 correct it.

 Thanks,
 John

 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Pytables-users mailing list
 Pytables-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pytables-users

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users