Hi there,
I just discovered the existence of the pyhton package HTSeq (thanks to the developers!). I tried to install it but I get the error below.
I'm working on Windows XP (...sorry about that!), pyhton 2.6.4, numpy 1.4.1-win32, HTseq installed by HTSeq-0.4.0.win32-py2.6.exe
Any help much appreciated!
Dario
## ---------------------------[ Here's the problem ]-----------------------
PythonWin 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32.
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information.
>>> import numpy
>>> import HTSeq
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python26\lib\site-packages\HTSeq\__init__.py", line 10, in <module>
from _HTSeq import *
File "numpy.pxd", line 43, in _HTSeq (src/_HTSeq.c:20523)
ValueError: numpy.dtype does not appear to be the correct type object
>>>
## ----------------------------------------------------------------------
I just discovered the existence of the pyhton package HTSeq (thanks to the developers!). I tried to install it but I get the error below.
I'm working on Windows XP (...sorry about that!), pyhton 2.6.4, numpy 1.4.1-win32, HTseq installed by HTSeq-0.4.0.win32-py2.6.exe
Any help much appreciated!
Dario
## ---------------------------[ Here's the problem ]-----------------------
PythonWin 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32.
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information.
>>> import numpy
>>> import HTSeq
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python26\lib\site-packages\HTSeq\__init__.py", line 10, in <module>
from _HTSeq import *
File "numpy.pxd", line 43, in _HTSeq (src/_HTSeq.c:20523)
ValueError: numpy.dtype does not appear to be the correct type object
>>>
## ----------------------------------------------------------------------
Comment