This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author piyush115
Recipients eric.smith, piyush115
Date 2021-03-01.15:16:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614611788.48.0.229950722367.issue43342@roundup.psfhosted.org>
In-reply-to
Content
Hi 

Thanks for your time.

Just wanted to add that earlier I used

PyImport_AddModule(""__main__").

but now I used PyImport_ImportModule(""__main__") 

resolved the issue for me regardless of installation path it worked.

Thanks 
Piyush
History
Date User Action Args
2021-03-01 15:16:28piyush115setrecipients: + piyush115, eric.smith
2021-03-01 15:16:28piyush115setmessageid: <1614611788.48.0.229950722367.issue43342@roundup.psfhosted.org>
2021-03-01 15:16:28piyush115linkissue43342 messages
2021-03-01 15:16:28piyush115create