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@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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to