[New-bugs-announce] [issue17869] distutils - TypeError in command/build_ext.py
Giampaolo Rodola'
report at bugs.python.org
Mon Apr 29 22:10:21 CEST 2013
New submission from Giampaolo Rodola':
Traceback (most recent call last):
File "setup.py", line 221, in <module>
... and much more ;)"""
File "/home/giampaolo/svn/python/3.4/Lib/distutils/core.py", line 148, in setup
dist.run_commands()
File "/home/giampaolo/svn/python/3.4/Lib/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/home/giampaolo/svn/python/3.4/Lib/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/home/giampaolo/svn/python/3.4/Lib/distutils/command/build.py", line 126, in run
self.run_command(cmd_name)
File "/home/giampaolo/svn/python/3.4/Lib/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/giampaolo/svn/python/3.4/Lib/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/home/giampaolo/svn/python/3.4/Lib/distutils/command/build_ext.py", line 349, in run
self.build_extensions()
File "/home/giampaolo/svn/python/3.4/Lib/distutils/command/build_ext.py", line 458, in build_extensions
self.build_extension(ext)
File "/home/giampaolo/svn/python/3.4/Lib/distutils/command/build_ext.py", line 474, in build_extension
ext_path = self.get_ext_fullpath(ext.name)
File "/home/giampaolo/svn/python/3.4/Lib/distutils/command/build_ext.py", line 633, in get_ext_fullpath
filename = self.get_ext_filename(modpath[-1])
File "/home/giampaolo/svn/python/3.4/Lib/distutils/command/build_ext.py", line 672, in get_ext_filename
return os.path.join(*ext_path) + ext_suffix
TypeError: Can't convert 'NoneType' object to str implicitly
I'm getting this while building PyOpenSSL on Linux with laterst cset of Python 3.4.
Everything's fine on Python 3.3.
Possibly related with issue #16754?
----------
assignee: eric.araujo
components: Distutils
messages: 188092
nosy: doko, eric.araujo, giampaolo.rodola, tarek
priority: normal
severity: normal
status: open
title: distutils - TypeError in command/build_ext.py
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17869>
_______________________________________
More information about the New-bugs-announce
mailing list