1
0
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:
grossmj 2014-08-17 15:15:07 -06:00
parent e0f0c98ffd
commit ea05744e1c
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -59,7 +59,7 @@ setup(
include_package_data=True,
platforms="any",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Information Technology",
"Topic :: System :: Networking",