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

has no attribute startswith #54

Closed
lab313ru opened this issue Jun 7, 2016 · 3 comments
Closed

has no attribute startswith #54

lab313ru opened this issue Jun 7, 2016 · 3 comments

Comments

@lab313ru
Copy link

lab313ru commented Jun 7, 2016

user@localhost ~ $ vmcloak init --win7 seven0
Traceback (most recent call last):
  File "/usr/local/bin/vmcloak-init", line 5, in <module>
    pkg_resources.run_script('VMCloak==0.3.11', 'vmcloak-init')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/VMCloak-0.3.11-py2.7.egg/EGG-INFO/scripts/vmcloak-init", line 161, in <module>
    main()
  File "/usr/local/lib/python2.7/dist-packages/VMCloak-0.3.11-py2.7.egg/EGG-INFO/scripts/vmcloak-init", line 65, in main
    h = Windows7x86()
  File "/usr/local/lib/python2.7/dist-packages/VMCloak-0.3.11-py2.7.egg/vmcloak/abstract.py", line 183, in __init__
    self.path = os.path.join(self.data_path, self.name)
  File "/usr/lib/python2.7/posixpath.py", line 75, in join
    if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'

@jbremer
Copy link
Member

jbremer commented Jun 7, 2016

Please upgrade to the latest version and let me know if that fixes anything :-)

@lab313ru
Copy link
Author

lab313ru commented Jun 7, 2016

This what I have with the current version in your git.

@jbremer
Copy link
Member

jbremer commented Jun 7, 2016

Right, I'm sorry, I was under the impression for a second that the latest version was 0.3.14 or so.
Should be fixed now. Thanks!

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

2 participants