You are not logged in.

#1 2010-08-13 06:27:02

_Mike_
Member
Registered: 2005-03-09
Posts: 30

Problem with package python-pyparallel

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

#2 2010-08-13 08:19:48

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Problem with package python-pyparallel

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

#3 2010-08-13 09:55:06

_Mike_
Member
Registered: 2005-03-09
Posts: 30

Re: Problem with package python-pyparallel

Can you pls explain me how can I fix this with simple instructions? smile
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

#4 2010-08-13 09:56:09

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Problem with package python-pyparallel

_Mike_ wrote:

Can you pls explain me how can I fix this with simple instructions? smile
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

#5 2010-08-13 10:29:02

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Problem with package python-pyparallel

Thanks wonder. Great service! smile

Offline

Board footer

Powered by FluxBB