building pyParallel in Fedora Core 5 Linux

J

juncus

Hi,

Perhaps this is not the right forum to post this, but I am having
trouble installing pyParallel. When I try to do the usual "python
setup.py build" or "python setup.py install", I get the following
errors. My platform is a very nearly freshly install Fedora Core 5
Linux machine. Any input would be much appreciated. Thanks!

$ python setup.py build
running build
running build_py
Traceback (most recent call last):
File "setup.py", line 19, in ?
package_data = data_files
File "/usr/lib/python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/usr/lib/python2.4/distutils/command/build.py", line 112, in run
self.run_command(cmd_name)
File "/usr/lib/python2.4/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.4/distutils/dist.py", line 965, in run_command
cmd_obj.ensure_finalized()
File "/usr/lib/python2.4/distutils/cmd.py", line 117, in
ensure_finalized
self.finalize_options()
File "/usr/lib/python2.4/distutils/command/build_py.py", line 60, in
finalize_options
self.data_files = self.get_data_files()
File "/usr/lib/python2.4/distutils/command/build_py.py", line 120, in
get_data_files
filenames = [
File "/usr/lib/python2.4/distutils/command/build_py.py", line 128, in
find_data_files
globs = (self.package_data.get('', [])
AttributeError: 'NoneType' object has no attribute 'get'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top