mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +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
|
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.
|
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.
|
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/IncludingTypelibs
|
||||||
# http://www.py2exe.org/index.cgi/UsingEnsureDispatch
|
# http://www.py2exe.org/index.cgi/UsingEnsureDispatch
|
||||||
win32com.client.gencache.is_readonly = False
|
win32com.client.gencache.is_readonly = False
|
||||||
#win32com.client.gencache.Rebuild()
|
win32com.client.gencache.Rebuild()
|
||||||
win32com.client.gencache.GetGeneratePath()
|
win32com.client.gencache.GetGeneratePath()
|
||||||
try:
|
try:
|
||||||
from .vboxapi_py3 import VirtualBoxManager
|
from .vboxapi_py3 import VirtualBoxManager
|
||||||
|
2
setup.py
2
setup.py
@ -59,7 +59,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
platforms="any",
|
platforms="any",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Intended Audience :: Information Technology",
|
"Intended Audience :: Information Technology",
|
||||||
"Topic :: System :: Networking",
|
"Topic :: System :: Networking",
|
||||||
|
Loading…
Reference in New Issue
Block a user