List of Contributions

David Boucher

Contact Details

My Content

1 to 3 of 3 total
Posted By David Boucher 05-11-2021 12:11
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
We have a function that we use to retrieve tables names like this : def getTableName(tablePath): pro = win32com.client.Dispatch("MapInfo.Application.x64") tableName = pro.eval('PathToTableName$(\"' + tablePath + '\")') return tableName But we have a problem, each time we use the function ...
Posted By David Boucher 05-11-2021 11:54
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I have found the problem. You have to go erase the folder gen_py in : C:\Users\username\AppData\Local\Temp Once i did it, the problem was no longer there.​ ------------------------------ David Boucher Korem Geospatial Software & Data Quebec QC ------------------------------
Posted By David Boucher 05-11-2021 10:59
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hello, I am trying to run MapInfo with Python as a COM object like this : import win32com.client pro = win32com.client.Dispatch("MapInfo.Application.x64") But when the program try to execute this last line, i get the following message and my program ends with an error and this message : ...