You are not logged in.
I'm trying to install python-pyparallel. The problem is that after I install it I do in python:
">>> import parallel"
And the module is not found.
So I checked the package and, I'm not an expert but it doesn't have any binary or python file or anything that points to any kind of file, directory or url.
Can you please check. Thanks.
Offline
Package doesn't build for me. I was able to get it to build by adding a sed command to the build function:
build() {
cd $startdir/src/pyparallel-$pkgver
sed -i s/data_files\ =\ None/data_files\ =\ {}/ setup.py
python setup.py install --prefix $startdir/pkg/usr
install -D -m644 LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE.txt
}EDIT: Bug filed.
Last edited by mikesd (2010-08-13 08:37:00)
Offline
Can you pls explain me how can I fix this with simple instructions? ![]()
Are you able to import parallel module in python now?
I tried downloading pyparallel from it's official homepage, unzipped and did "python setup.py install" and I got a lot of errors.
Offline
Can you pls explain me how can I fix this with simple instructions?
Are you able to import parallel module in python now?I tried downloading pyparallel from it's official homepage, unzipped and did "python setup.py install" and I got a lot of errors.
wait couples of hours(minutes) and do pacman -Syu.
i fixed the package
Give what you have. To someone, it may be better than you dare to think.
Offline