I just tried to install PyPedal on Debian Linux. The installation from source placed all modules in /usr/lib/python2.3/site-packages/PyPedal.
But when I try to run some examples, the program dies with an error:
$ python
Python 2.3.4 (#2, Sep 24 2004, 08:39:09)
[GCC 3.3.4 (Debian 1:3.3.4-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyPedal
>>> PyPedal.__version__
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute '__version__'
>>> from PyPedal import *
>>> example = preprocess('hartl.ped',sepchar=' ')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'preprocess' is not defined
>>>
Any idea?
TIA, Olf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I just tried to install PyPedal on Debian Linux. The installation from source placed all modules in /usr/lib/python2.3/site-packages/PyPedal.
But when I try to run some examples, the program dies with an error:
$ python
Python 2.3.4 (#2, Sep 24 2004, 08:39:09)
[GCC 3.3.4 (Debian 1:3.3.4-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyPedal
>>> PyPedal.__version__
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute '__version__'
>>> from PyPedal import *
>>> example = preprocess('hartl.ped',sepchar=' ')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'preprocess' is not defined
>>>
Any idea?
TIA, Olf
Olf, this should be fixed in the current distribution of PyPedal.
Hello
I'm trying to install the Pypedal-2.03.tar.gz and I have this error message:
(base) vc@Think:~/Software/PyPedal-2.0.3$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 7, in <module>
import ez_setup
File "/home/vc/Software/PyPedal-2.0.3/ez_setup.py", line 94
except pkg_resources.VersionConflict e:
^
SyntaxError: invalid syntax
How can I solve this problem?
Thanks
Vasco Cadavez</module>