Closed roblem closed 9 years ago
I had to change line 167 of ipystata_magic.py from
cmd = [stata, '/e', "do", 'code.do']
to
cmd = [stata, "do", 'code.do']
Sorry for my late response, I am currently a bit busy. Awesome that you managed to fix it yourself! I never tried my code on a non-Windows machine, so I suspect that is where the problem comes from.
I had to change line 167 of ipystata_magic.py from
cmd = [stata, '/e', "do", 'code.do']
to
cmd = [stata, "do", 'code.do']
Hi, I met this problem, may I ask how to fix it now? there is no such code in new version ipystata 'line 167 of ipystata_magic.py' right now.
My code is as follows:
on first time run, I set the stata path:
Then I attempt the simple command for testing connection
and I get the following error message:
Perhaps this is a permissions issue?
I am running this on
Fedora 22 (using Anaconda Python 2.7) and have these versions of Ipython/Ipython Notebook installed: ipython 3.2.0 py27_0
ipython-notebook 3.2.0 py27_0