[Distutils] help needed please...

Rob Healey robhealey1 at gmail.com
Wed Mar 28 03:05:21 CEST 2012


Greetings:

I am providing a pastebin link so that you may see my code without having
to download anything...

http://paste.pocoo.org/show/572324/

I am receiving this error, and I was wondering if you could tell me what
might be wrong?

[Frog at PouncingAliens geps0042]$ python setup.py build
running build
running build_py
Traceback (most recent call last):
  File "setup.py", line 117, in <module>
    setup(**cfg_to_args())
  File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib64/python2.7/distutils/command/build.py", line 127, in run
    self.run_command(cmd_name)
  File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib64/python2.7/distutils/command/build_py.py", line 93, in run
    self.build_packages()
  File "/usr/lib64/python2.7/distutils/command/build_py.py", line 372, in
build_packages
    self.build_module(module, module_file, package)
  File "/usr/lib64/python2.7/distutils/command/build_py.py", line 333, in
build_module
    "'package' must be a string (dot-separated), list, or tuple")
TypeError: 'package' must be a string (dot-separated), list, or tuple


-- 
Sincerely yours,
Rob G. Healey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20120327/055db75f/attachment-0001.html>


More information about the Distutils-SIG mailing list