Re: Mac OS X - run from source
Allen Hancock <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
On Feb 26, 2007, at 11:32 AM, T Gallagher wrote:
> You need to install the serial module listed on the page also.
> That one seemed to go ok.
>
I tell you what, if it isn't one thing, its another:
Downloaded from here:
http://sourceforge.net/project/showfiles.php?
group_id=46487&package_id=77441
Got this instead:
$ python setup.py install
running install
running build
running build_py
Traceback (most recent call last):
File "setup.py", line 19, in <module>
package_data = data_files
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/command/install.py", line 506, in run
self.run_command('build')
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/command/build.py", line 112, in run
self.run_command(cmd_name)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/dist.py", line 993, in run_command
cmd_obj.ensure_finalized()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/cmd.py", line 117, in ensure_finalized
self.finalize_options()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/command/build_py.py", line 60, in finalize_options
self.data_files = self.get_data_files()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/command/build_py.py", line 121, in get_data_files
file[plen:] for file in self.find_data_files(package, src_dir)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/distutils/command/build_py.py", line 128, in find_data_files
globs = (self.package_data.get('', [])
AttributeError: 'NoneType' object has no attribute 'get'
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV