# pythonnetmod **Repository Path**: weimingtom/pythonnetmod ## Basic Information - **Project Name**: pythonnetmod - **Description**: Imported from https://github.com/weimingtom/pythonnetmod.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pythonnetmod [WIP] A mod and fork of pythonnet, for getting a lite P/Invoke CLR python ## Run with sharpdevelop see pythonnet_sharpdevelop.sln it copy python27.dll to output folder in project ## About unmanaged code debugging * Please use vs2013 to open pythonnet_vs2013.sln * Please check 'Enable native code debugging' in pythonnet_vs2013 project Debug tab see https://www.technipages.com/visual-studio-native-code-debugging * When debugging, click menu 'Debug->Exception' and enable all exceptions ## TODO / Bugs * min code * run eval failed under windows xp, AppDomain GCHandle problem, maybe the result var is dropped by gc.