mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #396] getting an error when i try to install webvirtmgr for the first time #299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chamambom on GitHub (Aug 25, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/396
I am getting the following error when i try to install webvirtmgr for the first time.tried all the tricks i could get on the net and no success,can anyone advise
File "/usr/lib/python2.6/site-packages/django/conf/init.py", line 95, in init
raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
ImportError: Could not import settings 'webvirtmgr.settings' (Is it on sys.path?): No module named lockfile
@retspen commented on GitHub (Aug 26, 2014):
You need install lockfile:
$ sudo pip install lockfile@chamambom commented on GitHub (Aug 26, 2014):
thanx restspen ,i am new to python and was really biting my head over how i can get about it and thanx because it worked.I am learning python hopefully i will understand it quite soon.