Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a9c80 commit 217bb48Copy full SHA for 217bb48
1 file changed
pythonnet/src/embed_tests/pyimport.cs
@@ -18,13 +18,13 @@ public void SetUp()
18
gs = PythonEngine.AcquireLock();
19
20
//string here = Environment.CurrentDirectory;
21
- // trunk\pythonnet\src\embed_tests\bin\Debug
+ //trunk\pythonnet\src\embed_tests\bin\x86\DebugWin
22
23
/*
24
* Append the tests directory to sys.path
25
* using reflection to circumvent the private modifires placed on most Runtime methods.
26
*/
27
- const string s = @"../../../tests";
+ const string s = @"../../../../tests";
28
29
Type RTClass = typeof(Runtime.Runtime);
30
0 commit comments