Re: having trouble importing a module from local directory

2006-05-13 Thread vduber6er
newbie reply, but how do i go about doing that? thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: having trouble importing a module from local directory

2006-05-12 Thread Marcelo Ramos
vduber6er escribió: > First off this is in unix. > > I have a C file that has python embedded in it. In the script I have > the following > > PyRun_SimpleString(code); > > where > code = "import mymodule" > > however I get this error > > Traceback (most recent call last): > File "", line 1, in ?