Re: embedding python - PyImport_ImportModule returns null

2019-03-28 Thread babita . trial
If nothing works mentioned above, please try building your application from common path. ( not from c:\users\ ). While working on office environment, this has impact. -- https://mail.python.org/mailman/listinfo/python-list

PyImport_ImportModule(..) returns NULL

2013-12-31 Thread python satya
Hi, I am new to python, am trying to use embedding python API's in C,as below I have my python file test.py in /var/tmp path and trying to fetch objects and functions from python script as below, but PyImport_ImportModule(test) returning NULL always(instead adding /var/tmp path to