rogerlew / pyvttbl

Automatically exported from code.google.com/p/pyvttbl
10 stars 8 forks source link

ImportError: No module named qsturng #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pip install pyvttbl
2. from pyvttbl import DataFrame

What is the expected output? What do you see instead?
There shouldn't be any error

What version of the product are you using? On what operating system?
0.3.6.1 with Python 2.7

Please provide any additional information below.
Seems like qsturng is available from http://code.google.com/p/qsturng-py/ but 
it is not available as a package. Is this something that should have been 
included in the pyvttbl package?

mportError                               Traceback (most recent call last)
/Users/hdara/src/ma/<ipython-input-1-83de34da1e0f> in <module>()
----> 1 from pyvttbl import DataFrame

/Users/hdara/bin/python2.7/lib/python2.7/site-packages/pyvttbl/__init__.py in 
<module>()
      2 # This software is funded in part by NIH Grant P20 RR016454.

      3 
----> 4 from pyvttbl import __version__, DataFrame, PyvtTbl, Ttest, Anova1way, \
      5      Correlation, ChiSquare1way, ChiSquare2way, Marginals, Descriptives, \
      6      Histogram

/Users/hdara/bin/python2.7/lib/python2.7/site-packages/pyvttbl/pyvttbl.py in 
<module>()
     29 from texttable import Texttable as TextTable
     30 from stats import jsci, stats, pstat
---> 31 from qsturng import qsturng, psturng
     32 
     33 from anova import Anova

ImportError: No module named qsturng

Original issue reported on code.google.com by harid...@gmail.com on 24 Nov 2011 at 3:38

GoogleCodeExporter commented 9 years ago
as of version v0.3.6.2 qsturng is packaged with pyvttbl

Roger

Original comment by roger...@gmail.com on 11 Feb 2012 at 11:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 815e876d2ee1.

Original comment by roger...@gmail.com on 17 May 2012 at 11:45