Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise ValueError, "path '%s' cannot be absolute" % pathname #333

Open
amit3070 opened this issue Jun 23, 2022 · 0 comments
Open

raise ValueError, "path '%s' cannot be absolute" % pathname #333

amit3070 opened this issue Jun 23, 2022 · 0 comments

Comments

@amit3070
Copy link

Build was done perfact but give error when install it
VS2008, Python 2.7

\sk1-wx>python setup.py install
running install
Traceback (most recent call last):
File "setup.py", line 320, in
ext_modules=modules)
File "C:\Python27\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
File "C:\Python27\lib\distutils\dist.py", line 971, in run_command
cmd_obj.ensure_finalized()
File "C:\Python27\lib\distutils\cmd.py", line 109, in ensure_finalized
self.finalize_options()
File "C:\Python27\lib\distutils\command\install.py", line 353, in finalize_options
'userbase', 'usersite')
File "C:\Python27\lib\distutils\command\install.py", line 504, in convert_paths
setattr(self, attr, convert_path(getattr(self, attr)))
File "C:\Python27\lib\distutils\util.py", line 200, in convert_path
raise ValueError, "path '%s' cannot be absolute" % pathname
ValueError: path '/usr/lib/sk1-wx-2.0rc5' cannot be absolute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant