Message 1 of 2
Open and manipulate MS Project File using PyRevit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I am trying to access to MS Project files that in the same directory of my revit file.
I need to import win32com.client to open the file. But PyRevit told me that "No module named win32com.client"
So I understand that win32com.client can not be used through IronPython Engine or Cpython Engine insided PyRevit.
Is there another way for me to do this?