mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Force to rebuild the COM cache on Windows (for VirtualBox support).
This commit is contained in:
parent
e0f0c98ffd
commit
ea05744e1c
@ -1,7 +1,7 @@
|
||||
GNS3-server
|
||||
===========
|
||||
|
||||
New GNS3 server repository (alpha stage).
|
||||
New GNS3 server repository (beta stage).
|
||||
|
||||
The GNS3 server manages emulators such as Dynamips, VirtualBox or Qemu/KVM.
|
||||
Clients like the GNS3 GUI controls the server using a JSON-RPC API over Websockets.
|
||||
|
@ -112,7 +112,7 @@ class VirtualBox(IModule):
|
||||
# http://www.py2exe.org/index.cgi/IncludingTypelibs
|
||||
# http://www.py2exe.org/index.cgi/UsingEnsureDispatch
|
||||
win32com.client.gencache.is_readonly = False
|
||||
#win32com.client.gencache.Rebuild()
|
||||
win32com.client.gencache.Rebuild()
|
||||
win32com.client.gencache.GetGeneratePath()
|
||||
try:
|
||||
from .vboxapi_py3 import VirtualBoxManager
|
||||
|
Loading…
Reference in New Issue
Block a user